Package iofXml.v2
Class EntryFee
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description EntryFee()
-
Method Summary
Modifier and Type Method Description EntryFeeId
getEntryFeeId()
Gets the value of the entryFeeId property. void
setEntryFeeId(EntryFeeId value)
Sets the value of the entryFeeId property. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. Amount
getAmount()
Gets the value of the amount property. void
setAmount(Amount value)
Sets the value of the amount property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getTaxIncluded()
Gets the value of the taxIncluded property. void
setTaxIncluded(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
-
-
-
-