Package iofXml.v2
Class CCard
java.lang.Object
iofXml.v2.CCard
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="{}CCardId"/>
<element ref="{}PunchingUnitType"/>
<element ref="{}ModifyDate" minOccurs="0"/>
</sequence>
<attribute name="miscData" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected ModifyDateprotected PunchingUnitType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cCardId property.Gets the value of the miscData property.Gets the value of the modifyDate property.Gets the value of the punchingUnitType property.voidsetCCardId(String value) Sets the value of the cCardId property.voidsetMiscData(String value) Sets the value of the miscData property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the punchingUnitType property.
-
Field Details
-
cCardId
-
punchingUnitType
-
modifyDate
-
miscData
-
-
Constructor Details
-
CCard
public CCard()
-
-
Method Details
-
getCCardId
Gets the value of the cCardId property.- Returns:
- possible object is
String
-
setCCardId
Sets the value of the cCardId 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
-
getMiscData
Gets the value of the miscData property.- Returns:
- possible object is
String
-
setMiscData
Sets the value of the miscData property.- Parameters:
value- allowed object isString
-