public class ValidateOfferRequest
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 ref="{http://www.tibco.com/ope/segment}Segment" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.tibco.com/aff/order}orderRequest"/> </sequence> <attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="CalculateConsequences" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ValidateOfferRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessTransactionID()
Gets the value of the businessTransactionID property.
|
OrderRequest |
getOrderRequest()
Gets the value of the orderRequest property.
|
RequestControl |
getRequestControl()
Gets the value of the requestControl property.
|
java.util.List<Segment> |
getSegments()
Gets the value of the segments property.
|
boolean |
isCalculateConsequences()
Gets the value of the calculateConsequences property.
|
void |
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property.
|
void |
setCalculateConsequences(boolean value)
Sets the value of the calculateConsequences property.
|
void |
setOrderRequest(OrderRequest value)
Sets the value of the orderRequest property.
|
void |
setRequestControl(RequestControl value)
Sets the value of the requestControl property.
|
public RequestControl getRequestControl()
RequestControl
public void setRequestControl(RequestControl value)
value
- allowed object is
RequestControl
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 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 boolean isCalculateConsequences()
public void setCalculateConsequences(boolean value)