public class ArtDelivery
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}DigitalMedia" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="HasBleeds" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ArtDeliveryType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="IsTrapped" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PreflightOutput" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="PreflightStatus" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PageList" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ToolRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ScanParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ExposedMediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="RunListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ComponentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ReturnMethod" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Method" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ArtDeliveryDate" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="Transfer" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DeliveryCharge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ArtHandling" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ServiceLevel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ArtDeliveryDuration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
amount |
protected java.lang.String |
artDeliveryDate |
protected java.lang.String |
artDeliveryDuration |
protected java.lang.String |
artDeliveryType |
protected java.lang.String |
artHandling |
protected java.lang.Object |
componentRef |
protected java.util.List<Contact> |
contacts |
protected java.lang.String |
deliveryCharge |
protected java.util.List<DigitalMedia> |
digitalMedias |
protected java.lang.Object |
exposedMediaRef |
protected java.lang.Boolean |
hasBleeds |
protected java.lang.Boolean |
isTrapped |
protected java.lang.String |
method |
protected java.lang.Integer |
pageList |
protected java.lang.String |
preflightOutput |
protected java.lang.String |
preflightStatus |
protected java.lang.String |
returnMethod |
protected java.lang.Object |
runListRef |
protected java.lang.Object |
scanParamsRef |
protected java.lang.String |
serviceLevel |
protected java.lang.Object |
toolRef |
protected java.lang.String |
transfer |
| Constructor and Description |
|---|
ArtDelivery() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getArtDeliveryDate()
Gets the value of the artDeliveryDate property.
|
java.lang.String |
getArtDeliveryDuration()
Gets the value of the artDeliveryDuration property.
|
java.lang.String |
getArtDeliveryType()
Gets the value of the artDeliveryType property.
|
java.lang.String |
getArtHandling()
Gets the value of the artHandling property.
|
java.lang.Object |
getComponentRef()
Gets the value of the componentRef property.
|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.lang.String |
getDeliveryCharge()
Gets the value of the deliveryCharge property.
|
java.util.List<DigitalMedia> |
getDigitalMedias()
Gets the value of the digitalMedias property.
|
java.lang.Object |
getExposedMediaRef()
Gets the value of the exposedMediaRef property.
|
java.lang.Boolean |
getHasBleeds()
Gets the value of the hasBleeds property.
|
java.lang.Boolean |
getIsTrapped()
Gets the value of the isTrapped property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
java.lang.Integer |
getPageList()
Gets the value of the pageList property.
|
java.lang.String |
getPreflightOutput()
Gets the value of the preflightOutput property.
|
java.lang.String |
getPreflightStatus()
Gets the value of the preflightStatus property.
|
java.lang.String |
getReturnMethod()
Gets the value of the returnMethod property.
|
java.lang.Object |
getRunListRef()
Gets the value of the runListRef property.
|
java.lang.Object |
getScanParamsRef()
Gets the value of the scanParamsRef property.
|
java.lang.String |
getServiceLevel()
Gets the value of the serviceLevel property.
|
java.lang.Object |
getToolRef()
Gets the value of the toolRef property.
|
java.lang.String |
getTransfer()
Gets the value of the transfer property.
|
void |
setAmount(java.lang.Integer value)
Sets the value of the amount property.
|
void |
setArtDeliveryDate(java.lang.String value)
Sets the value of the artDeliveryDate property.
|
void |
setArtDeliveryDuration(java.lang.String value)
Sets the value of the artDeliveryDuration property.
|
void |
setArtDeliveryType(java.lang.String value)
Sets the value of the artDeliveryType property.
|
void |
setArtHandling(java.lang.String value)
Sets the value of the artHandling property.
|
void |
setComponentRef(java.lang.Object value)
Sets the value of the componentRef property.
|
void |
setDeliveryCharge(java.lang.String value)
Sets the value of the deliveryCharge property.
|
void |
setExposedMediaRef(java.lang.Object value)
Sets the value of the exposedMediaRef property.
|
void |
setHasBleeds(java.lang.Boolean value)
Sets the value of the hasBleeds property.
|
void |
setIsTrapped(java.lang.Boolean value)
Sets the value of the isTrapped property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setPageList(java.lang.Integer value)
Sets the value of the pageList property.
|
void |
setPreflightOutput(java.lang.String value)
Sets the value of the preflightOutput property.
|
void |
setPreflightStatus(java.lang.String value)
Sets the value of the preflightStatus property.
|
void |
setReturnMethod(java.lang.String value)
Sets the value of the returnMethod property.
|
void |
setRunListRef(java.lang.Object value)
Sets the value of the runListRef property.
|
void |
setScanParamsRef(java.lang.Object value)
Sets the value of the scanParamsRef property.
|
void |
setServiceLevel(java.lang.String value)
Sets the value of the serviceLevel property.
|
void |
setToolRef(java.lang.Object value)
Sets the value of the toolRef property.
|
void |
setTransfer(java.lang.String value)
Sets the value of the transfer property.
|
protected java.util.List<Contact> contacts
protected java.util.List<DigitalMedia> digitalMedias
protected java.lang.Boolean hasBleeds
protected java.lang.String artDeliveryType
protected java.lang.Boolean isTrapped
protected java.lang.String preflightOutput
protected java.lang.String preflightStatus
protected java.lang.Integer pageList
protected java.lang.Integer amount
protected java.lang.Object toolRef
protected java.lang.Object scanParamsRef
protected java.lang.Object exposedMediaRef
protected java.lang.Object runListRef
protected java.lang.Object componentRef
protected java.lang.String returnMethod
protected java.lang.String method
protected java.lang.String artDeliveryDate
protected java.lang.String transfer
protected java.lang.String deliveryCharge
protected java.lang.String artHandling
protected java.lang.String serviceLevel
protected java.lang.String artDeliveryDuration
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.util.List<DigitalMedia> getDigitalMedias()
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 digitalMedias property.
For example, to add a new item, do as follows:
getDigitalMedias().add(newItem);
Objects of the following type(s) are allowed in the list
DigitalMedia
public java.lang.Boolean getHasBleeds()
Booleanpublic void setHasBleeds(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getArtDeliveryType()
Stringpublic void setArtDeliveryType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsTrapped()
Booleanpublic void setIsTrapped(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPreflightOutput()
Stringpublic void setPreflightOutput(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPreflightStatus()
Stringpublic void setPreflightStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPageList()
Integerpublic void setPageList(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getAmount()
Integerpublic void setAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getToolRef()
Objectpublic void setToolRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getScanParamsRef()
Objectpublic void setScanParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getExposedMediaRef()
Objectpublic void setExposedMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getRunListRef()
Objectpublic void setRunListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getComponentRef()
Objectpublic void setComponentRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getReturnMethod()
Stringpublic void setReturnMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArtDeliveryDate()
Stringpublic void setArtDeliveryDate(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 getDeliveryCharge()
Stringpublic void setDeliveryCharge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArtHandling()
Stringpublic void setArtHandling(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 getArtDeliveryDuration()
Stringpublic void setArtDeliveryDuration(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.