Class CourseVariation
-
- All Implemented Interfaces:
public class CourseVariation
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> <element ref="{}CourseVariationId"/> <element ref="{}Name" minOccurs="0"/> <element ref="{}CourseLength"/> <element ref="{}CourseClimb" minOccurs="0"/> <choice minOccurs="0"> <element ref="{}StartPointCode"/> <element ref="{}StartPoint"/> </choice> <element ref="{}FinishChute" minOccurs="0"/> <element ref="{}CourseControl" maxOccurs="unbounded"/> <choice minOccurs="0"> <element ref="{}FinishPointCode"/> <element ref="{}FinishPoint"/> </choice> <element ref="{}DistanceToFinish" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> <attribute name="numberOfRunners" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CourseVariation()
-
Method Summary
Modifier and Type Method Description String
getCourseVariationId()
Gets the value of the courseVariationId property. void
setCourseVariationId(String value)
Sets the value of the courseVariationId property. Name
getName()
Gets the value of the name property. void
setName(Name value)
Sets the value of the name property. CourseLength
getCourseLength()
Gets the value of the courseLength property. void
setCourseLength(CourseLength value)
Sets the value of the courseLength property. CourseClimb
getCourseClimb()
Gets the value of the courseClimb property. void
setCourseClimb(CourseClimb value)
Sets the value of the courseClimb property. String
getStartPointCode()
Gets the value of the startPointCode property. void
setStartPointCode(String value)
Sets the value of the startPointCode property. StartPoint
getStartPoint()
Gets the value of the startPoint property. void
setStartPoint(StartPoint value)
Sets the value of the startPoint property. String
getFinishChute()
Gets the value of the finishChute property. void
setFinishChute(String value)
Sets the value of the finishChute property. List<CourseControl>
getCourseControl()
Gets the value of the courseControl property. String
getFinishPointCode()
Gets the value of the finishPointCode property. void
setFinishPointCode(String value)
Sets the value of the finishPointCode property. FinishPoint
getFinishPoint()
Gets the value of the finishPoint property. void
setFinishPoint(FinishPoint value)
Sets the value of the finishPoint property. DistanceToFinish
getDistanceToFinish()
Gets the value of the distanceToFinish property. void
setDistanceToFinish(DistanceToFinish value)
Sets the value of the distanceToFinish property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getNumberOfRunners()
Gets the value of the numberOfRunners property. void
setNumberOfRunners(String value)
Sets the value of the numberOfRunners property. -
-
Method Detail
-
getCourseVariationId
String getCourseVariationId()
Gets the value of the courseVariationId property.
- Returns:
possibleobject is String
-
setCourseVariationId
void setCourseVariationId(String value)
Sets the value of the courseVariationId property.
- Parameters:
value
- allowed object is String
-
setName
void setName(Name value)
Sets the value of the name property.
- Parameters:
value
- allowed object is Name
-
getCourseLength
CourseLength getCourseLength()
Gets the value of the courseLength property.
- Returns:
possibleobject is CourseLength
-
setCourseLength
void setCourseLength(CourseLength value)
Sets the value of the courseLength property.
- Parameters:
value
- allowed object is CourseLength
-
getCourseClimb
CourseClimb getCourseClimb()
Gets the value of the courseClimb property.
- Returns:
possibleobject is CourseClimb
-
setCourseClimb
void setCourseClimb(CourseClimb value)
Sets the value of the courseClimb property.
- Parameters:
value
- allowed object is CourseClimb
-
getStartPointCode
String getStartPointCode()
Gets the value of the startPointCode property.
- Returns:
possibleobject is String
-
setStartPointCode
void setStartPointCode(String value)
Sets the value of the startPointCode property.
- Parameters:
value
- allowed object is String
-
getStartPoint
StartPoint getStartPoint()
Gets the value of the startPoint property.
- Returns:
possibleobject is StartPoint
-
setStartPoint
void setStartPoint(StartPoint value)
Sets the value of the startPoint property.
- Parameters:
value
- allowed object is StartPoint
-
getFinishChute
String getFinishChute()
Gets the value of the finishChute property.
- Returns:
possibleobject is String
-
setFinishChute
void setFinishChute(String value)
Sets the value of the finishChute property.
- Parameters:
value
- allowed object is String
-
getCourseControl
List<CourseControl> getCourseControl()
Gets the value of the courseControl 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 courseControl property.For example, to add a new item, do as follows:
getCourseControl().add(newItem);
Objects of the following type(s) are allowed in the list CourseControl
- Returns:
Thevalue of the courseControl property.
-
getFinishPointCode
String getFinishPointCode()
Gets the value of the finishPointCode property.
- Returns:
possibleobject is String
-
setFinishPointCode
void setFinishPointCode(String value)
Sets the value of the finishPointCode property.
- Parameters:
value
- allowed object is String
-
getFinishPoint
FinishPoint getFinishPoint()
Gets the value of the finishPoint property.
- Returns:
possibleobject is FinishPoint
-
setFinishPoint
void setFinishPoint(FinishPoint value)
Sets the value of the finishPoint property.
- Parameters:
value
- allowed object is FinishPoint
-
getDistanceToFinish
DistanceToFinish getDistanceToFinish()
Gets the value of the distanceToFinish property.
- Returns:
possibleobject is DistanceToFinish
-
setDistanceToFinish
void setDistanceToFinish(DistanceToFinish value)
Sets the value of the distanceToFinish property.
- Parameters:
value
- allowed object is DistanceToFinish
-
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
-
getNumberOfRunners
String getNumberOfRunners()
Gets the value of the numberOfRunners property.
- Returns:
possibleobject is String
-
setNumberOfRunners
void setNumberOfRunners(String value)
Sets the value of the numberOfRunners property.
- Parameters:
value
- allowed object is String
-
-
-
-