Package iofXml.v2

Class CourseControl

java.lang.Object
iofXml.v2.CourseControl

public class CourseControl extends Object

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 Details

  • Constructor Details

    • CourseControl

      public CourseControl()
  • Method Details

    • getSequence

      public String getSequence()
      Gets the value of the sequence property.
      Returns:
      possible object is String
    • setSequence

      public void setSequence(String value)
      Sets the value of the sequence property.
      Parameters:
      value - allowed object is String
    • getControlCode

      public String getControlCode()
      Gets the value of the controlCode property.
      Returns:
      possible object is String
    • setControlCode

      public void setControlCode(String value)
      Sets the value of the controlCode property.
      Parameters:
      value - allowed object is String
    • getControl

      public Control getControl()
      Gets the value of the control property.
      Returns:
      possible object is Control
    • setControl

      public void setControl(Control value)
      Sets the value of the control property.
      Parameters:
      value - allowed object is Control
    • getComment

      public 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:
      The value of the comment property.
    • getLegLength

      public 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:
      The value of the legLength property.
    • getMapTextPosition

      public MapTextPosition getMapTextPosition()
      Gets the value of the mapTextPosition property.
      Returns:
      possible object is MapTextPosition
    • setMapTextPosition

      public void setMapTextPosition(MapTextPosition value)
      Sets the value of the mapTextPosition property.
      Parameters:
      value - allowed object is MapTextPosition
    • getMarkedRoute

      public String getMarkedRoute()
      Gets the value of the markedRoute property.
      Returns:
      possible object is String
    • setMarkedRoute

      public void setMarkedRoute(String value)
      Sets the value of the markedRoute property.
      Parameters:
      value - allowed object is String