public class DeliveryParams extends ParameterType implements Serializable
Java class for DeliveryParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliveryParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Drop" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Required" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Transfer" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ServiceLevel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Earliest" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Method" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Contact> |
contact |
protected List<Drop> |
drop |
protected DateTime |
earliest |
protected String |
method |
protected DateTime |
required |
protected String |
serviceLevel |
protected String |
transfer |
| Constructor and Description |
|---|
DeliveryParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContact()
Gets the value of the contact property.
|
List<Drop> |
getDrop()
Gets the value of the drop 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 |
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 |
setTransfer(String value)
Sets the value of the transfer property.
|
protected DateTime required
protected String transfer
protected String serviceLevel
protected DateTime earliest
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<Drop> getDrop()
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 drop property.
For example, to add a new item, do as follows:
getDrop().add(newItem);
Objects of the following type(s) are allowed in the list
Drop
public DateTime getRequired()
Stringpublic void setRequired(DateTime value)
value - allowed object is
Stringpublic String getTransfer()
Stringpublic void setTransfer(String value)
value - allowed object is
Stringpublic String getServiceLevel()
Stringpublic void setServiceLevel(String value)
value - allowed object is
Stringpublic DateTime getEarliest()
Stringpublic void setEarliest(DateTime value)
value - allowed object is
Stringpublic String getMethod()
StringCopyright © 2013. All Rights Reserved.