public class TokenMaskedType
extends java.lang.Object
Java class for tokenMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tokenMaskedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tokenSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tokenNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expirationDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="4"/>
<maxLength value="7"/>
</restriction>
</simpleType>
</element>
<element name="tokenRequestorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
expirationDate |
protected java.lang.String |
tokenNumber |
protected java.lang.String |
tokenRequestorId |
protected java.lang.String |
tokenSource |
| Constructor and Description |
|---|
TokenMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.lang.String |
getTokenNumber()
Gets the value of the tokenNumber property.
|
java.lang.String |
getTokenRequestorId()
Gets the value of the tokenRequestorId property.
|
java.lang.String |
getTokenSource()
Gets the value of the tokenSource property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setTokenNumber(java.lang.String value)
Sets the value of the tokenNumber property.
|
void |
setTokenRequestorId(java.lang.String value)
Sets the value of the tokenRequestorId property.
|
void |
setTokenSource(java.lang.String value)
Sets the value of the tokenSource property.
|
protected java.lang.String tokenSource
protected java.lang.String tokenNumber
protected java.lang.String expirationDate
protected java.lang.String tokenRequestorId
public java.lang.String getTokenSource()
Stringpublic void setTokenSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTokenNumber()
Stringpublic void setTokenNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpirationDate()
Stringpublic void setExpirationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTokenRequestorId()
Stringpublic void setTokenRequestorId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.