public class ResultApplElement extends Object
Java class for ResultApplElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResultApplElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ApplicationIdentifier" use="required" type="{http://www.buergerkarte.at/namespaces/securitylayer/1.2#}ApplicationIdentifierType" /> <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Status" 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 String |
name |
protected BigInteger |
retryCount |
protected CardActionResponseType |
status |
Constructor and Description |
---|
ResultApplElement() |
Modifier and Type | Method and Description |
---|---|
ApplicationIdentifierType |
getApplicationIdentifier()
Gets the value of the applicationIdentifier property.
|
String |
getName()
Gets the value of the name property.
|
BigInteger |
getRetryCount()
Gets the value of the retryCount property.
|
CardActionResponseType |
getStatus()
Gets the value of the status property.
|
void |
setApplicationIdentifier(ApplicationIdentifierType value)
Sets the value of the applicationIdentifier property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRetryCount(BigInteger value)
Sets the value of the retryCount property.
|
void |
setStatus(CardActionResponseType value)
Sets the value of the status property.
|
protected ApplicationIdentifierType applicationIdentifier
protected String name
protected CardActionResponseType status
protected BigInteger retryCount
public ApplicationIdentifierType getApplicationIdentifier()
ApplicationIdentifierType
public void setApplicationIdentifier(ApplicationIdentifierType value)
value
- allowed object is
ApplicationIdentifierType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public CardActionResponseType getStatus()
CardActionResponseType
public void setStatus(CardActionResponseType value)
value
- allowed object is
CardActionResponseType
public BigInteger getRetryCount()
BigInteger
public void setRetryCount(BigInteger value)
value
- allowed object is
BigInteger