Package iofXml.v2
Class StartPoint
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Commentprotected ControlPositionprotected Descriptionprotected DistanceFromStartprotected MapPositionprotected ModifyDateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the controlPosition property.Gets the value of the description property.Gets the value of the distanceFromStart property.Gets the value of the mapPosition property.Gets the value of the modifyDate property.Gets the value of the startPointCode property.voidsetComment(Comment value) Sets the value of the comment property.voidSets the value of the controlPosition property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the distanceFromStart property.voidsetMapPosition(MapPosition value) Sets the value of the mapPosition property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidsetStartPointCode(String value) Sets the value of the startPointCode property.
-
Field Details
-
startPointCode
-
description
-
controlPosition
-
mapPosition
-
comment
-
distanceFromStart
-
modifyDate
-
-
Constructor Details
-
StartPoint
public StartPoint()
-
-
Method Details
-
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
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getControlPosition
Gets the value of the controlPosition property.- Returns:
- possible object is
ControlPosition
-
setControlPosition
Sets the value of the controlPosition property.- Parameters:
value- allowed object isControlPosition
-
getMapPosition
Gets the value of the mapPosition property.- Returns:
- possible object is
MapPosition
-
setMapPosition
Sets the value of the mapPosition property.- Parameters:
value- allowed object isMapPosition
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
Comment
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isComment
-
getDistanceFromStart
Gets the value of the distanceFromStart property.- Returns:
- possible object is
DistanceFromStart
-
setDistanceFromStart
Sets the value of the distanceFromStart property.- Parameters:
value- allowed object isDistanceFromStart
-
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
-