|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.TokenMaskedType
public class TokenMaskedType
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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
expirationDate
|
protected String |
tokenNumber
|
protected String |
tokenSource
|
| Constructor Summary | |
|---|---|
TokenMaskedType()
|
|
| Method Summary | |
|---|---|
String |
getExpirationDate()
Gets the value of the expirationDate property. |
String |
getTokenNumber()
Gets the value of the tokenNumber property. |
String |
getTokenSource()
Gets the value of the tokenSource property. |
void |
setExpirationDate(String value)
Sets the value of the expirationDate property. |
void |
setTokenNumber(String value)
Sets the value of the tokenNumber property. |
void |
setTokenSource(String value)
Sets the value of the tokenSource property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String tokenSource
protected String tokenNumber
protected String expirationDate
| Constructor Detail |
|---|
public TokenMaskedType()
| Method Detail |
|---|
public String getTokenSource()
Stringpublic void setTokenSource(String value)
value - allowed object is
Stringpublic String getTokenNumber()
Stringpublic void setTokenNumber(String value)
value - allowed object is
Stringpublic String getExpirationDate()
Stringpublic void setExpirationDate(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||