Package iofXml.v2
Class EventClass
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClassIdprotected Classprotected DividedIntoClassprotected ModifyDateprotected TransferedToClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classId property.getClazz()Gets the value of the clazz property.Gets the value of the dividedIntoClass property.Gets the value of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.Gets the value of the modifyDate property.Gets the value of the transferedToClass property.voidsetClassId(ClassId value) Sets the value of the classId property.voidSets the value of the clazz property.voidSets the value of the dividedIntoClass property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the transferedToClass property.
-
Field Details
-
classId
-
clazz
-
eventRaceIdAndClassRaceInfoAndPunchingUnitType
-
transferedToClass
-
dividedIntoClass
-
modifyDate
-
-
Constructor Details
-
EventClass
public EventClass()
-
-
Method Details
-
getClassId
Gets the value of the classId property.- Returns:
- possible object is
ClassId
-
setClassId
Sets the value of the classId property.- Parameters:
value- allowed object isClassId
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
Class
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isClass
-
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
setmethod 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
ClassRaceInfoPunchingUnitTypeString- Returns:
- The value of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.
-
getTransferedToClass
Gets the value of the transferedToClass property.- Returns:
- possible object is
TransferedToClass
-
setTransferedToClass
Sets the value of the transferedToClass property.- Parameters:
value- allowed object isTransferedToClass
-
getDividedIntoClass
Gets the value of the dividedIntoClass property.- Returns:
- possible object is
DividedIntoClass
-
setDividedIntoClass
Sets the value of the dividedIntoClass property.- Parameters:
value- allowed object isDividedIntoClass
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-