public static class ValidateOfferResponse.ValidationResultMessage
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>
         <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>
 | Constructor and Description | 
|---|
ValidationResultMessage()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getInventoryID()
Gets the value of the inventoryID property. 
 | 
java.lang.String | 
getLinenumber()
Gets the value of the linenumber property. 
 | 
java.util.List<Message> | 
getMessages()
Gets the value of the messages property. 
 | 
java.lang.String | 
getProductID()
Gets the value of the productID property. 
 | 
void | 
setInventoryID(java.lang.String value)
Sets the value of the inventoryID property. 
 | 
void | 
setLinenumber(java.lang.String value)
Sets the value of the linenumber property. 
 | 
void | 
setProductID(java.lang.String value)
Sets the value of the productID property. 
 | 
public java.lang.String getInventoryID()
Stringpublic void setInventoryID(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getLinenumber()
Stringpublic void setLinenumber(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getProductID()
Stringpublic void setProductID(java.lang.String value)
value - allowed object is
     Stringpublic java.util.List<Message> getMessages()
 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 messages property.
 
 
For example, to add a new item, do as follows:
    getMessages().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 Message