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()
RequestControl
public void setRequestControl(RequestControl value)
value
- allowed object is
RequestControl
public java.lang.String getSubscriberID()
String
public void setSubscriberID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCustomerID()
String
public void setCustomerID(java.lang.String value)
value
- allowed object is
String
public 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()
String
public void setOrderDate(java.util.Date value)
value
- allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- allowed object is
String
public GetOfferRequest.RecordTypes getRecordTypes()
GetOfferRequest.RecordTypes
public void setRecordTypes(GetOfferRequest.RecordTypes value)
value
- allowed object is
GetOfferRequest.RecordTypes
public GetOfferRequest.Promotions getPromotions()
GetOfferRequest.Promotions
public void setPromotions(GetOfferRequest.Promotions value)
value
- allowed object is
GetOfferRequest.Promotions
public GetOfferRequest.RecordSubType getRecordSubType()
GetOfferRequest.RecordSubType
public void setRecordSubType(GetOfferRequest.RecordSubType value)
value
- allowed object is
GetOfferRequest.RecordSubType
public GetOfferRequest.Categories getCategories()
GetOfferRequest.Categories
public void setCategories(GetOfferRequest.Categories value)
value
- allowed object is
GetOfferRequest.Categories
public Focus getFocus()
Focus
public void setFocus(Focus value)
value
- allowed object is
Focus
public 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()
OrderRequest
public void setOrderRequest(OrderRequest value)
value
- allowed object is
OrderRequest
public java.lang.String getBusinessTransactionID()
String
public void setBusinessTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isReturnIneligibleProducts()
Boolean
public void setReturnIneligibleProducts(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReturnBundleOfferings()
Boolean
public void setReturnBundleOfferings(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReturnPrices()
Boolean
public void setReturnPrices(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReturnProductInformation()
Boolean
public void setReturnProductInformation(java.lang.Boolean value)
value
- allowed object is
Boolean