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