Package iofXml.v2

Class EntryFee

java.lang.Object
iofXml.v2.EntryFee

public class EntryFee extends Object

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 Details

    • entryFeeId

      protected EntryFeeId entryFeeId
    • name

      protected Name name
    • amount

      protected Amount amount
    • modifyDate

      protected ModifyDate modifyDate
    • taxIncluded

      protected String taxIncluded
  • Constructor Details

    • EntryFee

      public EntryFee()
  • Method Details

    • getEntryFeeId

      public EntryFeeId getEntryFeeId()
      Gets the value of the entryFeeId property.
      Returns:
      possible object is EntryFeeId
    • setEntryFeeId

      public void setEntryFeeId(EntryFeeId value)
      Sets the value of the entryFeeId property.
      Parameters:
      value - allowed object is EntryFeeId
    • getName

      public Name getName()
      Gets the value of the name property.
      Returns:
      possible object is Name
    • setName

      public void setName(Name value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is Name
    • getAmount

      public Amount getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is Amount
    • setAmount

      public void setAmount(Amount value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is Amount
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getTaxIncluded

      public String getTaxIncluded()
      Gets the value of the taxIncluded property.
      Returns:
      possible object is String
    • setTaxIncluded

      public void setTaxIncluded(String value)
      Sets the value of the taxIncluded property.
      Parameters:
      value - allowed object is String