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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryFee()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description