public class ParameterSet extends SetType implements java.io.Serializable
Java class for ParameterSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterSet">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SetType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Parameter" 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 java.util.List<Comment> |
comments |
protected java.util.List<Dependent> |
dependents |
protected java.lang.String |
descriptiveName |
protected java.util.List<GeneralID> |
generalIDs |
protected java.lang.String |
id |
protected java.lang.String |
name |
protected java.util.List<Parameter> |
parameters |
protected java.lang.String |
processUsage |
protected java.lang.String |
usage |
| Constructor and Description |
|---|
ParameterSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Comment> |
getComments()
Gets the value of the comments property.
|
java.util.List<Dependent> |
getDependents()
Gets the value of the dependents 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.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<Parameter> |
getParameters()
Gets the value of the parameters property.
|
java.lang.String |
getProcessUsage()
Gets the value of the processUsage property.
|
java.lang.String |
getUsage()
Gets the value of the usage property.
|
void |
setDescriptiveName(java.lang.String value)
Sets the value of the descriptiveName property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProcessUsage(java.lang.String value)
Sets the value of the processUsage property.
|
void |
setUsage(java.lang.String value)
Sets the value of the usage property.
|
protected java.util.List<Comment> comments
protected java.util.List<GeneralID> generalIDs
protected java.util.List<Dependent> dependents
protected java.util.List<Parameter> parameters
protected java.lang.String id
protected java.lang.String descriptiveName
protected java.lang.String name
protected java.lang.String usage
protected java.lang.String processUsage
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<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 java.util.List<Parameter> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescriptiveName()
Stringpublic void setDescriptiveName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUsage()
Stringpublic void setUsage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProcessUsage()
Stringpublic void setProcessUsage(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.