Class ClassResult
-
- All Implemented Interfaces:
public class ClassResult
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="{}ClassShortName"/> <element ref="{}EventClass"/> </choice> <choice maxOccurs="unbounded" minOccurs="0"> <element ref="{}PersonResult"/> <element ref="{}TeamResult"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ClassResult()
-
Method Summary
Modifier and Type Method Description ClassId
getClassId()
Gets the value of the classId property. void
setClassId(ClassId value)
Sets the value of the classId property. ClassShortName
getClassShortName()
Gets the value of the classShortName property. void
setClassShortName(ClassShortName value)
Sets the value of the classShortName property. EventClass
getEventClass()
Gets the value of the eventClass property. void
setEventClass(EventClass value)
Sets the value of the eventClass property. List<Object>
getPersonResultOrTeamResult()
Gets the value of the personResultOrTeamResult 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
-
getClassShortName
ClassShortName getClassShortName()
Gets the value of the classShortName property.
- Returns:
possibleobject is ClassShortName
-
setClassShortName
void setClassShortName(ClassShortName value)
Sets the value of the classShortName property.
- Parameters:
value
- allowed object is ClassShortName
-
getEventClass
EventClass getEventClass()
Gets the value of the eventClass property.
- Returns:
possibleobject is EventClass
-
setEventClass
void setEventClass(EventClass value)
Sets the value of the eventClass property.
- Parameters:
value
- allowed object is EventClass
-
getPersonResultOrTeamResult
List<Object> getPersonResultOrTeamResult()
Gets the value of the personResultOrTeamResult 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 personResultOrTeamResult property.For example, to add a new item, do as follows:
getPersonResultOrTeamResult().add(newItem);
Objects of the following type(s) are allowed in the list PersonResultTeamResult
- Returns:
Thevalue of the personResultOrTeamResult property.
-
-
-
-