public class DropItem 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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Pallet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Strap" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Ink" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Bundle" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RollStand" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DigitalMedia" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TotalAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TrackingID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TotalWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Unit" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ActualAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TotalVolume" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TotalDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ActualTotalAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ToolRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ExposedMediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
actualAmount |
protected Integer |
actualTotalAmount |
protected Integer |
amount |
protected List<Bundle> |
bundles |
protected Object |
componentRef |
protected List<DigitalMedia> |
digitalMedias |
protected Object |
exposedMediaRef |
protected List<Ink> |
inks |
protected Object |
mediaRef |
protected List<Pallet> |
pallets |
protected List<RegisterRibbon> |
registerRibbons |
protected List<RollStand> |
rollStands |
protected List<Strap> |
straps |
protected Object |
toolRef |
protected Integer |
totalAmount |
protected List<Double> |
totalDimensions |
protected Double |
totalVolume |
protected Double |
totalWeight |
protected String |
trackingID |
protected String |
unit |
| Constructor and Description |
|---|
DropItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActualAmount()
Gets the value of the actualAmount property.
|
Integer |
getActualTotalAmount()
Gets the value of the actualTotalAmount property.
|
Integer |
getAmount()
Gets the value of the amount property.
|
List<Bundle> |
getBundles()
Gets the value of the bundles property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
List<DigitalMedia> |
getDigitalMedias()
Gets the value of the digitalMedias property.
|
Object |
getExposedMediaRef()
Gets the value of the exposedMediaRef property.
|
List<Ink> |
getInks()
Gets the value of the inks property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
List<Pallet> |
getPallets()
Gets the value of the pallets property.
|
List<RegisterRibbon> |
getRegisterRibbons()
Gets the value of the registerRibbons property.
|
List<RollStand> |
getRollStands()
Gets the value of the rollStands property.
|
List<Strap> |
getStraps()
Gets the value of the straps property.
|
Object |
getToolRef()
Gets the value of the toolRef property.
|
Integer |
getTotalAmount()
Gets the value of the totalAmount property.
|
List<Double> |
getTotalDimensions()
Gets the value of the totalDimensions property.
|
Double |
getTotalVolume()
Gets the value of the totalVolume property.
|
Double |
getTotalWeight()
Gets the value of the totalWeight property.
|
String |
getTrackingID()
Gets the value of the trackingID property.
|
String |
getUnit()
Gets the value of the unit property.
|
void |
setActualAmount(Integer value)
Sets the value of the actualAmount property.
|
void |
setActualTotalAmount(Integer value)
Sets the value of the actualTotalAmount property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setExposedMediaRef(Object value)
Sets the value of the exposedMediaRef property.
|
void |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setToolRef(Object value)
Sets the value of the toolRef property.
|
void |
setTotalAmount(Integer value)
Sets the value of the totalAmount property.
|
void |
setTotalVolume(Double value)
Sets the value of the totalVolume property.
|
void |
setTotalWeight(Double value)
Sets the value of the totalWeight property.
|
void |
setTrackingID(String value)
Sets the value of the trackingID property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
protected List<DigitalMedia> digitalMedias
protected List<RegisterRibbon> registerRibbons
protected Integer totalAmount
protected String trackingID
protected Double totalWeight
protected String unit
protected Integer actualAmount
protected Double totalVolume
protected Integer amount
protected Integer actualTotalAmount
protected Object mediaRef
protected Object toolRef
protected Object exposedMediaRef
protected Object componentRef
public List<DigitalMedia> getDigitalMedias()
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 digitalMedias property.
For example, to add a new item, do as follows:
getDigitalMedias().add(newItem);
Objects of the following type(s) are allowed in the list
DigitalMedia
public List<RollStand> getRollStands()
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 rollStands property.
For example, to add a new item, do as follows:
getRollStands().add(newItem);
Objects of the following type(s) are allowed in the list
RollStand
public List<Bundle> getBundles()
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 bundles property.
For example, to add a new item, do as follows:
getBundles().add(newItem);
Objects of the following type(s) are allowed in the list
Bundle
public List<Ink> getInks()
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 inks property.
For example, to add a new item, do as follows:
getInks().add(newItem);
Objects of the following type(s) are allowed in the list
Ink
public List<Strap> getStraps()
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 straps property.
For example, to add a new item, do as follows:
getStraps().add(newItem);
Objects of the following type(s) are allowed in the list
Strap
public List<Pallet> getPallets()
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 pallets property.
For example, to add a new item, do as follows:
getPallets().add(newItem);
Objects of the following type(s) are allowed in the list
Pallet
public List<RegisterRibbon> getRegisterRibbons()
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 registerRibbons property.
For example, to add a new item, do as follows:
getRegisterRibbons().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
public Integer getTotalAmount()
Integerpublic void setTotalAmount(Integer value)
value - allowed object is
Integerpublic String getTrackingID()
Stringpublic void setTrackingID(String value)
value - allowed object is
Stringpublic Double getTotalWeight()
Doublepublic void setTotalWeight(Double value)
value - allowed object is
Doublepublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Integer getActualAmount()
Integerpublic void setActualAmount(Integer value)
value - allowed object is
Integerpublic Double getTotalVolume()
Doublepublic void setTotalVolume(Double value)
value - allowed object is
Doublepublic List<Double> getTotalDimensions()
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 totalDimensions property.
For example, to add a new item, do as follows:
getTotalDimensions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic Integer getActualTotalAmount()
Integerpublic void setActualTotalAmount(Integer value)
value - allowed object is
Integerpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getToolRef()
Objectpublic void setToolRef(Object value)
value - allowed object is
Objectpublic Object getExposedMediaRef()
Objectpublic void setExposedMediaRef(Object value)
value - allowed object is
Objectpublic Object getComponentRef()
ObjectCopyright © 2012. All Rights Reserved.