public class ChildProduct 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">
<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 Integer |
amount |
protected Object |
childRef |
protected String |
productUsage |
| Constructor and Description |
|---|
ChildProduct() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
Object |
getChildRef()
Gets the value of the childRef property.
|
String |
getProductUsage()
Gets the value of the productUsage property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setChildRef(Object value)
Sets the value of the childRef property.
|
void |
setProductUsage(String value)
Sets the value of the productUsage property.
|
protected Object childRef
protected Integer amount
protected String productUsage
public Object getChildRef()
Objectpublic void setChildRef(Object value)
value - allowed object is
Objectpublic Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic String getProductUsage()
StringCopyright © 2013. All Rights Reserved.