public class Drop
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}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DropItem" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TrackingID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ServiceLevel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Earliest" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Transfer" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Method" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contacts |
protected java.util.List<DropItem> |
dropItems |
protected java.lang.String |
earliest |
protected java.lang.String |
method |
protected java.lang.String |
required |
protected java.lang.String |
serviceLevel |
protected java.lang.String |
trackingID |
protected java.lang.String |
transfer |
| Constructor and Description |
|---|
Drop() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.util.List<DropItem> |
getDropItems()
Gets the value of the dropItems property.
|
java.lang.String |
getEarliest()
Gets the value of the earliest property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getRequired()
Gets the value of the required property.
|
java.lang.String |
getServiceLevel()
Gets the value of the serviceLevel property.
|
java.lang.String |
getTrackingID()
Gets the value of the trackingID property.
|
java.lang.String |
getTransfer()
Gets the value of the transfer property.
|
void |
setEarliest(java.lang.String value)
Sets the value of the earliest property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setRequired(java.lang.String value)
Sets the value of the required property.
|
void |
setServiceLevel(java.lang.String value)
Sets the value of the serviceLevel property.
|
void |
setTrackingID(java.lang.String value)
Sets the value of the trackingID property.
|
void |
setTransfer(java.lang.String value)
Sets the value of the transfer property.
|
protected java.util.List<DropItem> dropItems
protected java.util.List<Contact> contacts
protected java.lang.String trackingID
protected java.lang.String serviceLevel
protected java.lang.String required
protected java.lang.String earliest
protected java.lang.String transfer
protected java.lang.String method
public java.util.List<DropItem> getDropItems()
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 dropItems property.
For example, to add a new item, do as follows:
getDropItems().add(newItem);
Objects of the following type(s) are allowed in the list
DropItem
public java.util.List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public java.lang.String getTrackingID()
Stringpublic void setTrackingID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceLevel()
Stringpublic void setServiceLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequired()
Stringpublic void setRequired(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEarliest()
Stringpublic void setEarliest(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransfer()
Stringpublic void setTransfer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.