Package iofXml.v3
Class AssignedFee
java.lang.Object
iofXml.v3.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsContainer element for custom elements from other schemas.protected FeeThe fee that has been assigned to the competitor or the team.protected XMLGregorianCalendarprotected AmountThe amount that has been paid, optionally including currency code. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionContainer element for custom elements from other schemas.getFee()The fee that has been assigned to the competitor or the team.Gets the value of the modifyTime property.The amount that has been paid, optionally including currency code.voidsetExtensions(Extensions value) Sets the value of the extensions property.voidSets the value of the fee property.voidSets the value of the modifyTime property.voidsetPaidAmount(Amount value) Sets the value of the paidAmount property.
-
Field Details
-
fee
The fee that has been assigned to the competitor or the team. -
paidAmount
The amount that has been paid, optionally including currency code. -
extensions
Container element for custom elements from other schemas. -
modifyTime
-
-
Constructor Details
-
AssignedFee
public AssignedFee()
-
-
Method Details
-
getFee
The fee that has been assigned to the competitor or the team.- Returns:
- possible object is
Fee
-
setFee
Sets the value of the fee property. -
getPaidAmount
The amount that has been paid, optionally including currency code.- Returns:
- possible object is
Amount
-
setPaidAmount
Sets the value of the paidAmount property.- Parameters:
value- allowed object isAmount- See Also:
-
getExtensions
Container element for custom elements from other schemas.- Returns:
- possible object is
Extensions
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions- See Also:
-
getModifyTime
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-