Package iofXml.v2

Class EventClass

java.lang.Object
iofXml.v2.EventClass

public class EventClass 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>
         <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>
 
  • Field Details

    • classId

      protected ClassId classId
    • clazz

      protected Class clazz
    • eventRaceIdAndClassRaceInfoAndPunchingUnitType

      protected List<Object> eventRaceIdAndClassRaceInfoAndPunchingUnitType
    • transferedToClass

      protected TransferedToClass transferedToClass
    • dividedIntoClass

      protected DividedIntoClass dividedIntoClass
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • EventClass

      public EventClass()
  • Method Details

    • getClassId

      public ClassId getClassId()
      Gets the value of the classId property.
      Returns:
      possible object is ClassId
    • setClassId

      public void setClassId(ClassId value)
      Sets the value of the classId property.
      Parameters:
      value - allowed object is ClassId
    • getClazz

      public Class getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is Class
    • setClazz

      public void setClazz(Class value)
      Sets the value of the clazz property.
      Parameters:
      value - allowed object is Class
    • getEventRaceIdAndClassRaceInfoAndPunchingUnitType

      public List<Object> getEventRaceIdAndClassRaceInfoAndPunchingUnitType()
      Gets the value of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.

      For example, to add a new item, do as follows:

       getEventRaceIdAndClassRaceInfoAndPunchingUnitType().add(newItem);
       

      Objects of the following type(s) are allowed in the list ClassRaceInfo PunchingUnitType String

      Returns:
      The value of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.
    • getTransferedToClass

      public TransferedToClass getTransferedToClass()
      Gets the value of the transferedToClass property.
      Returns:
      possible object is TransferedToClass
    • setTransferedToClass

      public void setTransferedToClass(TransferedToClass value)
      Sets the value of the transferedToClass property.
      Parameters:
      value - allowed object is TransferedToClass
    • getDividedIntoClass

      public DividedIntoClass getDividedIntoClass()
      Gets the value of the dividedIntoClass property.
      Returns:
      possible object is DividedIntoClass
    • setDividedIntoClass

      public void setDividedIntoClass(DividedIntoClass value)
      Sets the value of the dividedIntoClass property.
      Parameters:
      value - allowed object is DividedIntoClass
    • 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