public class GetOfferRequest
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 name="RequestControl" type="{http://www.tibco.com/aff/offerpriceservice}RequestControl" minOccurs="0"/>
<element name="SubscriberID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CustomerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.tibco.com/ope/segment}Segment" maxOccurs="unbounded" minOccurs="0"/>
<element name="OrderDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RecordTypes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecordType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Promotions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="RecordSubType" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RecordSubType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Categories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Category" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Focus" type="{http://www.tibco.com/aff/offerpriceservice}Focus" minOccurs="0"/>
<element name="InputFields" type="{http://www.tibco.com/aff/offerpriceservice}Field" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tibco.com/aff/order}orderRequest" minOccurs="0"/>
</sequence>
<attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ReturnIneligibleProducts" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ReturnBundleOfferings" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ReturnPrices" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ReturnProductInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOfferRequest.Categories
Java class for anonymous complex type.
|
static class |
GetOfferRequest.Promotions
Java class for anonymous complex type.
|
static class |
GetOfferRequest.RecordSubType
Java class for anonymous complex type.
|
static class |
GetOfferRequest.RecordTypes
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
GetOfferRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBusinessTransactionID()
Gets the value of the businessTransactionID property.
|
GetOfferRequest.Categories |
getCategories()
Gets the value of the categories property.
|
java.lang.String |
getCustomerID()
Gets the value of the customerID property.
|
Focus |
getFocus()
Gets the value of the focus property.
|
java.util.List<Field> |
getInputFields()
Gets the value of the inputFields property.
|
java.util.Date |
getOrderDate()
Gets the value of the orderDate property.
|
OrderRequest |
getOrderRequest()
Gets the value of the orderRequest property.
|
GetOfferRequest.Promotions |
getPromotions()
Gets the value of the promotions property.
|
GetOfferRequest.RecordSubType |
getRecordSubType()
Gets the value of the recordSubType property.
|
GetOfferRequest.RecordTypes |
getRecordTypes()
Gets the value of the recordTypes property.
|
RequestControl |
getRequestControl()
Gets the value of the requestControl property.
|
java.util.List<Segment> |
getSegments()
Gets the value of the segments property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getSubscriberID()
Gets the value of the subscriberID property.
|
java.lang.Boolean |
isReturnBundleOfferings()
Gets the value of the returnBundleOfferings property.
|
java.lang.Boolean |
isReturnIneligibleProducts()
Gets the value of the returnIneligibleProducts property.
|
java.lang.Boolean |
isReturnPrices()
Gets the value of the returnPrices property.
|
java.lang.Boolean |
isReturnProductInformation()
Gets the value of the returnProductInformation property.
|
void |
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property.
|
void |
setCategories(GetOfferRequest.Categories value)
Sets the value of the categories property.
|
void |
setCustomerID(java.lang.String value)
Sets the value of the customerID property.
|
void |
setFocus(Focus value)
Sets the value of the focus property.
|
void |
setOrderDate(java.util.Date value)
Sets the value of the orderDate property.
|
void |
setOrderRequest(OrderRequest value)
Sets the value of the orderRequest property.
|
void |
setPromotions(GetOfferRequest.Promotions value)
Sets the value of the promotions property.
|
void |
setRecordSubType(GetOfferRequest.RecordSubType value)
Sets the value of the recordSubType property.
|
void |
setRecordTypes(GetOfferRequest.RecordTypes value)
Sets the value of the recordTypes property.
|
void |
setRequestControl(RequestControl value)
Sets the value of the requestControl property.
|
void |
setReturnBundleOfferings(java.lang.Boolean value)
Sets the value of the returnBundleOfferings property.
|
void |
setReturnIneligibleProducts(java.lang.Boolean value)
Sets the value of the returnIneligibleProducts property.
|
void |
setReturnPrices(java.lang.Boolean value)
Sets the value of the returnPrices property.
|
void |
setReturnProductInformation(java.lang.Boolean value)
Sets the value of the returnProductInformation property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setSubscriberID(java.lang.String value)
Sets the value of the subscriberID property.
|
public RequestControl getRequestControl()
RequestControlpublic void setRequestControl(RequestControl value)
value - allowed object is
RequestControlpublic java.lang.String getSubscriberID()
Stringpublic void setSubscriberID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCustomerID()
Stringpublic void setCustomerID(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Segment> getSegments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segments property.
For example, to add a new item, do as follows:
getSegments().add(newItem);
Objects of the following type(s) are allowed in the list
Segment
public java.util.Date getOrderDate()
Stringpublic void setOrderDate(java.util.Date value)
value - allowed object is
Stringpublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic GetOfferRequest.RecordTypes getRecordTypes()
GetOfferRequest.RecordTypespublic void setRecordTypes(GetOfferRequest.RecordTypes value)
value - allowed object is
GetOfferRequest.RecordTypespublic GetOfferRequest.Promotions getPromotions()
GetOfferRequest.Promotionspublic void setPromotions(GetOfferRequest.Promotions value)
value - allowed object is
GetOfferRequest.Promotionspublic GetOfferRequest.RecordSubType getRecordSubType()
GetOfferRequest.RecordSubTypepublic void setRecordSubType(GetOfferRequest.RecordSubType value)
value - allowed object is
GetOfferRequest.RecordSubTypepublic GetOfferRequest.Categories getCategories()
GetOfferRequest.Categoriespublic void setCategories(GetOfferRequest.Categories value)
value - allowed object is
GetOfferRequest.Categoriespublic Focus getFocus()
Focuspublic void setFocus(Focus value)
value - allowed object is
Focuspublic java.util.List<Field> getInputFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the inputFields property.
For example, to add a new item, do as follows:
getInputFields().add(newItem);
Objects of the following type(s) are allowed in the list
Field
public OrderRequest getOrderRequest()
OrderRequestpublic void setOrderRequest(OrderRequest value)
value - allowed object is
OrderRequestpublic java.lang.String getBusinessTransactionID()
Stringpublic void setBusinessTransactionID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isReturnIneligibleProducts()
Booleanpublic void setReturnIneligibleProducts(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReturnBundleOfferings()
Booleanpublic void setReturnBundleOfferings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReturnPrices()
Booleanpublic void setReturnPrices(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReturnProductInformation()
Booleanpublic void setReturnProductInformation(java.lang.Boolean value)
value - allowed object is
Boolean