public class ResourceSet extends SetType implements Serializable
Java class for ResourceSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceSet">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SetType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Resource" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Dependent" 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="ID" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="DescriptiveName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Name" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Usage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ProcessUsage" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Comment> |
comments |
protected List<Dependent> |
dependents |
protected String |
descriptiveName |
protected List<GeneralID> |
generalIDs |
protected String |
id |
protected String |
name |
protected String |
processUsage |
protected List<Resource> |
resources |
protected String |
usage |
| Constructor and Description |
|---|
ResourceSet() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
getComments()
Gets the value of the comments property.
|
List<Dependent> |
getDependents()
Gets the value of the dependents 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.
|
String |
getName()
Gets the value of the name property.
|
String |
getProcessUsage()
Gets the value of the processUsage property.
|
List<Resource> |
getResources()
Gets the value of the resources property.
|
String |
getUsage()
Gets the value of the usage property.
|
void |
setDescriptiveName(String value)
Sets the value of the descriptiveName property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProcessUsage(String value)
Sets the value of the processUsage property.
|
void |
setUsage(String value)
Sets the value of the usage property.
|
protected String id
protected String descriptiveName
protected String name
protected String usage
protected String processUsage
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<Dependent> getDependents()
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 dependents property.
For example, to add a new item, do as follows:
getDependents().add(newItem);
Objects of the following type(s) are allowed in the list
Dependent
public List<Resource> getResources()
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 resources property.
For example, to add a new item, do as follows:
getResources().add(newItem);
Objects of the following type(s) are allowed in the list
Resource
public void setID(String value)
value - allowed object is
Stringpublic String getDescriptiveName()
Stringpublic void setDescriptiveName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUsage()
Stringpublic void setUsage(String value)
value - allowed object is
Stringpublic String getProcessUsage()
StringCopyright © 2012. All Rights Reserved.