public class BAUpdateRequestType extends AbstractRequestType
Java class for BAUpdateRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BAUpdateRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BillingAgreementDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BillingAgreementStatus" type="{urn:ebay:apis:eBLBaseComponents}MerchantPullStatusCodeType" minOccurs="0"/>
<element name="BillingAgreementCustom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
billingAgreementCustom |
protected java.lang.String |
billingAgreementDescription |
protected MerchantPullStatusCodeType |
billingAgreementStatus |
protected java.lang.String |
referenceID |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
BAUpdateRequestType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBillingAgreementCustom()
Gets the value of the billingAgreementCustom property.
|
java.lang.String |
getBillingAgreementDescription()
Gets the value of the billingAgreementDescription property.
|
MerchantPullStatusCodeType |
getBillingAgreementStatus()
Gets the value of the billingAgreementStatus property.
|
java.lang.String |
getReferenceID()
Gets the value of the referenceID property.
|
void |
setBillingAgreementCustom(java.lang.String value)
Sets the value of the billingAgreementCustom property.
|
void |
setBillingAgreementDescription(java.lang.String value)
Sets the value of the billingAgreementDescription property.
|
void |
setBillingAgreementStatus(MerchantPullStatusCodeType value)
Sets the value of the billingAgreementStatus property.
|
void |
setReferenceID(java.lang.String value)
Sets the value of the referenceID property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected java.lang.String referenceID
protected java.lang.String billingAgreementDescription
protected MerchantPullStatusCodeType billingAgreementStatus
protected java.lang.String billingAgreementCustom
public java.lang.String getReferenceID()
Stringpublic void setReferenceID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getBillingAgreementDescription()
Stringpublic void setBillingAgreementDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic MerchantPullStatusCodeType getBillingAgreementStatus()
MerchantPullStatusCodeTypepublic void setBillingAgreementStatus(MerchantPullStatusCodeType value)
value - the value
allowed object is
MerchantPullStatusCodeTypepublic java.lang.String getBillingAgreementCustom()
Stringpublic void setBillingAgreementCustom(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.