Class CourseControl
-
- All Implemented Interfaces:
public 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>
-
-
Constructor Summary
Constructors Constructor Description CourseControl()
-
Method Summary
Modifier and Type Method Description String
getSequence()
Gets the value of the sequence property. void
setSequence(String value)
Sets the value of the sequence property. String
getControlCode()
Gets the value of the controlCode property. void
setControlCode(String value)
Sets the value of the controlCode property. Control
getControl()
Gets the value of the control property. void
setControl(Control value)
Sets the value of the control property. List<Comment>
getComment()
Gets the value of the comment property. List<LegLength>
getLegLength()
Gets the value of the legLength property. MapTextPosition
getMapTextPosition()
Gets the value of the mapTextPosition property. void
setMapTextPosition(MapTextPosition value)
Sets the value of the mapTextPosition property. String
getMarkedRoute()
Gets the value of the markedRoute property. void
setMarkedRoute(String value)
Sets the value of the markedRoute property. -
-
Method Detail
-
getSequence
String getSequence()
Gets the value of the sequence property.
- Returns:
possibleobject is String
-
setSequence
void setSequence(String value)
Sets the value of the sequence property.
- Parameters:
value
- allowed object is String
-
getControlCode
String getControlCode()
Gets the value of the controlCode property.
- Returns:
possibleobject is String
-
setControlCode
void setControlCode(String value)
Sets the value of the controlCode property.
- Parameters:
value
- allowed object is String
-
getControl
Control getControl()
Gets the value of the control property.
- Returns:
possibleobject is Control
-
setControl
void setControl(Control value)
Sets the value of the control property.
- Parameters:
value
- allowed object is Control
-
getComment
List<Comment> 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
set
method 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:
Thevalue of the comment property.
-
getLegLength
List<LegLength> 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
set
method 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:
Thevalue of the legLength property.
-
getMapTextPosition
MapTextPosition getMapTextPosition()
Gets the value of the mapTextPosition property.
- Returns:
possibleobject is MapTextPosition
-
setMapTextPosition
void setMapTextPosition(MapTextPosition value)
Sets the value of the mapTextPosition property.
- Parameters:
value
- allowed object is MapTextPosition
-
getMarkedRoute
String getMarkedRoute()
Gets the value of the markedRoute property.
- Returns:
possibleobject is String
-
setMarkedRoute
void setMarkedRoute(String value)
Sets the value of the markedRoute property.
- Parameters:
value
- allowed object is String
-
-
-
-