Package iofXml.v2

Class EventClass

  • All Implemented Interfaces:

    
    public class EventClass
    
                        

    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>
            <choice>
              <element ref="{}ClassId"/>
              <element ref="{}Class"/>
            </choice>
            <choice minOccurs="0">
              <choice>
                <sequence maxOccurs="unbounded">
                  <element ref="{}EventRaceId"/>
                  <element ref="{}ClassRaceInfo"/>
                  <element ref="{}PunchingUnitType"/>
                </sequence>
              </choice>
              <element ref="{}TransferedToClass" minOccurs="0"/>
              <element ref="{}DividedIntoClass"/>
            </choice>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>