public class ArtDelivery 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}DigitalMedia" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
</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 Integer |
amount |
protected DateTime |
artDeliveryDate |
protected Duration |
artDeliveryDuration |
protected String |
artDeliveryType |
protected String |
artHandling |
protected Object |
componentRef |
protected List<Contact> |
contact |
protected String |
deliveryCharge |
protected List<DigitalMedia> |
digitalMedia |
protected Object |
exposedMediaRef |
protected Boolean |
hasBleeds |
protected Boolean |
isTrapped |
protected String |
method |
protected Integer |
pageList |
protected String |
preflightOutput |
protected String |
preflightStatus |
protected String |
returnMethod |
protected Object |
runListRef |
protected Object |
scanParamsRef |
protected String |
serviceLevel |
protected Object |
toolRef |
protected String |
transfer |
| Constructor and Description |
|---|
ArtDelivery() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Gets the value of the amount property.
|
DateTime |
getArtDeliveryDate()
Gets the value of the artDeliveryDate property.
|
Duration |
getArtDeliveryDuration()
Gets the value of the artDeliveryDuration property.
|
String |
getArtDeliveryType()
Gets the value of the artDeliveryType property.
|
String |
getArtHandling()
Gets the value of the artHandling property.
|
Object |
getComponentRef()
Gets the value of the componentRef property.
|
List<Contact> |
getContact()
Gets the value of the contact property.
|
String |
getDeliveryCharge()
Gets the value of the deliveryCharge property.
|
List<DigitalMedia> |
getDigitalMedia()
Gets the value of the digitalMedia property.
|
Object |
getExposedMediaRef()
Gets the value of the exposedMediaRef property.
|
String |
getMethod()
Gets the value of the method property.
|
Integer |
getPageList()
Gets the value of the pageList property.
|
String |
getPreflightOutput()
Gets the value of the preflightOutput property.
|
String |
getPreflightStatus()
Gets the value of the preflightStatus property.
|
String |
getReturnMethod()
Gets the value of the returnMethod property.
|
Object |
getRunListRef()
Gets the value of the runListRef property.
|
Object |
getScanParamsRef()
Gets the value of the scanParamsRef property.
|
String |
getServiceLevel()
Gets the value of the serviceLevel property.
|
Object |
getToolRef()
Gets the value of the toolRef property.
|
String |
getTransfer()
Gets the value of the transfer property.
|
Boolean |
isHasBleeds()
Gets the value of the hasBleeds property.
|
Boolean |
isIsTrapped()
Gets the value of the isTrapped property.
|
void |
setAmount(Integer value)
Sets the value of the amount property.
|
void |
setArtDeliveryDate(DateTime value)
Sets the value of the artDeliveryDate property.
|
void |
setArtDeliveryDuration(Duration value)
Sets the value of the artDeliveryDuration property.
|
void |
setArtDeliveryType(String value)
Sets the value of the artDeliveryType property.
|
void |
setArtHandling(String value)
Sets the value of the artHandling property.
|
void |
setComponentRef(Object value)
Sets the value of the componentRef property.
|
void |
setDeliveryCharge(String value)
Sets the value of the deliveryCharge property.
|
void |
setExposedMediaRef(Object value)
Sets the value of the exposedMediaRef property.
|
void |
setHasBleeds(Boolean value)
Sets the value of the hasBleeds property.
|
void |
setIsTrapped(Boolean value)
Sets the value of the isTrapped property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setPageList(Integer value)
Sets the value of the pageList property.
|
void |
setPreflightOutput(String value)
Sets the value of the preflightOutput property.
|
void |
setPreflightStatus(String value)
Sets the value of the preflightStatus property.
|
void |
setReturnMethod(String value)
Sets the value of the returnMethod property.
|
void |
setRunListRef(Object value)
Sets the value of the runListRef property.
|
void |
setScanParamsRef(Object value)
Sets the value of the scanParamsRef property.
|
void |
setServiceLevel(String value)
Sets the value of the serviceLevel property.
|
void |
setToolRef(Object value)
Sets the value of the toolRef property.
|
void |
setTransfer(String value)
Sets the value of the transfer property.
|
protected List<DigitalMedia> digitalMedia
protected Boolean hasBleeds
protected String artDeliveryType
protected Boolean isTrapped
protected String preflightOutput
protected String preflightStatus
protected Integer pageList
protected Integer amount
protected Object toolRef
protected Object scanParamsRef
protected Object exposedMediaRef
protected Object runListRef
protected Object componentRef
protected String returnMethod
protected String method
protected DateTime artDeliveryDate
protected String transfer
protected String deliveryCharge
protected String artHandling
protected String serviceLevel
protected Duration artDeliveryDuration
public List<DigitalMedia> getDigitalMedia()
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 digitalMedia property.
For example, to add a new item, do as follows:
getDigitalMedia().add(newItem);
Objects of the following type(s) are allowed in the list
DigitalMedia
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 Boolean isHasBleeds()
Booleanpublic void setHasBleeds(Boolean value)
value - allowed object is
Booleanpublic String getArtDeliveryType()
Stringpublic void setArtDeliveryType(String value)
value - allowed object is
Stringpublic Boolean isIsTrapped()
Booleanpublic void setIsTrapped(Boolean value)
value - allowed object is
Booleanpublic String getPreflightOutput()
Stringpublic void setPreflightOutput(String value)
value - allowed object is
Stringpublic String getPreflightStatus()
Stringpublic void setPreflightStatus(String value)
value - allowed object is
Stringpublic Integer getPageList()
Integerpublic void setPageList(Integer value)
value - allowed object is
Integerpublic Integer getAmount()
Integerpublic void setAmount(Integer value)
value - allowed object is
Integerpublic Object getToolRef()
Objectpublic void setToolRef(Object value)
value - allowed object is
Objectpublic Object getScanParamsRef()
Objectpublic void setScanParamsRef(Object value)
value - allowed object is
Objectpublic Object getExposedMediaRef()
Objectpublic void setExposedMediaRef(Object value)
value - allowed object is
Objectpublic Object getRunListRef()
Objectpublic void setRunListRef(Object value)
value - allowed object is
Objectpublic Object getComponentRef()
Objectpublic void setComponentRef(Object value)
value - allowed object is
Objectpublic String getReturnMethod()
Stringpublic void setReturnMethod(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic DateTime getArtDeliveryDate()
Stringpublic void setArtDeliveryDate(DateTime value)
value - allowed object is
Stringpublic String getTransfer()
Stringpublic void setTransfer(String value)
value - allowed object is
Stringpublic String getDeliveryCharge()
Stringpublic void setDeliveryCharge(String value)
value - allowed object is
Stringpublic String getArtHandling()
Stringpublic void setArtHandling(String value)
value - allowed object is
Stringpublic String getServiceLevel()
Stringpublic void setServiceLevel(String value)
value - allowed object is
Stringpublic Duration getArtDeliveryDuration()
StringCopyright © 2013. All Rights Reserved.