Package iofXml.v2
Class EntryFee
-
- All Implemented Interfaces:
public class EntryFeeJava 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>
-
-
Constructor Summary
Constructors Constructor Description EntryFee()
-
Method Summary
Modifier and Type Method Description EntryFeeIdgetEntryFeeId()Gets the value of the entryFeeId property. voidsetEntryFeeId(EntryFeeId value)Sets the value of the entryFeeId property. NamegetName()Gets the value of the name property. voidsetName(Name value)Sets the value of the name property. AmountgetAmount()Gets the value of the amount property. voidsetAmount(Amount value)Sets the value of the amount property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. StringgetTaxIncluded()Gets the value of the taxIncluded property. voidsetTaxIncluded(String value)Sets the value of the taxIncluded property. -
-
Method Detail
-
getEntryFeeId
EntryFeeId getEntryFeeId()
Gets the value of the entryFeeId property.
- Returns:
possibleobject is EntryFeeId
-
setEntryFeeId
void setEntryFeeId(EntryFeeId value)
Sets the value of the entryFeeId property.
- Parameters:
value- allowed object is EntryFeeId
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value- allowed object is Name
-
getAmount
Amount getAmount()
Gets the value of the amount property.
- Returns:
possibleobject is Amount
-
setAmount
void setAmount(Amount value)
Sets the value of the amount property.
- Parameters:
value- allowed object is Amount
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value- allowed object is ModifyDate
-
getTaxIncluded
String getTaxIncluded()
Gets the value of the taxIncluded property.
- Returns:
possibleobject is String
-
setTaxIncluded
void setTaxIncluded(String value)
Sets the value of the taxIncluded property.
- Parameters:
value- allowed object is String
-
-
-
-