public class ProductList
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 ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Product" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="RootProducts" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Comment> |
comments |
protected java.lang.String |
descriptiveName |
protected java.util.List<GeneralID> |
generalIDs |
protected java.util.List<Product> |
products |
protected java.util.List<java.lang.Object> |
rootProducts |
| Constructor and Description |
|---|
ProductList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
getComments()
Gets the value of the comments property.
|
java.lang.String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
java.util.List<GeneralID> |
getGeneralIDs()
Gets the value of the generalIDs property.
|
java.util.List<Product> |
getProducts()
Gets the value of the products property.
|
java.util.List<java.lang.Object> |
getRootProducts()
Gets the value of the rootProducts property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
protected java.util.List<Product> products
protected java.util.List<Comment> comments
protected java.util.List<GeneralID> generalIDs
protected java.util.List<java.lang.Object> rootProducts
protected java.lang.String descriptiveName
public java.util.List<Product> getProducts()
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 products property.
For example, to add a new item, do as follows:
getProducts().add(newItem);
Objects of the following type(s) are allowed in the list
Product
public java.util.List<Comment> getComments()
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 comments property.
For example, to add a new item, do as follows:
getComments().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public java.util.List<GeneralID> getGeneralIDs()
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 generalIDs property.
For example, to add a new item, do as follows:
getGeneralIDs().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
public java.util.List<java.lang.Object> getRootProducts()
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 rootProducts property.
For example, to add a new item, do as follows:
getRootProducts().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.lang.String getDescriptiveName()
Stringpublic void setDescriptiveName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.