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