Class ICCResetData1
java.lang.Object
org.coderic.iso20022.messages.casp.ICCResetData1
Java class for ICCResetData1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ICCResetData1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ATRVal" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max140Binary" minOccurs="0"/>
<element name="CardSts" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the atrVal property.byte[]Gets the value of the cardSts property.voidsetATRVal(byte[] value) Sets the value of the atrVal property.voidsetCardSts(byte[] value) Sets the value of the cardSts property.
-
Constructor Details
-
ICCResetData1
public ICCResetData1()
-
-
Method Details
-
getATRVal
public byte[] getATRVal()Gets the value of the atrVal property.- Returns:
- possible object is byte[]
-
setATRVal
public void setATRVal(byte[] value) Sets the value of the atrVal property.- Parameters:
value- allowed object is byte[]
-
getCardSts
public byte[] getCardSts()Gets the value of the cardSts property.- Returns:
- possible object is byte[]
-
setCardSts
public void setCardSts(byte[] value) Sets the value of the cardSts property.- Parameters:
value- allowed object is byte[]
-