public class BillOutstandingAmountRequestDetailsType
extends java.lang.Object
Java class for BillOutstandingAmountRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillOutstandingAmountRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
note |
protected java.lang.String |
profileID |
| Constructor and Description |
|---|
BillOutstandingAmountRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
java.lang.String |
getProfileID()
Gets the value of the profileID property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setProfileID(java.lang.String value)
Sets the value of the profileID property.
|
protected java.lang.String profileID
protected BasicAmountType amount
protected java.lang.String note
public BillOutstandingAmountRequestDetailsType()
public java.lang.String getProfileID()
Stringpublic void setProfileID(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.