Package iofXml.v2
Class PunchingUnit
java.lang.Object
iofXml.v2.PunchingUnit
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="{}UnitCode"/>
<element ref="{}PunchingUnitType"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ModifyDateprotected PunchingUnitTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the modifyDate property.Gets the value of the punchingUnitType property.Gets the value of the unitCode property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the punchingUnitType property.voidsetUnitCode(String value) Sets the value of the unitCode property.
-
Field Details
-
unitCode
-
punchingUnitType
-
modifyDate
-
-
Constructor Details
-
PunchingUnit
public PunchingUnit()
-
-
Method Details
-
getUnitCode
Gets the value of the unitCode property.- Returns:
- possible object is
String
-
setUnitCode
Sets the value of the unitCode property.- Parameters:
value- allowed object isString
-
getPunchingUnitType
Gets the value of the punchingUnitType property.- Returns:
- possible object is
PunchingUnitType
-
setPunchingUnitType
Sets the value of the punchingUnitType property.- Parameters:
value- allowed object isPunchingUnitType
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-