Package iofXml.v2
Class CourseVariation
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CourseClimbprotected List<CourseControl>protected CourseLengthprotected Stringprotected DistanceToFinishprotected Stringprotected FinishPointprotected Stringprotected ModifyDateprotected Nameprotected Stringprotected StartPointprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courseClimb property.Gets the value of the courseControl property.Gets the value of the courseLength property.Gets the value of the courseVariationId property.Gets the value of the distanceToFinish property.Gets the value of the finishChute property.Gets the value of the finishPoint property.Gets the value of the finishPointCode property.Gets the value of the modifyDate property.getName()Gets the value of the name property.Gets the value of the numberOfRunners property.Gets the value of the startPoint property.Gets the value of the startPointCode property.voidsetCourseClimb(CourseClimb value) Sets the value of the courseClimb property.voidsetCourseLength(CourseLength value) Sets the value of the courseLength property.voidsetCourseVariationId(String value) Sets the value of the courseVariationId property.voidSets the value of the distanceToFinish property.voidsetFinishChute(String value) Sets the value of the finishChute property.voidsetFinishPoint(FinishPoint value) Sets the value of the finishPoint property.voidsetFinishPointCode(String value) Sets the value of the finishPointCode property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the name property.voidsetNumberOfRunners(String value) Sets the value of the numberOfRunners property.voidsetStartPoint(StartPoint value) Sets the value of the startPoint property.voidsetStartPointCode(String value) Sets the value of the startPointCode property.
-
Field Details
-
courseVariationId
-
name
-
courseLength
-
courseClimb
-
startPointCode
-
startPoint
-
finishChute
-
courseControl
-
finishPointCode
-
finishPoint
-
distanceToFinish
-
modifyDate
-
numberOfRunners
-
-
Constructor Details
-
CourseVariation
public CourseVariation()
-
-
Method Details
-
getCourseVariationId
Gets the value of the courseVariationId property.- Returns:
- possible object is
String
-
setCourseVariationId
Sets the value of the courseVariationId property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
Name
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getCourseLength
Gets the value of the courseLength property.- Returns:
- possible object is
CourseLength
-
setCourseLength
Sets the value of the courseLength property.- Parameters:
value- allowed object isCourseLength
-
getCourseClimb
Gets the value of the courseClimb property.- Returns:
- possible object is
CourseClimb
-
setCourseClimb
Sets the value of the courseClimb property.- Parameters:
value- allowed object isCourseClimb
-
getStartPointCode
Gets the value of the startPointCode property.- Returns:
- possible object is
String
-
setStartPointCode
Sets the value of the startPointCode property.- Parameters:
value- allowed object isString
-
getStartPoint
Gets the value of the startPoint property.- Returns:
- possible object is
StartPoint
-
setStartPoint
Sets the value of the startPoint property.- Parameters:
value- allowed object isStartPoint
-
getFinishChute
Gets the value of the finishChute property.- Returns:
- possible object is
String
-
setFinishChute
Sets the value of the finishChute property.- Parameters:
value- allowed object isString
-
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:
- The value of the courseControl property.
-
getFinishPointCode
Gets the value of the finishPointCode property.- Returns:
- possible object is
String
-
setFinishPointCode
Sets the value of the finishPointCode property.- Parameters:
value- allowed object isString
-
getFinishPoint
Gets the value of the finishPoint property.- Returns:
- possible object is
FinishPoint
-
setFinishPoint
Sets the value of the finishPoint property.- Parameters:
value- allowed object isFinishPoint
-
getDistanceToFinish
Gets the value of the distanceToFinish property.- Returns:
- possible object is
DistanceToFinish
-
setDistanceToFinish
Sets the value of the distanceToFinish property.- Parameters:
value- allowed object isDistanceToFinish
-
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
-
getNumberOfRunners
Gets the value of the numberOfRunners property.- Returns:
- possible object is
String
-
setNumberOfRunners
Sets the value of the numberOfRunners property.- Parameters:
value- allowed object isString
-