public class Product extends Object implements 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.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"/>
</sequence>
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="IsRoot" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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 Integer |
amount |
protected List<ChildProduct> |
childProduct |
protected List<Comment> |
comment |
protected String |
descriptiveName |
protected List<GeneralID> |
generalID |
protected String |
id |
protected List<Intent> |
intent |
protected Boolean |
isRoot |
protected String |
productID |
protected String |
productType |
protected String |
productTypeDetails |
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
List<ChildProduct> |
getChildProduct()
Gets the value of the childProduct property.
|
List<Comment> |
getComment()
Gets the value of the comment property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
List<GeneralID> |
getGeneralID()
Gets the value of the generalID property.
|
String |
getID()
Gets the value of the id property.
|
List<Intent> |
getIntent()
Gets the value of the intent property.
|
String |
getProductID()
Gets the value of the productID property.
|
String |
getProductType()
Gets the value of the productType property.
|
String |
getProductTypeDetails()
Gets the value of the productTypeDetails property.
|
Boolean |
isIsRoot()
Gets the value of the isRoot property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIsRoot(Boolean value)
Sets the value of the isRoot property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setProductType(String value)
Sets the value of the productType property.
|
void |
setProductTypeDetails(String value)
Sets the value of the productTypeDetails property.
|
protected List<ChildProduct> childProduct
protected String id
protected Boolean isRoot
protected String descriptiveName
protected Integer amount
protected String productID
protected String productType
protected String productTypeDetails
public List<GeneralID> getGeneralID()
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 generalID property.
For example, to add a new item, do as follows:
getGeneralID().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
public List<Comment> getComment()
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 comment property.
For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public List<ChildProduct> getChildProduct()
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 childProduct property.
For example, to add a new item, do as follows:
getChildProduct().add(newItem);
Objects of the following type(s) are allowed in the list
ChildProduct
public List<Intent> getIntent()
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 intent property.
For example, to add a new item, do as follows:
getIntent().add(newItem);
Objects of the following type(s) are allowed in the list
Intent
public void setID(String value)
value - allowed object is
Stringpublic Boolean isIsRoot()
Booleanpublic void setIsRoot(Boolean value)
value - allowed object is
Booleanpublic String getDescriptiveName()
Stringpublic void setDescriptiveName(String value)
value - allowed object is
Stringpublic Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic String getProductType()
Stringpublic void setProductType(String value)
value - allowed object is
Stringpublic String getProductTypeDetails()
StringCopyright © 2013. All Rights Reserved.