Package iofXml.v3
Class ControlCard
-
- All Implemented Interfaces:
public class ControlCard
The unique identifier of the control card, i.e. card number.
Java class for ControlCard complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ControlCard"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="punchingSystem" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ControlCard()
-
Method Summary
Modifier and Type Method Description String
getValue()
Gets the value of the value property. void
setValue(String value)
Sets the value of the value property. String
getPunchingSystem()
The manufacturer of the punching system, e.g. void
setPunchingSystem(String value)
Sets the value of the punchingSystem property. XMLGregorianCalendar
getModifyTime()
Gets the value of the modifyTime property. void
setModifyTime(XMLGregorianCalendar value)
Sets the value of the modifyTime property. -
-
Method Detail
-
setValue
void setValue(String value)
Sets the value of the value property.
- Parameters:
value
- allowed object is String
-
getPunchingSystem
String getPunchingSystem()
The manufacturer of the punching system, e.g. 'SI' or 'Emit'.
- Returns:
possibleobject is String
-
setPunchingSystem
void setPunchingSystem(String value)
Sets the value of the punchingSystem property.
- Parameters:
value
- allowed object is String
-
getModifyTime
XMLGregorianCalendar getModifyTime()
Gets the value of the modifyTime property.
- Returns:
possibleobject is XMLGregorianCalendar
-
setModifyTime
void setModifyTime(XMLGregorianCalendar value)
Sets the value of the modifyTime property.
- Parameters:
value
- allowed object is XMLGregorianCalendar
-
-
-
-