@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class DeliveryParams extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}DropItem" maxOccurs="unbounded"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="3" minOccurs="0"/>
</sequence>
<attribute name="BuyerAccount" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ContactRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DeliveryCharge" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeliveryCharge" />
<attribute name="DeliveryID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="EarliestDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Method" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Ownership" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOwnership" />
<attribute name="RequiredDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="RemoteURLRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ReturnMethod" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ServiceLevel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SurplusHandling" type="{http://www.CIP4.org/JDFSchema_2_0}EnumSurplusHandling" />
<attribute name="TrackingID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Transfer" type="{http://www.CIP4.org/JDFSchema_2_0}EnumDeliveryTransfer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
buyerAccount |
protected Object |
contactRefs |
protected EnumDeliveryCharge |
deliveryCharge |
protected String |
deliveryID |
protected List<DropItem> |
dropItem |
protected Duration |
earliestDuration |
protected List<FileSpec> |
fileSpec |
protected String |
method |
protected EnumOwnership |
ownership |
protected Object |
remoteURLRef |
protected Duration |
requiredDuration |
protected String |
returnMethod |
protected String |
serviceLevel |
protected EnumSurplusHandling |
surplusHandling |
protected String |
trackingID |
protected EnumDeliveryTransfer |
transfer |
| Constructor and Description |
|---|
DeliveryParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getBuyerAccount()
Gets the value of the buyerAccount property.
|
Object |
getContactRefs()
Gets the value of the contactRefs property.
|
EnumDeliveryCharge |
getDeliveryCharge()
Gets the value of the deliveryCharge property.
|
String |
getDeliveryID()
Gets the value of the deliveryID property.
|
List<DropItem> |
getDropItem()
Gets the value of the dropItem property.
|
Duration |
getEarliestDuration()
Gets the value of the earliestDuration property.
|
List<FileSpec> |
getFileSpec()
Gets the value of the fileSpec property.
|
String |
getMethod()
Gets the value of the method property.
|
EnumOwnership |
getOwnership()
Gets the value of the ownership property.
|
Object |
getRemoteURLRef()
Gets the value of the remoteURLRef property.
|
Duration |
getRequiredDuration()
Gets the value of the requiredDuration property.
|
String |
getReturnMethod()
Gets the value of the returnMethod property.
|
String |
getServiceLevel()
Gets the value of the serviceLevel property.
|
EnumSurplusHandling |
getSurplusHandling()
Gets the value of the surplusHandling property.
|
String |
getTrackingID()
Gets the value of the trackingID property.
|
EnumDeliveryTransfer |
getTransfer()
Gets the value of the transfer property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBuyerAccount(String value)
Sets the value of the buyerAccount property.
|
void |
setContactRefs(Object value)
Sets the value of the contactRefs property.
|
void |
setDeliveryCharge(EnumDeliveryCharge value)
Sets the value of the deliveryCharge property.
|
void |
setDeliveryID(String value)
Sets the value of the deliveryID property.
|
void |
setEarliestDuration(Duration value)
Sets the value of the earliestDuration property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setOwnership(EnumOwnership value)
Sets the value of the ownership property.
|
void |
setRemoteURLRef(Object value)
Sets the value of the remoteURLRef property.
|
void |
setRequiredDuration(Duration value)
Sets the value of the requiredDuration property.
|
void |
setReturnMethod(String value)
Sets the value of the returnMethod property.
|
void |
setServiceLevel(String value)
Sets the value of the serviceLevel property.
|
void |
setSurplusHandling(EnumSurplusHandling value)
Sets the value of the surplusHandling property.
|
void |
setTrackingID(String value)
Sets the value of the trackingID property.
|
void |
setTransfer(EnumDeliveryTransfer value)
Sets the value of the transfer property.
|
DeliveryParams |
withBuyerAccount(String value) |
DeliveryParams |
withContactRefs(Object value) |
DeliveryParams |
withDeliveryCharge(EnumDeliveryCharge value) |
DeliveryParams |
withDeliveryID(String value) |
DeliveryParams |
withDropItem(Collection<DropItem> values) |
DeliveryParams |
withDropItem(DropItem... values) |
DeliveryParams |
withEarliestDuration(Duration value) |
DeliveryParams |
withFileSpec(Collection<FileSpec> values) |
DeliveryParams |
withFileSpec(FileSpec... values) |
DeliveryParams |
withMethod(String value) |
DeliveryParams |
withOwnership(EnumOwnership value) |
DeliveryParams |
withRemoteURLRef(Object value) |
DeliveryParams |
withRequiredDuration(Duration value) |
DeliveryParams |
withReturnMethod(String value) |
DeliveryParams |
withServiceLevel(String value) |
DeliveryParams |
withSurplusHandling(EnumSurplusHandling value) |
DeliveryParams |
withTrackingID(String value) |
DeliveryParams |
withTransfer(EnumDeliveryTransfer value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<DropItem> dropItem
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<FileSpec> fileSpec
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String buyerAccount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object contactRefs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumDeliveryCharge deliveryCharge
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String deliveryID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Duration earliestDuration
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String method
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumOwnership ownership
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Duration requiredDuration
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object remoteURLRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String returnMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String serviceLevel
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumSurplusHandling surplusHandling
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String trackingID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumDeliveryTransfer transfer
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") 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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<FileSpec> getFileSpec()
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 fileSpec property.
For example, to add a new item, do as follows:
getFileSpec().add(newItem);
Objects of the following type(s) are allowed in the list
FileSpec
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getBuyerAccount()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBuyerAccount(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getContactRefs()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setContactRefs(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumDeliveryCharge getDeliveryCharge()
EnumDeliveryCharge@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDeliveryCharge(EnumDeliveryCharge value)
value - allowed object is
EnumDeliveryCharge@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getDeliveryID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDeliveryID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Duration getEarliestDuration()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEarliestDuration(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getMethod()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setMethod(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumOwnership getOwnership()
EnumOwnership@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOwnership(EnumOwnership value)
value - allowed object is
EnumOwnership@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Duration getRequiredDuration()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setRequiredDuration(Duration value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Object getRemoteURLRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setRemoteURLRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getReturnMethod()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setReturnMethod(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getServiceLevel()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setServiceLevel(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumSurplusHandling getSurplusHandling()
EnumSurplusHandling@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSurplusHandling(EnumSurplusHandling value)
value - allowed object is
EnumSurplusHandling@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getTrackingID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTrackingID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumDeliveryTransfer getTransfer()
EnumDeliveryTransfer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTransfer(EnumDeliveryTransfer value)
value - allowed object is
EnumDeliveryTransfer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withDropItem(DropItem... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withDropItem(Collection<DropItem> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withFileSpec(FileSpec... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withFileSpec(Collection<FileSpec> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withBuyerAccount(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withContactRefs(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withDeliveryCharge(EnumDeliveryCharge value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withDeliveryID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withEarliestDuration(Duration value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withMethod(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withOwnership(EnumOwnership value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withRequiredDuration(Duration value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withRemoteURLRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withReturnMethod(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withServiceLevel(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withSurplusHandling(EnumSurplusHandling value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withTrackingID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeliveryParams withTransfer(EnumDeliveryTransfer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.