public class CardChannelResponse 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 name="Response" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}APDUResponseElement"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected APDUResponseElement |
response |
Constructor and Description |
---|
CardChannelResponse() |
Modifier and Type | Method and Description |
---|---|
APDUResponseElement |
getResponse()
Gets the value of the response property.
|
void |
setResponse(APDUResponseElement value)
Sets the value of the response property.
|
protected APDUResponseElement response
public APDUResponseElement getResponse()
APDUResponseElement
public void setResponse(APDUResponseElement value)
value
- allowed object is
APDUResponseElement