Package iofXml.v2

Class Control

  • All Implemented Interfaces:

    public class Control
    
                        

    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="{}ControlCode"/>
            <element ref="{}Description" minOccurs="0"/>
            <element ref="{}ControlPosition" minOccurs="0"/>
            <choice maxOccurs="unbounded" minOccurs="0">
              <element ref="{}PunchingUnit"/>
              <element ref="{}PunchPattern"/>
            </choice>
            <element ref="{}PunchingUnitType" minOccurs="0"/>
            <element ref="{}MapPosition" minOccurs="0"/>
            <element ref="{}Comment" maxOccurs="unbounded" minOccurs="0"/>
            <element ref="{}ModifyDate" minOccurs="0"/>
          </sequence>
        </restriction>
      </complexContent>
    </complexType>
    
    • Constructor Detail

      • Control

        Control()
    • Method Detail

      • setControlCode

         void setControlCode(String value)

        Sets the value of the controlCode property.

        Parameters:
        value - allowed object is String
      • getPunchingUnitOrPunchPattern

         List<Object> getPunchingUnitOrPunchPattern()

        Gets the value of the punchingUnitOrPunchPattern 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 punchingUnitOrPunchPattern property.

        For example, to add a new item, do as follows:

        getPunchingUnitOrPunchPattern().add(newItem);
        

        Objects of the following type(s) are allowed in the list PunchingUnitString

        Returns:

        Thevalue of the punchingUnitOrPunchPattern property.

      • 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.