Class CourseVariation
-
- All Implemented Interfaces:
public class CourseVariationJava 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 StringgetCourseVariationId()Gets the value of the courseVariationId property. voidsetCourseVariationId(String value)Sets the value of the courseVariationId property. NamegetName()Gets the value of the name property. voidsetName(Name value)Sets the value of the name property. CourseLengthgetCourseLength()Gets the value of the courseLength property. voidsetCourseLength(CourseLength value)Sets the value of the courseLength property. CourseClimbgetCourseClimb()Gets the value of the courseClimb property. voidsetCourseClimb(CourseClimb value)Sets the value of the courseClimb property. StringgetStartPointCode()Gets the value of the startPointCode property. voidsetStartPointCode(String value)Sets the value of the startPointCode property. StartPointgetStartPoint()Gets the value of the startPoint property. voidsetStartPoint(StartPoint value)Sets the value of the startPoint property. StringgetFinishChute()Gets the value of the finishChute property. voidsetFinishChute(String value)Sets the value of the finishChute property. List<CourseControl>getCourseControl()Gets the value of the courseControl property. StringgetFinishPointCode()Gets the value of the finishPointCode property. voidsetFinishPointCode(String value)Sets the value of the finishPointCode property. FinishPointgetFinishPoint()Gets the value of the finishPoint property. voidsetFinishPoint(FinishPoint value)Sets the value of the finishPoint property. DistanceToFinishgetDistanceToFinish()Gets the value of the distanceToFinish property. voidsetDistanceToFinish(DistanceToFinish value)Sets the value of the distanceToFinish property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. StringgetNumberOfRunners()Gets the value of the numberOfRunners property. voidsetNumberOfRunners(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
setmethod 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
-
-
-
-