public class CardActionElement extends Object
Java class for CardActionElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardActionElement"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Action" 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="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CardActionType |
action |
protected ApplicationIdentifierType |
applicationIdentifier |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
CardActionElement() |
Modifier and Type | Method and Description |
---|---|
CardActionType |
getAction()
Gets the value of the action property.
|
ApplicationIdentifierType |
getApplicationIdentifier()
Gets the value of the applicationIdentifier property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setAction(CardActionType value)
Sets the value of the action property.
|
void |
setApplicationIdentifier(ApplicationIdentifierType value)
Sets the value of the applicationIdentifier property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected CardActionType action
protected ApplicationIdentifierType applicationIdentifier
protected String name
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public CardActionType getAction()
CardActionType
public void setAction(CardActionType value)
value
- allowed object is
CardActionType
public ApplicationIdentifierType getApplicationIdentifier()
ApplicationIdentifierType
public void setApplicationIdentifier(ApplicationIdentifierType value)
value
- allowed object is
ApplicationIdentifierType
public String getName()
String