public class Parameter 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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ParameterType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Part" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GeneralID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Locked" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PipeURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="Class" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PartIDKeys">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumPartIDKeys" />
</simpleType>
</attribute>
<attribute name="PipeProtocol" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Status" type="{http://www.CIP4.org/JDFSchema_2_0}EnumResStatus" />
<attribute name="PipeID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AgentVersion" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="NoOp" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PartUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Author" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PipePartIDKeys">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumPartIDKeys" />
</simpleType>
</attribute>
<attribute name="QualityControlResultRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SourceResourceRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentName |
protected String |
agentVersion |
protected String |
author |
protected String |
clazz |
protected List<Comment> |
comments |
protected String |
descriptiveName |
protected List<GeneralID> |
generalIDs |
protected String |
id |
protected Boolean |
locked |
protected Boolean |
noOp |
protected List<JAXBElement<? extends ParameterType>> |
parameterTypes |
protected List<EnumPartIDKeys> |
partIDKeys |
protected List<Part> |
parts |
protected String |
partUsage |
protected String |
pipeID |
protected List<EnumPartIDKeys> |
pipePartIDKeys |
protected String |
pipeProtocol |
protected String |
pipeURL |
protected String |
productID |
protected Object |
qualityControlResultRef |
protected List<Object> |
sourceResourceRefs |
protected EnumResStatus |
status |
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentName()
Gets the value of the agentName property.
|
String |
getAgentVersion()
Gets the value of the agentVersion property.
|
String |
getAuthor()
Gets the value of the author property.
|
String |
getClazz()
Gets the value of the clazz property.
|
List<Comment> |
getComments()
Gets the value of the comments property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
List<GeneralID> |
getGeneralIDs()
Gets the value of the generalIDs property.
|
String |
getID()
Gets the value of the id property.
|
Boolean |
getLocked()
Gets the value of the locked property.
|
Boolean |
getNoOp()
Gets the value of the noOp property.
|
List<JAXBElement<? extends ParameterType>> |
getParameterTypes()
Gets the value of the parameterTypes property.
|
List<EnumPartIDKeys> |
getPartIDKeys()
Gets the value of the partIDKeys property.
|
List<Part> |
getParts()
Gets the value of the parts property.
|
String |
getPartUsage()
Gets the value of the partUsage property.
|
String |
getPipeID()
Gets the value of the pipeID property.
|
List<EnumPartIDKeys> |
getPipePartIDKeys()
Gets the value of the pipePartIDKeys property.
|
String |
getPipeProtocol()
Gets the value of the pipeProtocol property.
|
String |
getPipeURL()
Gets the value of the pipeURL property.
|
String |
getProductID()
Gets the value of the productID property.
|
Object |
getQualityControlResultRef()
Gets the value of the qualityControlResultRef property.
|
List<Object> |
getSourceResourceRefs()
Gets the value of the sourceResourceRefs property.
|
EnumResStatus |
getStatus()
Gets the value of the status property.
|
void |
setAgentName(String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(String value)
Sets the value of the agentVersion property.
|
void |
setAuthor(String value)
Sets the value of the author property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setNoOp(Boolean value)
Sets the value of the noOp property.
|
void |
setPartUsage(String value)
Sets the value of the partUsage property.
|
void |
setPipeID(String value)
Sets the value of the pipeID property.
|
void |
setPipeProtocol(String value)
Sets the value of the pipeProtocol property.
|
void |
setPipeURL(String value)
Sets the value of the pipeURL property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setQualityControlResultRef(Object value)
Sets the value of the qualityControlResultRef property.
|
void |
setStatus(EnumResStatus value)
Sets the value of the status property.
|
protected List<JAXBElement<? extends ParameterType>> parameterTypes
protected Boolean locked
protected String pipeURL
protected String clazz
protected List<EnumPartIDKeys> partIDKeys
protected String pipeProtocol
protected EnumResStatus status
protected String pipeID
protected String agentName
protected String agentVersion
protected String id
protected Boolean noOp
protected String partUsage
protected String productID
protected String author
protected List<EnumPartIDKeys> pipePartIDKeys
protected Object qualityControlResultRef
protected String descriptiveName
public List<Comment> getComments()
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 comments property.
For example, to add a new item, do as follows:
getComments().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
public List<GeneralID> getGeneralIDs()
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 generalIDs property.
For example, to add a new item, do as follows:
getGeneralIDs().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
public List<Part> getParts()
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 parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
Part
public List<JAXBElement<? extends ParameterType>> getParameterTypes()
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 parameterTypes property.
For example, to add a new item, do as follows:
getParameterTypes().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<RunList>
JAXBElement<NodeInfo>
JAXBElement<TrappingParams>
JAXBElement<AutomatedOverPrintParams>
JAXBElement<CylinderLayoutPreparationParams>
JAXBElement<VarnishingParams>
JAXBElement<Preview>
JAXBElement<RenderingParams>
JAXBElement<PSToPDFConversionParams>
JAXBElement<CaseMakingParams>
JAXBElement<MediaSource>
JAXBElement<ElementColorParams>
JAXBElement<DieLayout>
JAXBElement<GluingParams>
JAXBElement<Tile>
JAXBElement<SeparationControlParams>
JAXBElement<FoldOperation>
JAXBElement<PreflightReportRulePool>
JAXBElement<TransferCurve>
JAXBElement<ColorantAlias>
JAXBElement<Layout>
JAXBElement<CutBlock>
JAXBElement<PlasticCombBindingParams>
JAXBElement<PlateCopyParams>
JAXBElement<EndSheetGluingParams>
JAXBElement<HoleMakingParams>
JAXBElement<InkZoneProfile>
JAXBElement<CasingInParams>
JAXBElement<QualityControlParams>
JAXBElement<TrimmingParams>
JAXBElement<CreasingParams>
JAXBElement<ComChannel>
JAXBElement<ProductionPath>
JAXBElement<ColorantControl>
JAXBElement<BoxPackingParams>
JAXBElement<Fold>
JAXBElement<DigitalDeliveryParams>
JAXBElement<Trigger>
JAXBElement<ApprovalSuccess>
JAXBElement<ColorSpaceConversionParams>
JAXBElement<StrippingParams>
JAXBElement<ScanParams>
JAXBElement<HeadBandApplicationParams>
JAXBElement<PreviewGenerationParams>
JAXBElement<ConventionalPrintingParams>
JAXBElement<PDFToPSConversionParams>
JAXBElement<DensityMeasuringField>
JAXBElement<PDLCreationParams>
JAXBElement<Assembly>
JAXBElement<Address>
JAXBElement<DividingParams>
JAXBElement<SpinePreparationParams>
JAXBElement<PreflightAnalysis>
JAXBElement<LongitudinalRibbonOperationParams>
JAXBElement<DevelopingParams>
JAXBElement<PDLResourceAlias>
JAXBElement<Contact>
JAXBElement<FileSpec>
JAXBElement<WireCombBindingParams>
JAXBElement<LayoutShift>
JAXBElement<Shape>
JAXBElement<CustomerInfo>
JAXBElement<FontParams>
JAXBElement<JobField>
JAXBElement<Person>
JAXBElement<InterpretingParams>
JAXBElement<PreflightParams>
JAXBElement<ExternalImpositionTemplate>
JAXBElement<ParameterType>
JAXBElement<TrappingDetails>
JAXBElement<BoxFoldingParams>
JAXBElement<BarcodeReproParams>
JAXBElement<OrderingParams>
JAXBElement<PageList>
JAXBElement<BarcodeCompParams>
JAXBElement<StrappingParams>
JAXBElement<CutMark>
JAXBElement<ContactCopyParams>
JAXBElement<SaddleStitchingParams>
JAXBElement<ColorControlStrip>
JAXBElement<RegisterMark>
JAXBElement<RingBindingParams>
JAXBElement<ContentList>
JAXBElement<WrappingParams>
JAXBElement<GlueApplication>
JAXBElement<LayoutElementProductionParams>
JAXBElement<BlockPreparationParams>
JAXBElement<IdentificationField>
JAXBElement<RefAnchor>
JAXBElement<TrapRegion>
JAXBElement<ThreadSewingParams>
JAXBElement<GatheringParams>
JAXBElement<StackingParams>
JAXBElement<StripBindingParams>
JAXBElement<CIELABMeasuringField>
JAXBElement<PerforatingParams>
JAXBElement<BinderySignature>
JAXBElement<EmbossingParams>
JAXBElement<FeedingParams>
JAXBElement<CollectingParams>
JAXBElement<FoldingParams>
JAXBElement<ShapeDefProductionParams>
JAXBElement<BendingParams>
JAXBElement<CylinderLayout>
JAXBElement<StitchingParams>
JAXBElement<LabelingParams>
JAXBElement<CoverApplicationParams>
JAXBElement<ProofingParams>
JAXBElement<DBRules>
JAXBElement<InterpretedPDLData>
JAXBElement<PreflightReport>
JAXBElement<InsertSheet>
JAXBElement<InsertingParams>
JAXBElement<DieLayoutProductionParams>
JAXBElement<ImageReplacementParams>
JAXBElement<DBSchema>
JAXBElement<AssetListCreationParams>
JAXBElement<SpineTapingParams>
JAXBElement<PreflightInventory>
JAXBElement<ImageCompressionParams>
JAXBElement<LayoutPreparationParams>
JAXBElement<ResourceDefinitionParams>
JAXBElement<PrintCondition>
JAXBElement<PalletizingParams>
JAXBElement<Company>
JAXBElement<FormatConversionParams>
JAXBElement<FontPolicy>
JAXBElement<HoleLine>
JAXBElement<TransferCurvePool>
JAXBElement<ApprovalParams>
JAXBElement<DeviceNSpace>
JAXBElement<ThreadSealingParams>
JAXBElement<WebInlineFinishingParams>
JAXBElement<QualityControlResult>
JAXBElement<DeviceMark>
JAXBElement<ScreeningParams>
JAXBElement<FitPolicy>
JAXBElement<Color>
JAXBElement<DeliveryParams>
JAXBElement<LaminatingParams>
JAXBElement<TransferFunctionControl>
JAXBElement<PreflightProfile>
JAXBElement<VerificationParams>
JAXBElement<PackingParams>
JAXBElement<DigitalPrintingParams>
JAXBElement<ObjectResolution>
JAXBElement<DBMergeParams>
JAXBElement<CuttingParams>
JAXBElement<ByteMap>
JAXBElement<GlueLine>
JAXBElement<ScavengerArea>
JAXBElement<ManualLaborParams>
JAXBElement<HoleList>
JAXBElement<ColorMeasurementConditions>
JAXBElement<ImageSetterParams>
JAXBElement<ShapeCuttingParams>
JAXBElement<CoilBindingParams>
JAXBElement<BufferParams>
JAXBElement<DBSelection>
JAXBElement<PrintRollingParams>
JAXBElement<BundlingParams>
JAXBElement<Hole>
JAXBElement<SideSewingParams>
JAXBElement<ColorCorrectionParams>
JAXBElement<ShrinkingParams>
JAXBElement<JacketingParams>
JAXBElement<ChannelBindingParams>
JAXBElement<AdhesiveBindingParams>
JAXBElement<ShapeDef>
JAXBElement<InkZoneCalculationParams>
JAXBElement<NumberingParams>
public Boolean getLocked()
Booleanpublic void setLocked(Boolean value)
value - allowed object is
Booleanpublic String getPipeURL()
Stringpublic void setPipeURL(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic List<EnumPartIDKeys> getPartIDKeys()
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 partIDKeys property.
For example, to add a new item, do as follows:
getPartIDKeys().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPartIDKeys
public String getPipeProtocol()
Stringpublic void setPipeProtocol(String value)
value - allowed object is
Stringpublic EnumResStatus getStatus()
EnumResStatuspublic void setStatus(EnumResStatus value)
value - allowed object is
EnumResStatuspublic String getPipeID()
Stringpublic void setPipeID(String value)
value - allowed object is
Stringpublic String getAgentName()
Stringpublic void setAgentName(String value)
value - allowed object is
Stringpublic String getAgentVersion()
Stringpublic void setAgentVersion(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic Boolean getNoOp()
Booleanpublic void setNoOp(Boolean value)
value - allowed object is
Booleanpublic String getPartUsage()
Stringpublic void setPartUsage(String value)
value - allowed object is
Stringpublic String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic List<EnumPartIDKeys> getPipePartIDKeys()
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 pipePartIDKeys property.
For example, to add a new item, do as follows:
getPipePartIDKeys().add(newItem);
Objects of the following type(s) are allowed in the list
EnumPartIDKeys
public Object getQualityControlResultRef()
Objectpublic void setQualityControlResultRef(Object value)
value - allowed object is
Objectpublic List<Object> getSourceResourceRefs()
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 sourceResourceRefs property.
For example, to add a new item, do as follows:
getSourceResourceRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getDescriptiveName()
StringCopyright © 2012. All Rights Reserved.