ControlCard

open 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>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the modifyTime property.
Link copied to clipboard
Gets the value of the punchingSystem property.
Link copied to clipboard
open fun getValue(): String
Gets the value of the value property.
Link copied to clipboard
Sets the value of the modifyTime property.
Link copied to clipboard
open fun setPunchingSystem(value: String)
Sets the value of the punchingSystem property.
Link copied to clipboard
open fun setValue(value: String)
Sets the value of the value property.