public class Drop 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}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 List<Contact> |
contacts |
protected List<DropItem> |
dropItems |
protected String |
earliest |
protected String |
method |
protected String |
required |
protected String |
serviceLevel |
protected String |
trackingID |
protected String |
transfer |
| Constructor and Description |
|---|
Drop() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
List<DropItem> |
getDropItems()
Gets the value of the dropItems property.
|
String |
getEarliest()
Gets the value of the earliest property.
|
String |
getMethod()
Gets the value of the method property.
|
String |
getRequired()
Gets the value of the required property.
|
String |
getServiceLevel()
Gets the value of the serviceLevel property.
|
String |
getTrackingID()
Gets the value of the trackingID property.
|
String |
getTransfer()
Gets the value of the transfer property.
|
void |
setEarliest(String value)
Sets the value of the earliest property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setRequired(String value)
Sets the value of the required property.
|
void |
setServiceLevel(String value)
Sets the value of the serviceLevel property.
|
void |
setTrackingID(String value)
Sets the value of the trackingID property.
|
void |
setTransfer(String value)
Sets the value of the transfer property.
|
protected String trackingID
protected String serviceLevel
protected String required
protected String earliest
protected String transfer
protected String method
public 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 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 String getTrackingID()
Stringpublic void setTrackingID(String value)
value - allowed object is
Stringpublic String getServiceLevel()
Stringpublic void setServiceLevel(String value)
value - allowed object is
Stringpublic String getRequired()
Stringpublic void setRequired(String value)
value - allowed object is
Stringpublic String getEarliest()
Stringpublic void setEarliest(String value)
value - allowed object is
Stringpublic String getTransfer()
Stringpublic void setTransfer(String value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2012. All Rights Reserved.