Package iofXml.v3

Class ControlCard

java.lang.Object
iofXml.v3.ControlCard

public class ControlCard extends Object
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 Details

    • value

      protected String value
    • punchingSystem

      protected String punchingSystem
      The manufacturer of the punching system, e.g. 'SI' or 'Emit'.
    • modifyTime

      protected XMLGregorianCalendar modifyTime
  • Constructor Details

    • ControlCard

      public ControlCard()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getPunchingSystem

      public String getPunchingSystem()
      The manufacturer of the punching system, e.g. 'SI' or 'Emit'.
      Returns:
      possible object is String
    • setPunchingSystem

      public void setPunchingSystem(String value)
      Sets the value of the punchingSystem property.
      Parameters:
      value - allowed object is String
      See Also:
    • getModifyTime

      public XMLGregorianCalendar getModifyTime()
      Gets the value of the modifyTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setModifyTime

      public void setModifyTime(XMLGregorianCalendar value)
      Sets the value of the modifyTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar