Package iofXml.v3

Class AssignedFee

java.lang.Object
iofXml.v3.AssignedFee

public class AssignedFee extends Object
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>
 
  • Field Details

    • fee

      protected Fee fee
      The fee that has been assigned to the competitor or the team.
    • paidAmount

      protected Amount paidAmount
      The amount that has been paid, optionally including currency code.
    • extensions

      protected Extensions extensions
      Container element for custom elements from other schemas.
    • modifyTime

      protected XMLGregorianCalendar modifyTime
  • Constructor Details

    • AssignedFee

      public AssignedFee()
  • Method Details

    • getFee

      public Fee getFee()
      The fee that has been assigned to the competitor or the team.
      Returns:
      possible object is Fee
    • setFee

      public void setFee(Fee value)
      Sets the value of the fee property.
      Parameters:
      value - allowed object is Fee
      See Also:
    • getPaidAmount

      public Amount getPaidAmount()
      The amount that has been paid, optionally including currency code.
      Returns:
      possible object is Amount
    • setPaidAmount

      public void setPaidAmount(Amount value)
      Sets the value of the paidAmount property.
      Parameters:
      value - allowed object is Amount
      See Also:
    • getExtensions

      public Extensions getExtensions()
      Container element for custom elements from other schemas.
      Returns:
      possible object is Extensions
    • setExtensions

      public void setExtensions(Extensions value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is Extensions
      See Also:
    • getModifyTime

      public XMLGregorianCalendar getModifyTime()
      Gets the value of the modifyTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setModifyTime

      public void setModifyTime(XMLGregorianCalendar value)
      Sets the value of the modifyTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar