public class OfferDetailsType
extends java.lang.Object
Java class for OfferDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OfferCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BMLOfferInfo" type="{urn:ebay:apis:eBLBaseComponents}BMLOfferInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BMLOfferInfoType |
bmlOfferInfo |
protected java.lang.String |
offerCode |
| Constructor and Description |
|---|
OfferDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
BMLOfferInfoType |
getBMLOfferInfo()
Gets the value of the bmlOfferInfo property.
|
java.lang.String |
getOfferCode()
Gets the value of the offerCode property.
|
void |
setBMLOfferInfo(BMLOfferInfoType value)
Sets the value of the bmlOfferInfo property.
|
void |
setOfferCode(java.lang.String value)
Sets the value of the offerCode property.
|
protected java.lang.String offerCode
protected BMLOfferInfoType bmlOfferInfo
public java.lang.String getOfferCode()
Stringpublic void setOfferCode(java.lang.String value)
value - the value
allowed object is
Stringpublic BMLOfferInfoType getBMLOfferInfo()
BMLOfferInfoTypepublic void setBMLOfferInfo(BMLOfferInfoType value)
value - the value
allowed object is
BMLOfferInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.