Package iofXml.v2

Class CCard

java.lang.Object
iofXml.v2.CCard

public class CCard extends Object

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>
 
  • Field Details

  • Constructor Details

    • CCard

      public CCard()
  • Method Details

    • getCCardId

      public String getCCardId()
      Gets the value of the cCardId property.
      Returns:
      possible object is String
    • setCCardId

      public void setCCardId(String value)
      Sets the value of the cCardId property.
      Parameters:
      value - allowed object is String
    • getPunchingUnitType

      public PunchingUnitType getPunchingUnitType()
      Gets the value of the punchingUnitType property.
      Returns:
      possible object is PunchingUnitType
    • setPunchingUnitType

      public void setPunchingUnitType(PunchingUnitType value)
      Sets the value of the punchingUnitType property.
      Parameters:
      value - allowed object is PunchingUnitType
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getMiscData

      public String getMiscData()
      Gets the value of the miscData property.
      Returns:
      possible object is String
    • setMiscData

      public void setMiscData(String value)
      Sets the value of the miscData property.
      Parameters:
      value - allowed object is String