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>
<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"/>
</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> |
contact |
protected List<DropItem> |
dropItem |
protected DateTime |
earliest |
protected String |
method |
protected DateTime |
required |
protected String |
serviceLevel |
protected String |
trackingID |
protected String |
transfer |
| Constructor and Description |
|---|
Drop() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContact()
Gets the value of the contact property.
|
List<DropItem> |
getDropItem()
Gets the value of the dropItem property.
|
DateTime |
getEarliest()
Gets the value of the earliest property.
|
String |
getMethod()
Gets the value of the method property.
|
DateTime |
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(DateTime value)
Sets the value of the earliest property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setRequired(DateTime 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 DateTime required
protected DateTime earliest
protected String transfer
protected String method
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<DropItem> getDropItem()
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 dropItem property.
For example, to add a new item, do as follows:
getDropItem().add(newItem);
Objects of the following type(s) are allowed in the list
DropItem
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 DateTime getRequired()
Stringpublic void setRequired(DateTime value)
value - allowed object is
Stringpublic DateTime getEarliest()
Stringpublic void setEarliest(DateTime value)
value - allowed object is
Stringpublic String getTransfer()
Stringpublic void setTransfer(String value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2013. All Rights Reserved.