Package iofXml.v3

Class AssignedFee

  • All Implemented Interfaces:

    
    public class AssignedFee
    
                        

    Contains information about a fee that has been assigned to a competitor or a team, and the amount that has been paid.

    Java class for AssignedFee complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
    <complexType name="AssignedFee">
      <complexContent>
        <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
          <sequence>
            <element name="Fee" type="{http://www.orienteering.org/datastandard/3.0}Fee"/>
            <element name="PaidAmount" type="{http://www.orienteering.org/datastandard/3.0}Amount" minOccurs="0"/>
            <element name="Extensions" type="{http://www.orienteering.org/datastandard/3.0}Extensions" minOccurs="0"/>
          </sequence>
          <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
        </restriction>
      </complexContent>
    </complexType>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AssignedFee()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description