public class PaymentToken extends Object
Java class for PaymentToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentToken">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TokenRequested" use="required" type="{}TokenRequestedType" />
<attribute name="TokenValue" use="required" type="{}TokenValue" />
<attribute name="ExpiryDateTime" type="{}ExpiryDateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expiryDateTime
The Expiry date time.
|
protected TokenRequestedType |
tokenRequestedType
The Token requested.
|
protected String |
tokenValue
The Token value.
|
| Constructor and Description |
|---|
PaymentToken() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getExpiryDateTime()
Gets the value of the expiryDateTime property.
|
TokenRequestedType |
getTokenRequestedType()
Gets the value of the tokenRequestedType property.
|
String |
getTokenValue()
Gets the value of the tokenValue property.
|
void |
setExpiryDateTime(XMLGregorianCalendar value)
Sets the value of the expiryDateTime property.
|
void |
setTokenRequestedType(TokenRequestedType value)
Sets the value of the tokenRequestedType property.
|
void |
setTokenValue(String value)
Sets the value of the tokenValue property.
|
protected TokenRequestedType tokenRequestedType
protected String tokenValue
protected XMLGregorianCalendar expiryDateTime
public TokenRequestedType getTokenRequestedType()
TokenRequestedTypepublic void setTokenRequestedType(TokenRequestedType value)
value - allowed object is TokenRequestedTypepublic String getTokenValue()
Stringpublic void setTokenValue(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getExpiryDateTime()
XMLGregorianCalendarpublic void setExpiryDateTime(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarCopyright © 2022. All rights reserved.