Package iofXml.v2

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 Detail

      • CourseControl

        CourseControl()
    • Method Detail

      • setSequence

         void setSequence(String value)

        Sets the value of the sequence property.

        Parameters:
        value - allowed object is String
      • setControlCode

         void setControlCode(String value)

        Sets the value of the controlCode property.

        Parameters:
        value - allowed object is String
      • 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.

      • setMarkedRoute

         void setMarkedRoute(String value)

        Sets the value of the markedRoute property.

        Parameters:
        value - allowed object is String