public class GetOfferResponse
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.tibco.com/aff/orderservice/result}resultStatus" minOccurs="0"/>
<element name="EligibleProducts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EligibleProduct" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.tibco.com/ope/product}ProductInformation" minOccurs="0"/>
<element ref="{http://www.tibco.com/aff/order}udf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tibco.com/ope/message}Message" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tibco.com/ope/price}PriceItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="IneligibleProducts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InEligibleProduct" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.tibco.com/ope/product}ProductInformation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tibco.com/aff/order}udf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tibco.com/ope/message}Message" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOfferResponse.EligibleProducts
Java class for anonymous complex type.
|
static class |
GetOfferResponse.IneligibleProducts
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
GetOfferResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessTransactionID()
Gets the value of the businessTransactionID property.
|
GetOfferResponse.EligibleProducts |
getEligibleProducts()
Gets the value of the eligibleProducts property.
|
GetOfferResponse.IneligibleProducts |
getIneligibleProducts()
Gets the value of the ineligibleProducts property.
|
com.tibco.aff.oms.dto.result.ResultStatus |
getResultStatus()
Gets the value of the resultStatus property.
|
void |
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property.
|
void |
setEligibleProducts(GetOfferResponse.EligibleProducts value)
Sets the value of the eligibleProducts property.
|
void |
setIneligibleProducts(GetOfferResponse.IneligibleProducts value)
Sets the value of the ineligibleProducts property.
|
void |
setResultStatus(com.tibco.aff.oms.dto.result.ResultStatus value)
Sets the value of the resultStatus property.
|
public com.tibco.aff.oms.dto.result.ResultStatus getResultStatus()
ResultStatuspublic void setResultStatus(com.tibco.aff.oms.dto.result.ResultStatus value)
value - allowed object is
ResultStatuspublic GetOfferResponse.EligibleProducts getEligibleProducts()
GetOfferResponse.EligibleProductspublic void setEligibleProducts(GetOfferResponse.EligibleProducts value)
value - allowed object is
GetOfferResponse.EligibleProductspublic GetOfferResponse.IneligibleProducts getIneligibleProducts()
GetOfferResponse.IneligibleProductspublic void setIneligibleProducts(GetOfferResponse.IneligibleProducts value)
value - allowed object is
GetOfferResponse.IneligibleProductspublic java.lang.String getBusinessTransactionID()
Stringpublic void setBusinessTransactionID(java.lang.String value)
value - allowed object is
String