Class Start
-
- All Implemented Interfaces:
public class StartJava 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>
-
-
Constructor Summary
Constructors Constructor Description Start()
-
Method Summary
Modifier and Type Method Description StringgetStartNumber()Gets the value of the startNumber property. voidsetStartNumber(String value)Sets the value of the startNumber property. StringgetBibNumber()Gets the value of the bibNumber property. voidsetBibNumber(String value)Sets the value of the bibNumber property. StringgetCCardId()Gets the value of the cCardId property. voidsetCCardId(String value)Sets the value of the cCardId property. CCardgetCCard()Gets the value of the cCard property. voidsetCCard(CCard value)Sets the value of the cCard property. StartTimegetStartTime()Gets the value of the startTime property. voidsetStartTime(StartTime value)Sets the value of the startTime property. StringgetTeamSequence()Gets the value of the teamSequence property. voidsetTeamSequence(String value)Sets the value of the teamSequence property. CourseLengthgetCourseLength()Gets the value of the courseLength property. voidsetCourseLength(CourseLength value)Sets the value of the courseLength property. StringgetStartId()Gets the value of the startId property. voidsetStartId(String value)Sets the value of the startId property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. -
-
Method Detail
-
getStartNumber
String getStartNumber()
Gets the value of the startNumber property.
- Returns:
possibleobject is String
-
setStartNumber
void setStartNumber(String value)
Sets the value of the startNumber property.
- Parameters:
value- allowed object is String
-
getBibNumber
String getBibNumber()
Gets the value of the bibNumber property.
- Returns:
possibleobject is String
-
setBibNumber
void setBibNumber(String value)
Sets the value of the bibNumber property.
- Parameters:
value- allowed object is String
-
getCCardId
String getCCardId()
Gets the value of the cCardId property.
- Returns:
possibleobject is String
-
setCCardId
void setCCardId(String value)
Sets the value of the cCardId property.
- Parameters:
value- allowed object is String
-
setCCard
void setCCard(CCard value)
Sets the value of the cCard property.
- Parameters:
value- allowed object is CCard
-
getStartTime
StartTime getStartTime()
Gets the value of the startTime property.
- Returns:
possibleobject is StartTime
-
setStartTime
void setStartTime(StartTime value)
Sets the value of the startTime property.
- Parameters:
value- allowed object is StartTime
-
getTeamSequence
String getTeamSequence()
Gets the value of the teamSequence property.
- Returns:
possibleobject is String
-
setTeamSequence
void setTeamSequence(String value)
Sets the value of the teamSequence property.
- Parameters:
value- allowed object is String
-
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
-
getStartId
String getStartId()
Gets the value of the startId property.
- Returns:
possibleobject is String
-
setStartId
void setStartId(String value)
Sets the value of the startId property.
- Parameters:
value- allowed object is String
-
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
-
-
-
-