public class ChildProduct
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">
<attribute name="ChildRef" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ProductUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
amount |
protected java.lang.Object |
childRef |
protected java.lang.String |
productUsage |
| Constructor and Description |
|---|
ChildProduct() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.lang.Object |
getChildRef()
Gets the value of the childRef property.
|
java.lang.String |
getProductUsage()
Gets the value of the productUsage property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setChildRef(java.lang.Object value)
Sets the value of the childRef property.
|
void |
setProductUsage(java.lang.String value)
Sets the value of the productUsage property.
|
protected java.lang.Object childRef
protected java.lang.Integer amount
protected java.lang.String productUsage
public java.lang.Object getChildRef()
Objectpublic void setChildRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getProductUsage()
Stringpublic void setProductUsage(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.