Package iofXml.v2
Class Start
java.lang.Object
iofXml.v2.Start
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="{}StartNumber" minOccurs="0"/>
<element ref="{}BibNumber" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{}CCardId"/>
<element ref="{}CCard"/>
</choice>
<element ref="{}StartTime" minOccurs="0"/>
<element ref="{}TeamSequence" minOccurs="0"/>
<element ref="{}CourseLength"/>
<element ref="{}StartId" minOccurs="0"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CCardprotected Stringprotected CourseLengthprotected ModifyDateprotected Stringprotected Stringprotected StartTimeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bibNumber property.getCCard()Gets the value of the cCard property.Gets the value of the cCardId property.Gets the value of the courseLength property.Gets the value of the modifyDate property.Gets the value of the startId property.Gets the value of the startNumber property.Gets the value of the startTime property.Gets the value of the teamSequence property.voidsetBibNumber(String value) Sets the value of the bibNumber property.voidSets the value of the cCard property.voidsetCCardId(String value) Sets the value of the cCardId property.voidsetCourseLength(CourseLength value) Sets the value of the courseLength property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetStartId(String value) Sets the value of the startId property.voidsetStartNumber(String value) Sets the value of the startNumber property.voidsetStartTime(StartTime value) Sets the value of the startTime property.voidsetTeamSequence(String value) Sets the value of the teamSequence property.
-
Field Details
-
startNumber
-
bibNumber
-
cCardId
-
cCard
-
startTime
-
teamSequence
-
courseLength
-
startId
-
modifyDate
-
-
Constructor Details
-
Start
public Start()
-
-
Method Details
-
getStartNumber
Gets the value of the startNumber property.- Returns:
- possible object is
String
-
setStartNumber
Sets the value of the startNumber property.- Parameters:
value- allowed object isString
-
getBibNumber
Gets the value of the bibNumber property.- Returns:
- possible object is
String
-
setBibNumber
Sets the value of the bibNumber property.- Parameters:
value- allowed object isString
-
getCCardId
Gets the value of the cCardId property.- Returns:
- possible object is
String
-
setCCardId
Sets the value of the cCardId property.- Parameters:
value- allowed object isString
-
getCCard
Gets the value of the cCard property.- Returns:
- possible object is
CCard
-
setCCard
Sets the value of the cCard property.- Parameters:
value- allowed object isCCard
-
getStartTime
Gets the value of the startTime property.- Returns:
- possible object is
StartTime
-
setStartTime
Sets the value of the startTime property.- Parameters:
value- allowed object isStartTime
-
getTeamSequence
Gets the value of the teamSequence property.- Returns:
- possible object is
String
-
setTeamSequence
Sets the value of the teamSequence property.- Parameters:
value- allowed object isString
-
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
-
getStartId
Gets the value of the startId property.- Returns:
- possible object is
String
-
setStartId
Sets the value of the startId property.- Parameters:
value- allowed object isString
-
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
-