Class Start
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description Start()
-
Method Summary
Modifier and Type Method Description String
getStartNumber()
Gets the value of the startNumber property. void
setStartNumber(String value)
Sets the value of the startNumber property. String
getBibNumber()
Gets the value of the bibNumber property. void
setBibNumber(String value)
Sets the value of the bibNumber property. String
getCCardId()
Gets the value of the cCardId property. void
setCCardId(String value)
Sets the value of the cCardId property. CCard
getCCard()
Gets the value of the cCard property. void
setCCard(CCard value)
Sets the value of the cCard property. StartTime
getStartTime()
Gets the value of the startTime property. void
setStartTime(StartTime value)
Sets the value of the startTime property. String
getTeamSequence()
Gets the value of the teamSequence property. void
setTeamSequence(String value)
Sets the value of the teamSequence property. CourseLength
getCourseLength()
Gets the value of the courseLength property. void
setCourseLength(CourseLength value)
Sets the value of the courseLength property. String
getStartId()
Gets the value of the startId property. void
setStartId(String value)
Sets the value of the startId property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(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
-
-
-
-