public class DropItem
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}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 java.lang.Integer |
actualAmount |
protected java.lang.Integer |
actualTotalAmount |
protected java.lang.Integer |
amount |
protected java.util.List<Bundle> |
bundles |
protected java.lang.Object |
componentRef |
protected java.util.List<DigitalMedia> |
digitalMedias |
protected java.lang.Object |
exposedMediaRef |
protected java.util.List<Ink> |
inks |
protected java.lang.Object |
mediaRef |
protected java.util.List<Pallet> |
pallets |
protected java.util.List<RegisterRibbon> |
registerRibbons |
protected java.util.List<RollStand> |
rollStands |
protected java.util.List<Strap> |
straps |
protected java.lang.Object |
toolRef |
protected java.lang.Integer |
totalAmount |
protected java.util.List<java.lang.Double> |
totalDimensions |
protected java.lang.Double |
totalVolume |
protected java.lang.Double |
totalWeight |
protected java.lang.String |
trackingID |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
DropItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getActualAmount()
Gets the value of the actualAmount property.
|
java.lang.Integer |
getActualTotalAmount()
Gets the value of the actualTotalAmount property.
|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.util.List<Bundle> |
getBundles()
Gets the value of the bundles property.
|
java.lang.Object |
getComponentRef()
Gets the value of the componentRef property.
|
java.util.List<DigitalMedia> |
getDigitalMedias()
Gets the value of the digitalMedias property.
|
java.lang.Object |
getExposedMediaRef()
Gets the value of the exposedMediaRef property.
|
java.util.List<Ink> |
getInks()
Gets the value of the inks property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.util.List<Pallet> |
getPallets()
Gets the value of the pallets property.
|
java.util.List<RegisterRibbon> |
getRegisterRibbons()
Gets the value of the registerRibbons property.
|
java.util.List<RollStand> |
getRollStands()
Gets the value of the rollStands property.
|
java.util.List<Strap> |
getStraps()
Gets the value of the straps property.
|
java.lang.Object |
getToolRef()
Gets the value of the toolRef property.
|
java.lang.Integer |
getTotalAmount()
Gets the value of the totalAmount property.
|
java.util.List<java.lang.Double> |
getTotalDimensions()
Gets the value of the totalDimensions property.
|
java.lang.Double |
getTotalVolume()
Gets the value of the totalVolume property.
|
java.lang.Double |
getTotalWeight()
Gets the value of the totalWeight property.
|
java.lang.String |
getTrackingID()
Gets the value of the trackingID property.
|
java.lang.String |
getUnit()
Gets the value of the unit property.
|
void |
setActualAmount(java.lang.Integer value)
Sets the value of the actualAmount property.
|
void |
setActualTotalAmount(java.lang.Integer value)
Sets the value of the actualTotalAmount property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setComponentRef(java.lang.Object value)
Sets the value of the componentRef property.
|
void |
setExposedMediaRef(java.lang.Object value)
Sets the value of the exposedMediaRef property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setToolRef(java.lang.Object value)
Sets the value of the toolRef property.
|
void |
setTotalAmount(java.lang.Integer value)
Sets the value of the totalAmount property.
|
void |
setTotalVolume(java.lang.Double value)
Sets the value of the totalVolume property.
|
void |
setTotalWeight(java.lang.Double value)
Sets the value of the totalWeight property.
|
void |
setTrackingID(java.lang.String value)
Sets the value of the trackingID property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
protected java.util.List<DigitalMedia> digitalMedias
protected java.util.List<RollStand> rollStands
protected java.util.List<Bundle> bundles
protected java.util.List<Ink> inks
protected java.util.List<Strap> straps
protected java.util.List<Pallet> pallets
protected java.util.List<RegisterRibbon> registerRibbons
protected java.lang.Integer totalAmount
protected java.lang.String trackingID
protected java.lang.Double totalWeight
protected java.lang.String unit
protected java.lang.Integer actualAmount
protected java.lang.Double totalVolume
protected java.util.List<java.lang.Double> totalDimensions
protected java.lang.Integer amount
protected java.lang.Integer actualTotalAmount
protected java.lang.Object mediaRef
protected java.lang.Object toolRef
protected java.lang.Object exposedMediaRef
protected java.lang.Object componentRef
public java.util.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 java.util.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 java.util.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 java.util.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 java.util.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 java.util.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 java.util.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 java.lang.Integer getTotalAmount()
Integerpublic void setTotalAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTrackingID()
Stringpublic void setTrackingID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTotalWeight()
Doublepublic void setTotalWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getActualAmount()
Integerpublic void setActualAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getTotalVolume()
Doublepublic void setTotalVolume(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.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 java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getActualTotalAmount()
Integerpublic void setActualTotalAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getToolRef()
Objectpublic void setToolRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getExposedMediaRef()
Objectpublic void setExposedMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getComponentRef()
Objectpublic void setComponentRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.