Package net.authorize.api.contract.v1
Class TokenMaskedType
- java.lang.Object
-
- net.authorize.api.contract.v1.TokenMaskedType
-
public class TokenMaskedType extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexpirationDateprotected StringtokenNumberprotected StringtokenRequestorIdprotected StringtokenSource
-
Constructor Summary
Constructors Constructor Description TokenMaskedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpirationDate()Gets the value of the expirationDate property.StringgetTokenNumber()Gets the value of the tokenNumber property.StringgetTokenRequestorId()Gets the value of the tokenRequestorId property.StringgetTokenSource()Gets the value of the tokenSource property.voidsetExpirationDate(String value)Sets the value of the expirationDate property.voidsetTokenNumber(String value)Sets the value of the tokenNumber property.voidsetTokenRequestorId(String value)Sets the value of the tokenRequestorId property.voidsetTokenSource(String value)Sets the value of the tokenSource property.
-
-
-
Method Detail
-
getTokenSource
public String getTokenSource()
Gets the value of the tokenSource property.- Returns:
- possible object is
String
-
setTokenSource
public void setTokenSource(String value)
Sets the value of the tokenSource property.- Parameters:
value- allowed object isString
-
getTokenNumber
public String getTokenNumber()
Gets the value of the tokenNumber property.- Returns:
- possible object is
String
-
setTokenNumber
public void setTokenNumber(String value)
Sets the value of the tokenNumber property.- Parameters:
value- allowed object isString
-
getExpirationDate
public String getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(String value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
getTokenRequestorId
public String getTokenRequestorId()
Gets the value of the tokenRequestorId property.- Returns:
- possible object is
String
-
-