Package iofXml.v2
Class EntryFee
java.lang.Object
iofXml.v2.EntryFee
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}EntryFeeId" minOccurs="0"/>
<element ref="{}Name" minOccurs="0"/>
<element ref="{}Amount"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
<attribute name="taxIncluded" default="Y">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Y"/>
<enumeration value="N"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Amountprotected EntryFeeIdprotected ModifyDateprotected Nameprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the entryFeeId property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the taxIncluded property.voidSets the value of the amount property.voidsetEntryFeeId(EntryFeeId value) Sets the value of the entryFeeId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetTaxIncluded(String value) Sets the value of the taxIncluded property.
-
Field Details
-
entryFeeId
-
name
-
amount
-
modifyDate
-
taxIncluded
-
-
Constructor Details
-
EntryFee
public EntryFee()
-
-
Method Details
-
getEntryFeeId
Gets the value of the entryFeeId property.- Returns:
- possible object is
EntryFeeId
-
setEntryFeeId
Sets the value of the entryFeeId property.- Parameters:
value- allowed object isEntryFeeId
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
Amount
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmount
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getTaxIncluded
Gets the value of the taxIncluded property.- Returns:
- possible object is
String
-
setTaxIncluded
Sets the value of the taxIncluded property.- Parameters:
value- allowed object isString
-