public class Product
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}ChildProduct" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Intent" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ProductType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ProductTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
amount |
protected java.util.List<ChildProduct> |
childProducts |
protected java.util.List<Comment> |
comments |
protected java.lang.String |
descriptiveName |
protected java.util.List<GeneralID> |
generalIDs |
protected java.lang.String |
id |
protected java.util.List<Intent> |
intents |
protected java.lang.String |
productID |
protected java.lang.String |
productType |
protected java.lang.String |
productTypeDetails |
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.util.List<ChildProduct> |
getChildProducts()
Gets the value of the childProducts property.
|
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.lang.String |
getID()
Gets the value of the id property.
|
java.util.List<Intent> |
getIntents()
Gets the value of the intents property.
|
java.lang.String |
getProductID()
Gets the value of the productID property.
|
java.lang.String |
getProductType()
Gets the value of the productType property.
|
java.lang.String |
getProductTypeDetails()
Gets the value of the productTypeDetails property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setProductID(java.lang.String value)
Sets the value of the productID property.
|
void |
setProductType(java.lang.String value)
Sets the value of the productType property.
|
void |
setProductTypeDetails(java.lang.String value)
Sets the value of the productTypeDetails property.
|
protected java.util.List<Intent> intents
protected java.util.List<ChildProduct> childProducts
protected java.util.List<Comment> comments
protected java.util.List<GeneralID> generalIDs
protected java.lang.String id
protected java.lang.String descriptiveName
protected java.lang.Integer amount
protected java.lang.String productID
protected java.lang.String productType
protected java.lang.String productTypeDetails
public java.util.List<Intent> getIntents()
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 intents property.
For example, to add a new item, do as follows:
getIntents().add(newItem);
Objects of the following type(s) are allowed in the list
Intent
public java.util.List<ChildProduct> getChildProducts()
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 childProducts property.
For example, to add a new item, do as follows:
getChildProducts().add(newItem);
Objects of the following type(s) are allowed in the list
ChildProduct
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.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptiveName()
Stringpublic void setDescriptiveName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProductID()
Stringpublic void setProductID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductType()
Stringpublic void setProductType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductTypeDetails()
Stringpublic void setProductTypeDetails(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.