Class StartPoint
-
- All Implemented Interfaces:
public class StartPoint
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="{}StartPointCode"/> <element ref="{}Description" minOccurs="0"/> <element ref="{}ControlPosition" minOccurs="0"/> <element ref="{}MapPosition" minOccurs="0"/> <element ref="{}Comment" minOccurs="0"/> <element ref="{}DistanceFromStart" minOccurs="0"/> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description StartPoint()
-
Method Summary
Modifier and Type Method Description String
getStartPointCode()
Gets the value of the startPointCode property. void
setStartPointCode(String value)
Sets the value of the startPointCode property. Description
getDescription()
Gets the value of the description property. void
setDescription(Description value)
Sets the value of the description property. ControlPosition
getControlPosition()
Gets the value of the controlPosition property. void
setControlPosition(ControlPosition value)
Sets the value of the controlPosition property. MapPosition
getMapPosition()
Gets the value of the mapPosition property. void
setMapPosition(MapPosition value)
Sets the value of the mapPosition property. Comment
getComment()
Gets the value of the comment property. void
setComment(Comment value)
Sets the value of the comment property. DistanceFromStart
getDistanceFromStart()
Gets the value of the distanceFromStart property. void
setDistanceFromStart(DistanceFromStart value)
Sets the value of the distanceFromStart property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. -
-
Method Detail
-
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
-
getDescription
Description getDescription()
Gets the value of the description property.
- Returns:
possibleobject is Description
-
setDescription
void setDescription(Description value)
Sets the value of the description property.
- Parameters:
value
- allowed object is Description
-
getControlPosition
ControlPosition getControlPosition()
Gets the value of the controlPosition property.
- Returns:
possibleobject is ControlPosition
-
setControlPosition
void setControlPosition(ControlPosition value)
Sets the value of the controlPosition property.
- Parameters:
value
- allowed object is ControlPosition
-
getMapPosition
MapPosition getMapPosition()
Gets the value of the mapPosition property.
- Returns:
possibleobject is MapPosition
-
setMapPosition
void setMapPosition(MapPosition value)
Sets the value of the mapPosition property.
- Parameters:
value
- allowed object is MapPosition
-
getComment
Comment getComment()
Gets the value of the comment property.
- Returns:
possibleobject is Comment
-
setComment
void setComment(Comment value)
Sets the value of the comment property.
- Parameters:
value
- allowed object is Comment
-
getDistanceFromStart
DistanceFromStart getDistanceFromStart()
Gets the value of the distanceFromStart property.
- Returns:
possibleobject is DistanceFromStart
-
setDistanceFromStart
void setDistanceFromStart(DistanceFromStart value)
Sets the value of the distanceFromStart property.
- Parameters:
value
- allowed object is DistanceFromStart
-
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
-
-
-
-