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>
<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"/>
</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> |
bundle |
protected Object |
componentRef |
protected List<DigitalMedia> |
digitalMedia |
protected Object |
exposedMediaRef |
protected List<Ink> |
ink |
protected Object |
mediaRef |
protected List<Pallet> |
pallet |
protected List<RegisterRibbon> |
registerRibbon |
protected List<RollStand> |
rollStand |
protected List<Strap> |
strap |
protected Object |
toolRef |
protected Integer |
totalAmount |
protected Shape |
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> |
getBundle()
Gets the value of the bundle property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
List<DigitalMedia> |
getDigitalMedia()
Gets the value of the digitalMedia property.
|
Object |
getExposedMediaRef()
Gets the value of the exposedMediaRef property.
|
List<Ink> |
getInk()
Gets the value of the ink property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
List<Pallet> |
getPallet()
Gets the value of the pallet property.
|
List<RegisterRibbon> |
getRegisterRibbon()
Gets the value of the registerRibbon property.
|
List<RollStand> |
getRollStand()
Gets the value of the rollStand property.
|
List<Strap> |
getStrap()
Gets the value of the strap property.
|
Object |
getToolRef()
Gets the value of the toolRef property.
|
Integer |
getTotalAmount()
Gets the value of the totalAmount property.
|
Shape |
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 |
setTotalDimensions(Shape value)
Sets the value of the totalDimensions 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<RegisterRibbon> registerRibbon
protected List<DigitalMedia> digitalMedia
protected Integer totalAmount
protected String trackingID
protected Double totalWeight
protected String unit
protected Integer actualAmount
protected Double totalVolume
protected Shape totalDimensions
protected Integer amount
protected Integer actualTotalAmount
protected Object mediaRef
protected Object toolRef
protected Object exposedMediaRef
protected Object componentRef
public List<RegisterRibbon> getRegisterRibbon()
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 registerRibbon property.
For example, to add a new item, do as follows:
getRegisterRibbon().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
public List<Pallet> getPallet()
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 pallet property.
For example, to add a new item, do as follows:
getPallet().add(newItem);
Objects of the following type(s) are allowed in the list
Pallet
public List<Strap> getStrap()
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 strap property.
For example, to add a new item, do as follows:
getStrap().add(newItem);
Objects of the following type(s) are allowed in the list
Strap
public List<Ink> getInk()
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 ink property.
For example, to add a new item, do as follows:
getInk().add(newItem);
Objects of the following type(s) are allowed in the list
Ink
public List<Bundle> getBundle()
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 bundle property.
For example, to add a new item, do as follows:
getBundle().add(newItem);
Objects of the following type(s) are allowed in the list
Bundle
public List<RollStand> getRollStand()
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 rollStand property.
For example, to add a new item, do as follows:
getRollStand().add(newItem);
Objects of the following type(s) are allowed in the list
RollStand
public List<DigitalMedia> getDigitalMedia()
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 digitalMedia property.
For example, to add a new item, do as follows:
getDigitalMedia().add(newItem);
Objects of the following type(s) are allowed in the list
DigitalMedia
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 Shape getTotalDimensions()
Stringpublic void setTotalDimensions(Shape value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.