public class ResultElement extends Object
Java class for ResultElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="CardAction" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CardActionType" /> <attribute name="ApplicationIdentifier" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ApplicationIdentifierType" /> <attribute name="Result" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}CardActionResponseType" /> <attribute name="RetryCount" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ApplicationIdentifierType |
applicationIdentifier |
protected CardActionType |
cardAction |
protected CardActionResponseType |
result |
protected BigInteger |
retryCount |
Constructor and Description |
---|
ResultElement() |
Modifier and Type | Method and Description |
---|---|
ApplicationIdentifierType |
getApplicationIdentifier()
Gets the value of the applicationIdentifier property.
|
CardActionType |
getCardAction()
Gets the value of the cardAction property.
|
CardActionResponseType |
getResult()
Gets the value of the result property.
|
BigInteger |
getRetryCount()
Gets the value of the retryCount property.
|
void |
setApplicationIdentifier(ApplicationIdentifierType value)
Sets the value of the applicationIdentifier property.
|
void |
setCardAction(CardActionType value)
Sets the value of the cardAction property.
|
void |
setResult(CardActionResponseType value)
Sets the value of the result property.
|
void |
setRetryCount(BigInteger value)
Sets the value of the retryCount property.
|
protected CardActionType cardAction
protected ApplicationIdentifierType applicationIdentifier
protected CardActionResponseType result
protected BigInteger retryCount
public CardActionType getCardAction()
CardActionType
public void setCardAction(CardActionType value)
value
- allowed object is
CardActionType
public ApplicationIdentifierType getApplicationIdentifier()
ApplicationIdentifierType
public void setApplicationIdentifier(ApplicationIdentifierType value)
value
- allowed object is
ApplicationIdentifierType
public CardActionResponseType getResult()
CardActionResponseType
public void setResult(CardActionResponseType value)
value
- allowed object is
CardActionResponseType
public BigInteger getRetryCount()
BigInteger
public void setRetryCount(BigInteger value)
value
- allowed object is
BigInteger