public class Resource
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}Location" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceType" 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="AmountProduced" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<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="ResourceWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="GrossWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PipeID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="LotControl" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Amount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<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="AmountRequired" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="AlternateBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Manufacturer" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Unit" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PartUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BatchID" 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="Brand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<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="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="AmountGood" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AmountWaste" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
agentName |
protected java.lang.String |
agentVersion |
protected java.lang.String |
alternateBrand |
protected java.lang.Double |
amount |
protected java.lang.Double |
amountGood |
protected java.lang.Double |
amountProduced |
protected java.lang.Double |
amountRequired |
protected java.lang.Double |
amountWaste |
protected java.lang.String |
author |
protected java.lang.String |
batchID |
protected java.lang.String |
brand |
protected java.lang.String |
clazz |
protected java.util.List<Comment> |
comments |
protected java.util.List<Contact> |
contacts |
protected java.lang.String |
descriptiveName |
protected java.util.List<GeneralID> |
generalIDs |
protected java.lang.Double |
grossWeight |
protected java.lang.String |
id |
protected java.lang.Object |
identificationFieldRef |
protected java.util.List<Location> |
locations |
protected java.lang.Boolean |
locked |
protected java.lang.String |
lotControl |
protected java.lang.String |
manufacturer |
protected java.util.List<EnumPartIDKeys> |
partIDKeys |
protected java.util.List<Part> |
parts |
protected java.lang.String |
partUsage |
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<javax.xml.bind.JAXBElement<? extends ResourceType>> |
resourceTypes |
protected java.lang.Double |
resourceWeight |
protected java.util.List<java.lang.Object> |
sourceResourceRefs |
protected EnumResStatus |
status |
protected java.lang.String |
unit |
| Constructor and Description |
|---|
Resource() |
| 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 |
getAlternateBrand()
Gets the value of the alternateBrand property.
|
java.lang.Double |
getAmount()
Gets the value of the amount property.
|
java.lang.Double |
getAmountGood()
Gets the value of the amountGood property.
|
java.lang.Double |
getAmountProduced()
Gets the value of the amountProduced property.
|
java.lang.Double |
getAmountRequired()
Gets the value of the amountRequired property.
|
java.lang.Double |
getAmountWaste()
Gets the value of the amountWaste property.
|
java.lang.String |
getAuthor()
Gets the value of the author property.
|
java.lang.String |
getBatchID()
Gets the value of the batchID property.
|
java.lang.String |
getBrand()
Gets the value of the brand property.
|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
java.util.List<Comment> |
getComments()
Gets the value of the comments property.
|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.lang.String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
java.util.List<GeneralID> |
getGeneralIDs()
Gets the value of the generalIDs property.
|
java.lang.Double |
getGrossWeight()
Gets the value of the grossWeight property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
java.util.List<Location> |
getLocations()
Gets the value of the locations property.
|
java.lang.Boolean |
getLocked()
Gets the value of the locked property.
|
java.lang.String |
getLotControl()
Gets the value of the lotControl property.
|
java.lang.String |
getManufacturer()
Gets the value of the manufacturer property.
|
java.util.List<EnumPartIDKeys> |
getPartIDKeys()
Gets the value of the partIDKeys property.
|
java.util.List<Part> |
getParts()
Gets the value of the parts property.
|
java.lang.String |
getPartUsage()
Gets the value of the partUsage 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<javax.xml.bind.JAXBElement<? extends ResourceType>> |
getResourceTypes()
Gets the value of the resourceTypes property.
|
java.lang.Double |
getResourceWeight()
Gets the value of the resourceWeight property.
|
java.util.List<java.lang.Object> |
getSourceResourceRefs()
Gets the value of the sourceResourceRefs property.
|
EnumResStatus |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getUnit()
Gets the value of the unit 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 |
setAlternateBrand(java.lang.String value)
Sets the value of the alternateBrand property.
|
void |
setAmount(java.lang.Double value)
Sets the value of the amount property.
|
void |
setAmountGood(java.lang.Double value)
Sets the value of the amountGood property.
|
void |
setAmountProduced(java.lang.Double value)
Sets the value of the amountProduced property.
|
void |
setAmountRequired(java.lang.Double value)
Sets the value of the amountRequired property.
|
void |
setAmountWaste(java.lang.Double value)
Sets the value of the amountWaste property.
|
void |
setAuthor(java.lang.String value)
Sets the value of the author property.
|
void |
setBatchID(java.lang.String value)
Sets the value of the batchID property.
|
void |
setBrand(java.lang.String value)
Sets the value of the brand property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setGrossWeight(java.lang.Double value)
Sets the value of the grossWeight property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setIdentificationFieldRef(java.lang.Object value)
Sets the value of the identificationFieldRef property.
|
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property.
|
void |
setLotControl(java.lang.String value)
Sets the value of the lotControl property.
|
void |
setManufacturer(java.lang.String value)
Sets the value of the manufacturer property.
|
void |
setPartUsage(java.lang.String value)
Sets the value of the partUsage 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.
|
void |
setResourceWeight(java.lang.Double value)
Sets the value of the resourceWeight property.
|
void |
setStatus(EnumResStatus value)
Sets the value of the status property.
|
void |
setUnit(java.lang.String value)
Sets the value of the unit property.
|
protected java.util.List<Comment> comments
protected java.util.List<GeneralID> generalIDs
protected java.util.List<Part> parts
protected java.util.List<javax.xml.bind.JAXBElement<? extends ResourceType>> resourceTypes
protected java.util.List<Contact> contacts
protected java.util.List<Location> locations
protected java.lang.Double amountProduced
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 EnumResStatus status
protected java.lang.Double resourceWeight
protected java.lang.Double grossWeight
protected java.lang.String pipeID
protected java.lang.String lotControl
protected java.lang.Double amount
protected java.lang.String agentName
protected java.lang.String agentVersion
protected java.lang.Double amountRequired
protected java.lang.String id
protected java.lang.String alternateBrand
protected java.lang.String manufacturer
protected java.lang.String unit
protected java.lang.String partUsage
protected java.lang.String batchID
protected java.lang.String productID
protected java.lang.String author
protected java.util.List<EnumPartIDKeys> pipePartIDKeys
protected java.lang.String brand
protected java.lang.Object qualityControlResultRef
protected java.util.List<java.lang.Object> sourceResourceRefs
protected java.lang.Object identificationFieldRef
protected java.lang.Double amountGood
protected java.lang.Double amountWaste
protected java.lang.String descriptiveName
public java.util.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 java.util.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 java.util.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 java.util.List<javax.xml.bind.JAXBElement<? extends ResourceType>> getResourceTypes()
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 resourceTypes property.
For example, to add a new item, do as follows:
getResourceTypes().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ResourceType>
JAXBElement<Media>
JAXBElement<Strap>
JAXBElement<Component>
JAXBElement<Tool>
JAXBElement<Device>
JAXBElement<Bundle>
JAXBElement<ExposedMedia>
JAXBElement<Ink>
JAXBElement<UsageCounter>
JAXBElement<PlaceHolderResource>
JAXBElement<RegisterRibbon>
JAXBElement<RollStand>
JAXBElement<Employee>
JAXBElement<DigitalMedia>
JAXBElement<Pallet>
JAXBElement<MiscConsumable>
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<Location> getLocations()
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 locations property.
For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
public java.lang.Double getAmountProduced()
Doublepublic void setAmountProduced(java.lang.Double value)
value - allowed object is
Doublepublic 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 EnumResStatus getStatus()
EnumResStatuspublic void setStatus(EnumResStatus value)
value - allowed object is
EnumResStatuspublic java.lang.Double getResourceWeight()
Doublepublic void setResourceWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getGrossWeight()
Doublepublic void setGrossWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPipeID()
Stringpublic void setPipeID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLotControl()
Stringpublic void setLotControl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getAmount()
Doublepublic void setAmount(java.lang.Double value)
value - allowed object is
Doublepublic 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.Double getAmountRequired()
Doublepublic void setAmountRequired(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlternateBrand()
Stringpublic void setAlternateBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManufacturer()
Stringpublic void setManufacturer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnit()
Stringpublic void setUnit(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPartUsage()
Stringpublic void setPartUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBatchID()
Stringpublic void setBatchID(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.String getBrand()
Stringpublic void setBrand(java.lang.String value)
value - allowed object is
Stringpublic 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
public java.lang.Object getIdentificationFieldRef()
Objectpublic void setIdentificationFieldRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Double getAmountGood()
Doublepublic void setAmountGood(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getAmountWaste()
Doublepublic void setAmountWaste(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDescriptiveName()
Stringpublic void setDescriptiveName(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.