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" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}webCheckOutDataTypeToken" minOccurs="0"/>
<element name="bankToken" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}bankAccountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BankAccountType |
bankToken |
protected java.lang.String |
id |
protected WebCheckOutDataTypeToken |
token |
protected WebCheckOutTypeEnum |
type |
| Constructor and Description |
|---|
WebCheckOutDataType() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountType |
getBankToken()
Gets the value of the bankToken property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
WebCheckOutDataTypeToken |
getToken()
Gets the value of the token property.
|
WebCheckOutTypeEnum |
getType()
Gets the value of the type property.
|
void |
setBankToken(BankAccountType value)
Sets the value of the bankToken property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setToken(WebCheckOutDataTypeToken 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 WebCheckOutDataTypeToken token
protected BankAccountType bankToken
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 WebCheckOutDataTypeToken getToken()
WebCheckOutDataTypeTokenpublic void setToken(WebCheckOutDataTypeToken value)
value - allowed object is
WebCheckOutDataTypeTokenpublic BankAccountType getBankToken()
BankAccountTypepublic void setBankToken(BankAccountType value)
value - allowed object is
BankAccountTypeCopyright © 2018. All Rights Reserved.