public class WebCheckOutDataType
extends java.lang.Object
Java class for webCheckOutDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webCheckOutDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutTypeEnum"/>
<element name="id">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<maxLength value="64"/>
</restriction>
</simpleType>
</element>
<element name="token">
<complexType>
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WebCheckOutDataType.Token
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected WebCheckOutDataType.Token |
token |
protected WebCheckOutTypeEnum |
type |
| Constructor and Description |
|---|
WebCheckOutDataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
WebCheckOutDataType.Token |
getToken()
Gets the value of the token property.
|
WebCheckOutTypeEnum |
getType()
Gets the value of the type property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setToken(WebCheckOutDataType.Token value)
Sets the value of the token property.
|
void |
setType(WebCheckOutTypeEnum value)
Sets the value of the type property.
|
protected WebCheckOutTypeEnum type
protected java.lang.String id
protected WebCheckOutDataType.Token token
public WebCheckOutTypeEnum getType()
WebCheckOutTypeEnumpublic void setType(WebCheckOutTypeEnum value)
value - allowed object is
WebCheckOutTypeEnumpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic WebCheckOutDataType.Token getToken()
WebCheckOutDataType.Tokenpublic void setToken(WebCheckOutDataType.Token value)
value - allowed object is
WebCheckOutDataType.TokenCopyright © 2018. All Rights Reserved.