public class ValidateOfferResponse
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/aff/orderservice/result}resultStatus"/> <element name="ValidationPass" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="ValidationResultMessage" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="Linenumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="InventoryID" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{http://www.tibco.com/ope/message}Message" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element ref="{http://www.tibco.com/aff/order}orderRequest" minOccurs="0"/> </sequence> <attribute name="BusinessTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ValidateOfferResponse.ValidationResultMessage
Java class for anonymous complex type.
|
Constructor and Description |
---|
ValidateOfferResponse() |
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.
|
com.tibco.aff.oms.dto.result.ResultStatus |
getResultStatus()
Gets the value of the resultStatus property.
|
java.util.List<ValidateOfferResponse.ValidationResultMessage> |
getValidationResultMessages()
Gets the value of the validationResultMessages property.
|
boolean |
isValidationPass()
Gets the value of the validationPass property.
|
void |
setBusinessTransactionID(java.lang.String value)
Sets the value of the businessTransactionID property.
|
void |
setOrderRequest(OrderRequest value)
Sets the value of the orderRequest property.
|
void |
setResultStatus(com.tibco.aff.oms.dto.result.ResultStatus value)
Sets the value of the resultStatus property.
|
void |
setValidationPass(boolean value)
Sets the value of the validationPass property.
|
public com.tibco.aff.oms.dto.result.ResultStatus getResultStatus()
ResultStatus
public void setResultStatus(com.tibco.aff.oms.dto.result.ResultStatus value)
value
- allowed object is
ResultStatus
public boolean isValidationPass()
public void setValidationPass(boolean value)
public java.util.List<ValidateOfferResponse.ValidationResultMessage> getValidationResultMessages()
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 validationResultMessages property.
For example, to add a new item, do as follows:
getValidationResultMessages().add(newItem);
Objects of the following type(s) are allowed in the list
ValidateOfferResponse.ValidationResultMessage
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