Class CourseControl
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="{}Sequence"/>
<choice>
<element ref="{}ControlCode"/>
<element ref="{}Control"/>
</choice>
<element ref="{}Comment" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}LegLength" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}MapTextPosition" minOccurs="0"/>
</sequence>
<attribute name="markedRoute" default="N">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="Y"/>
<enumeration value="N"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Controlprotected Stringprotected MapTextPositionprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.Gets the value of the control property.Gets the value of the controlCode property.Gets the value of the legLength property.Gets the value of the mapTextPosition property.Gets the value of the markedRoute property.Gets the value of the sequence property.voidsetControl(Control value) Sets the value of the control property.voidsetControlCode(String value) Sets the value of the controlCode property.voidSets the value of the mapTextPosition property.voidsetMarkedRoute(String value) Sets the value of the markedRoute property.voidsetSequence(String value) Sets the value of the sequence property.
-
Field Details
-
sequence
-
controlCode
-
control
-
comment
-
legLength
-
mapTextPosition
-
markedRoute
-
-
Constructor Details
-
CourseControl
public CourseControl()
-
-
Method Details
-
getSequence
Gets the value of the sequence property.- Returns:
- possible object is
String
-
setSequence
Sets the value of the sequence property.- Parameters:
value- allowed object isString
-
getControlCode
Gets the value of the controlCode property.- Returns:
- possible object is
String
-
setControlCode
Sets the value of the controlCode property.- Parameters:
value- allowed object isString
-
getControl
Gets the value of the control property.- Returns:
- possible object is
Control
-
setControl
Sets the value of the control property.- Parameters:
value- allowed object isControl
-
getComment
Gets the value of the comment property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the comment property.For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment- Returns:
- The value of the comment property.
-
getLegLength
Gets the value of the legLength property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the legLength property.For example, to add a new item, do as follows:
getLegLength().add(newItem);
Objects of the following type(s) are allowed in the list
LegLength- Returns:
- The value of the legLength property.
-
getMapTextPosition
Gets the value of the mapTextPosition property.- Returns:
- possible object is
MapTextPosition
-
setMapTextPosition
Sets the value of the mapTextPosition property.- Parameters:
value- allowed object isMapTextPosition
-
getMarkedRoute
Gets the value of the markedRoute property.- Returns:
- possible object is
String
-
setMarkedRoute
Sets the value of the markedRoute property.- Parameters:
value- allowed object isString
-