Class EventClass
-
- All Implemented Interfaces:
public class EventClassJava 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>
-
-
Constructor Summary
Constructors Constructor Description EventClass()
-
Method Summary
Modifier and Type Method Description ClassIdgetClassId()Gets the value of the classId property. voidsetClassId(ClassId value)Sets the value of the classId property. ClassgetClazz()Gets the value of the clazz property. voidsetClazz(Class value)Sets the value of the clazz property. List<Object>getEventRaceIdAndClassRaceInfoAndPunchingUnitType()Gets the value of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property. TransferedToClassgetTransferedToClass()Gets the value of the transferedToClass property. voidsetTransferedToClass(TransferedToClass value)Sets the value of the transferedToClass property. DividedIntoClassgetDividedIntoClass()Gets the value of the dividedIntoClass property. voidsetDividedIntoClass(DividedIntoClass value)Sets the value of the dividedIntoClass property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. -
-
Method Detail
-
getClassId
ClassId getClassId()
Gets the value of the classId property.
- Returns:
possibleobject is ClassId
-
setClassId
void setClassId(ClassId value)
Sets the value of the classId property.
- Parameters:
value- allowed object is ClassId
-
setClazz
void setClazz(Class value)
Sets the value of the clazz property.
- Parameters:
value- allowed object is Class
-
getEventRaceIdAndClassRaceInfoAndPunchingUnitType
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
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:
Thevalue of the eventRaceIdAndClassRaceInfoAndPunchingUnitType property.
-
getTransferedToClass
TransferedToClass getTransferedToClass()
Gets the value of the transferedToClass property.
- Returns:
possibleobject is TransferedToClass
-
setTransferedToClass
void setTransferedToClass(TransferedToClass value)
Sets the value of the transferedToClass property.
- Parameters:
value- allowed object is TransferedToClass
-
getDividedIntoClass
DividedIntoClass getDividedIntoClass()
Gets the value of the dividedIntoClass property.
- Returns:
possibleobject is DividedIntoClass
-
setDividedIntoClass
void setDividedIntoClass(DividedIntoClass value)
Sets the value of the dividedIntoClass property.
- Parameters:
value- allowed object is DividedIntoClass
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value- allowed object is ModifyDate
-
-
-
-