Package net.authorize.api.contract.v1
Class WebCheckOutDataTypeToken
- java.lang.Object
-
- net.authorize.api.contract.v1.WebCheckOutDataTypeToken
-
public class WebCheckOutDataTypeToken extends Object
Java class for webCheckOutDataTypeToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webCheckOutDataTypeToken"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cardNumber"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="4"/> <maxLength value="16"/> </restriction> </simpleType> </element> <element name="expirationDate"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="4"/> <maxLength value="7"/> </restriction> </simpleType> </element> <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/> <element name="zip" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="20"/> </restriction> </simpleType> </element> <element name="fullName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="64"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcardCodeprotected StringcardNumberprotected StringexpirationDateprotected StringfullNameprotected Stringzip
-
Constructor Summary
Constructors Constructor Description WebCheckOutDataTypeToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCardCode()Gets the value of the cardCode property.StringgetCardNumber()Gets the value of the cardNumber property.StringgetExpirationDate()Gets the value of the expirationDate property.StringgetFullName()Gets the value of the fullName property.StringgetZip()Gets the value of the zip property.voidsetCardCode(String value)Sets the value of the cardCode property.voidsetCardNumber(String value)Sets the value of the cardNumber property.voidsetExpirationDate(String value)Sets the value of the expirationDate property.voidsetFullName(String value)Sets the value of the fullName property.voidsetZip(String value)Sets the value of the zip property.
-
-
-
Method Detail
-
getCardNumber
public String getCardNumber()
Gets the value of the cardNumber property.- Returns:
- possible object is
String
-
setCardNumber
public void setCardNumber(String value)
Sets the value of the cardNumber 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
-
getCardCode
public String getCardCode()
Gets the value of the cardCode property.- Returns:
- possible object is
String
-
setCardCode
public void setCardCode(String value)
Sets the value of the cardCode property.- Parameters:
value- allowed object isString
-
getZip
public String getZip()
Gets the value of the zip property.- Returns:
- possible object is
String
-
setZip
public void setZip(String value)
Sets the value of the zip property.- Parameters:
value- allowed object isString
-
getFullName
public String getFullName()
Gets the value of the fullName property.- Returns:
- possible object is
String
-
-