Package iofXml.v3
Class ControlCard
java.lang.Object
iofXml.v3.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected StringThe manufacturer of the punching system, e.g.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the modifyTime property.The manufacturer of the punching system, e.g.getValue()Gets the value of the value property.voidSets the value of the modifyTime property.voidsetPunchingSystem(String value) Sets the value of the punchingSystem property.voidSets the value of the value property.
-
Field Details
-
value
-
punchingSystem
The manufacturer of the punching system, e.g. 'SI' or 'Emit'. -
modifyTime
-
-
Constructor Details
-
ControlCard
public ControlCard()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getPunchingSystem
The manufacturer of the punching system, e.g. 'SI' or 'Emit'.- Returns:
- possible object is
String
-
setPunchingSystem
Sets the value of the punchingSystem property.- Parameters:
value- allowed object isString- See Also:
-
getModifyTime
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-