public class WebCheckOutDataTypeToken
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cardCode |
protected java.lang.String |
cardNumber |
protected java.lang.String |
expirationDate |
protected java.lang.String |
fullName |
protected java.lang.String |
zip |
| Constructor and Description |
|---|
WebCheckOutDataTypeToken() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardCode()
Gets the value of the cardCode property.
|
java.lang.String |
getCardNumber()
Gets the value of the cardNumber property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.lang.String |
getFullName()
Gets the value of the fullName property.
|
java.lang.String |
getZip()
Gets the value of the zip property.
|
void |
setCardCode(java.lang.String value)
Sets the value of the cardCode property.
|
void |
setCardNumber(java.lang.String value)
Sets the value of the cardNumber property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setFullName(java.lang.String value)
Sets the value of the fullName property.
|
void |
setZip(java.lang.String value)
Sets the value of the zip property.
|
protected java.lang.String cardNumber
protected java.lang.String expirationDate
protected java.lang.String cardCode
protected java.lang.String zip
protected java.lang.String fullName
public java.lang.String getCardNumber()
Stringpublic void setCardNumber(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 getCardCode()
Stringpublic void setCardCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZip()
Stringpublic void setZip(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFullName()
Stringpublic void setFullName(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.