public class GetPricesRequest
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/ope/price}requests"/> </sequence> <attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ReturnTotals" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetPricesRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessTransactionID()
Gets the value of the businessTransactionID property.
|
Requests |
getRequests()
Gets the value of the requests property.
|
java.lang.Boolean |
isReturnTotals()
Gets the value of the returnTotals property.
|
void |
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property.
|
void |
setRequests(Requests value)
Sets the value of the requests property.
|
void |
setReturnTotals(java.lang.Boolean value)
Sets the value of the returnTotals property.
|
public Requests getRequests()
Requests
public void setRequests(Requests value)
value
- allowed object is
Requests
public java.lang.String getBusinessTransactionID()
String
public void setBusinessTransactionID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isReturnTotals()
Boolean
public void setReturnTotals(java.lang.Boolean value)
value
- allowed object is
Boolean