Class ICCResetData


  • public class ICCResetData
    extends Object
    Definition: Data of a Chip Card related to the reset of the chip. -- Usage: Card reader device request

    Java class for ICCResetData complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ICCResetData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ATRValue" type="{}ATRValue" />
           <attribute name="CardStatusWords" type="{}CardStatusWords" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • atrValue

        protected byte[] atrValue
        The Atr value.
      • cardStatusWords

        protected byte[] cardStatusWords
        The Card status words.
    • Constructor Detail

      • ICCResetData

        public ICCResetData()
    • Method Detail

      • getATRValue

        public byte[] getATRValue()
        Gets the value of the atrValue property.
        Returns:
        possible object is byte[]
      • setATRValue

        public void setATRValue​(byte[] value)
        Sets the value of the atrValue property.
        Parameters:
        value - allowed object is byte[]
      • getCardStatusWords

        public byte[] getCardStatusWords()
        Gets the value of the cardStatusWords property.
        Returns:
        possible object is byte[]
      • setCardStatusWords

        public void setCardStatusWords​(byte[] value)
        Sets the value of the cardStatusWords property.
        Parameters:
        value - allowed object is byte[]