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