Class FinishPoint
-
- All Implemented Interfaces:
public class FinishPointJava 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>
-
-
Constructor Summary
Constructors Constructor Description FinishPoint()
-
Method Summary
Modifier and Type Method Description StringgetFinishPointCode()Gets the value of the finishPointCode property. voidsetFinishPointCode(String value)Sets the value of the finishPointCode property. DescriptiongetDescription()Gets the value of the description property. voidsetDescription(Description value)Sets the value of the description property. ControlPositiongetControlPosition()Gets the value of the controlPosition property. voidsetControlPosition(ControlPosition value)Sets the value of the controlPosition property. List<Object>getPunchingUnitOrPunchPattern()Gets the value of the punchingUnitOrPunchPattern property. PunchingUnitTypegetPunchingUnitType()Gets the value of the punchingUnitType property. voidsetPunchingUnitType(PunchingUnitType value)Sets the value of the punchingUnitType property. MapPositiongetMapPosition()Gets the value of the mapPosition property. voidsetMapPosition(MapPosition value)Sets the value of the mapPosition property. CommentgetComment()Gets the value of the comment property. voidsetComment(Comment value)Sets the value of the comment property. ModifyDategetModifyDate()Gets the value of the modifyDate property. voidsetModifyDate(ModifyDate value)Sets the value of the modifyDate property. -
-
Method Detail
-
getFinishPointCode
String getFinishPointCode()
Gets the value of the finishPointCode property.
- Returns:
possibleobject is String
-
setFinishPointCode
void setFinishPointCode(String value)
Sets the value of the finishPointCode property.
- Parameters:
value- allowed object is String
-
getDescription
Description getDescription()
Gets the value of the description property.
- Returns:
possibleobject is Description
-
setDescription
void setDescription(Description value)
Sets the value of the description property.
- Parameters:
value- allowed object is Description
-
getControlPosition
ControlPosition getControlPosition()
Gets the value of the controlPosition property.
- Returns:
possibleobject is ControlPosition
-
setControlPosition
void setControlPosition(ControlPosition value)
Sets the value of the controlPosition property.
- Parameters:
value- allowed object is ControlPosition
-
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
setmethod 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.
-
getPunchingUnitType
PunchingUnitType getPunchingUnitType()
Gets the value of the punchingUnitType property.
- Returns:
possibleobject is PunchingUnitType
-
setPunchingUnitType
void setPunchingUnitType(PunchingUnitType value)
Sets the value of the punchingUnitType property.
- Parameters:
value- allowed object is PunchingUnitType
-
getMapPosition
MapPosition getMapPosition()
Gets the value of the mapPosition property.
- Returns:
possibleobject is MapPosition
-
setMapPosition
void setMapPosition(MapPosition value)
Sets the value of the mapPosition property.
- Parameters:
value- allowed object is MapPosition
-
getComment
Comment getComment()
Gets the value of the comment property.
- Returns:
possibleobject is Comment
-
setComment
void setComment(Comment value)
Sets the value of the comment property.
- Parameters:
value- allowed object is Comment
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value- allowed object is ModifyDate
-
-
-
-