Package iofXml.v2

Class FinishPoint

java.lang.Object
iofXml.v2.FinishPoint

public class FinishPoint 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="{}FinishPointCode"/>
         <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" minOccurs="0"/>
         <element ref="{}ModifyDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • finishPointCode

      protected String finishPointCode
    • description

      protected Description description
    • controlPosition

      protected ControlPosition controlPosition
    • punchingUnitOrPunchPattern

      protected List<Object> punchingUnitOrPunchPattern
    • punchingUnitType

      protected PunchingUnitType punchingUnitType
    • mapPosition

      protected MapPosition mapPosition
    • comment

      protected Comment comment
    • modifyDate

      protected ModifyDate modifyDate
  • Constructor Details

    • FinishPoint

      public FinishPoint()
  • Method Details

    • getFinishPointCode

      public String getFinishPointCode()
      Gets the value of the finishPointCode property.
      Returns:
      possible object is String
    • setFinishPointCode

      public void setFinishPointCode(String value)
      Sets the value of the finishPointCode property.
      Parameters:
      value - allowed object is String
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getControlPosition

      public ControlPosition getControlPosition()
      Gets the value of the controlPosition property.
      Returns:
      possible object is ControlPosition
    • setControlPosition

      public void setControlPosition(ControlPosition value)
      Sets the value of the controlPosition property.
      Parameters:
      value - allowed object is ControlPosition
    • getPunchingUnitOrPunchPattern

      public 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 PunchingUnit String

      Returns:
      The value of the punchingUnitOrPunchPattern property.
    • getPunchingUnitType

      public PunchingUnitType getPunchingUnitType()
      Gets the value of the punchingUnitType property.
      Returns:
      possible object is PunchingUnitType
    • setPunchingUnitType

      public void setPunchingUnitType(PunchingUnitType value)
      Sets the value of the punchingUnitType property.
      Parameters:
      value - allowed object is PunchingUnitType
    • getMapPosition

      public MapPosition getMapPosition()
      Gets the value of the mapPosition property.
      Returns:
      possible object is MapPosition
    • setMapPosition

      public void setMapPosition(MapPosition value)
      Sets the value of the mapPosition property.
      Parameters:
      value - allowed object is MapPosition
    • getComment

      public Comment getComment()
      Gets the value of the comment property.
      Returns:
      possible object is Comment
    • setComment

      public void setComment(Comment value)
      Sets the value of the comment property.
      Parameters:
      value - allowed object is Comment
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate