Package iofXml.v2
Class CCard
-
- All Implemented Interfaces:
public class 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>
-
-
Constructor Summary
Constructors Constructor Description CCard()
-
Method Summary
Modifier and Type Method Description String
getCCardId()
Gets the value of the cCardId property. void
setCCardId(String value)
Sets the value of the cCardId property. PunchingUnitType
getPunchingUnitType()
Gets the value of the punchingUnitType property. void
setPunchingUnitType(PunchingUnitType value)
Sets the value of the punchingUnitType property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getMiscData()
Gets the value of the miscData property. void
setMiscData(String value)
Sets the value of the miscData property. -
-
Method Detail
-
getCCardId
String getCCardId()
Gets the value of the cCardId property.
- Returns:
possibleobject is String
-
setCCardId
void setCCardId(String value)
Sets the value of the cCardId property.
- Parameters:
value
- allowed object is String
-
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
-
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
-
getMiscData
String getMiscData()
Gets the value of the miscData property.
- Returns:
possibleobject is String
-
setMiscData
void setMiscData(String value)
Sets the value of the miscData property.
- Parameters:
value
- allowed object is String
-
-
-
-