public class ImagesResultsPool
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">
<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="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="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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.lang.String |
author |
protected java.lang.String |
clazz |
protected java.lang.Boolean |
locked |
protected java.util.List<EnumPartIDKeys> |
partIDKeys |
protected java.lang.String |
pipeID |
protected java.util.List<EnumPartIDKeys> |
pipePartIDKeys |
protected java.lang.String |
pipeProtocol |
protected java.lang.String |
pipeURL |
protected java.lang.String |
productID |
protected java.lang.Object |
qualityControlResultRef |
protected java.util.List<java.lang.Object> |
sourceResourceRefs |
| Constructor and Description |
|---|
ImagesResultsPool() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentName()
Gets the value of the agentName property.
|
java.lang.String |
getAgentVersion()
Gets the value of the agentVersion property.
|
java.lang.String |
getAuthor()
Gets the value of the author property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.lang.Boolean |
getLocked()
Gets the value of the locked property.
|
java.util.List<EnumPartIDKeys> |
getPartIDKeys()
Gets the value of the partIDKeys property.
|
java.lang.String |
getPipeID()
Gets the value of the pipeID property.
|
java.util.List<EnumPartIDKeys> |
getPipePartIDKeys()
Gets the value of the pipePartIDKeys property.
|
java.lang.String |
getPipeProtocol()
Gets the value of the pipeProtocol property.
|
java.lang.String |
getPipeURL()
Gets the value of the pipeURL property.
|
java.lang.String |
getProductID()
Gets the value of the productID property.
|
java.lang.Object |
getQualityControlResultRef()
Gets the value of the qualityControlResultRef property.
|
java.util.List<java.lang.Object> |
getSourceResourceRefs()
Gets the value of the sourceResourceRefs property.
|
void |
setAgentName(java.lang.String value)
Sets the value of the agentName property.
|
void |
setAgentVersion(java.lang.String value)
Sets the value of the agentVersion property.
|
void |
setAuthor(java.lang.String value)
Sets the value of the author property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property.
|
void |
setPipeID(java.lang.String value)
Sets the value of the pipeID property.
|
void |
setPipeProtocol(java.lang.String value)
Sets the value of the pipeProtocol property.
|
void |
setPipeURL(java.lang.String value)
Sets the value of the pipeURL property.
|
void |
setProductID(java.lang.String value)
Sets the value of the productID property.
|
void |
setQualityControlResultRef(java.lang.Object value)
Sets the value of the qualityControlResultRef property.
|
protected java.lang.Boolean locked
protected java.lang.String pipeURL
protected java.lang.String clazz
protected java.util.List<EnumPartIDKeys> partIDKeys
protected java.lang.String pipeProtocol
protected java.lang.String pipeID
protected java.lang.String agentName
protected java.lang.String agentVersion
protected java.lang.String productID
protected java.lang.String author
protected java.util.List<EnumPartIDKeys> pipePartIDKeys
protected java.lang.Object qualityControlResultRef
protected java.util.List<java.lang.Object> sourceResourceRefs
public java.lang.Boolean getLocked()
Booleanpublic void setLocked(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPipeURL()
Stringpublic void setPipeURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClazz()
Stringpublic void setClazz(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.lang.String getPipeProtocol()
Stringpublic void setPipeProtocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPipeID()
Stringpublic void setPipeID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentName()
Stringpublic void setAgentName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentVersion()
Stringpublic void setAgentVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProductID()
Stringpublic void setProductID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthor()
Stringpublic void setAuthor(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.lang.Object getQualityControlResultRef()
Objectpublic void setQualityControlResultRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.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
Copyright © 2012. All Rights Reserved.