public class ProductionPath extends ParameterType implements Serializable
Java class for ProductionPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductionPath">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element name="PrintingUnitWebPath" type="{http://www.CIP4.org/JDFSchema_2_0}ProductionSubPath" minOccurs="0"/>
<element name="FolderSuperStructureWebPath" type="{http://www.CIP4.org/JDFSchema_2_0}ProductionSubPath" minOccurs="0"/>
<element name="PostPressComponentPath" type="{http://www.CIP4.org/JDFSchema_2_0}ProductionSubPath" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ProductionPathID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProductionSubPath |
folderSuperStructureWebPath |
protected ProductionSubPath |
postPressComponentPath |
protected ProductionSubPath |
printingUnitWebPath |
protected String |
productionPathID |
| Constructor and Description |
|---|
ProductionPath() |
| Modifier and Type | Method and Description |
|---|---|
ProductionSubPath |
getFolderSuperStructureWebPath()
Gets the value of the folderSuperStructureWebPath property.
|
ProductionSubPath |
getPostPressComponentPath()
Gets the value of the postPressComponentPath property.
|
ProductionSubPath |
getPrintingUnitWebPath()
Gets the value of the printingUnitWebPath property.
|
String |
getProductionPathID()
Gets the value of the productionPathID property.
|
void |
setFolderSuperStructureWebPath(ProductionSubPath value)
Sets the value of the folderSuperStructureWebPath property.
|
void |
setPostPressComponentPath(ProductionSubPath value)
Sets the value of the postPressComponentPath property.
|
void |
setPrintingUnitWebPath(ProductionSubPath value)
Sets the value of the printingUnitWebPath property.
|
void |
setProductionPathID(String value)
Sets the value of the productionPathID property.
|
protected ProductionSubPath postPressComponentPath
protected ProductionSubPath folderSuperStructureWebPath
protected ProductionSubPath printingUnitWebPath
protected String productionPathID
public ProductionSubPath getPostPressComponentPath()
ProductionSubPathpublic void setPostPressComponentPath(ProductionSubPath value)
value - allowed object is
ProductionSubPathpublic ProductionSubPath getFolderSuperStructureWebPath()
ProductionSubPathpublic void setFolderSuperStructureWebPath(ProductionSubPath value)
value - allowed object is
ProductionSubPathpublic ProductionSubPath getPrintingUnitWebPath()
ProductionSubPathpublic void setPrintingUnitWebPath(ProductionSubPath value)
value - allowed object is
ProductionSubPathpublic String getProductionPathID()
StringCopyright © 2012. All Rights Reserved.