public class GetPriceInformationRequest
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}PriceInformationRequestBody"/>
       </sequence>
       <attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
GetPriceInformationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBusinessTransactionID()
Gets the value of the businessTransactionID property. 
 | 
PriceInformationRequestBody | 
getPriceInformationRequestBody()
Gets the value of the priceInformationRequestBody property. 
 | 
void | 
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property. 
 | 
void | 
setPriceInformationRequestBody(PriceInformationRequestBody value)
Sets the value of the priceInformationRequestBody property. 
 | 
public PriceInformationRequestBody getPriceInformationRequestBody()
PriceInformationRequestBodypublic void setPriceInformationRequestBody(PriceInformationRequestBody value)
value - allowed object is
     PriceInformationRequestBodypublic java.lang.String getBusinessTransactionID()
Stringpublic void setBusinessTransactionID(java.lang.String value)
value - allowed object is
     String