public class ParameterSet extends SetType implements 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>
<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"/>
</sequence>
<attribute name="ID" 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> |
comment |
protected List<Dependent> |
dependent |
protected String |
descriptiveName |
protected List<GeneralID> |
generalID |
protected String |
id |
protected String |
name |
protected List<Parameter> |
parameter |
protected String |
processUsage |
protected String |
usage |
| Constructor and Description |
|---|
ParameterSet() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
getComment()
Gets the value of the comment property.
|
List<Dependent> |
getDependent()
Gets the value of the dependent property.
|
String |
getDescriptiveName()
Gets the value of the descriptiveName property.
|
List<GeneralID> |
getGeneralID()
Gets the value of the generalID property.
|
String |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
List<Parameter> |
getParameter()
Gets the value of the parameter property.
|
String |
getProcessUsage()
Gets the value of the processUsage 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<Parameter> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public List<Dependent> getDependent()
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 dependent property.
For example, to add a new item, do as follows:
getDependent().add(newItem);
Objects of the following type(s) are allowed in the list
Dependent
public List<GeneralID> getGeneralID()
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 generalID property.
For example, to add a new item, do as follows:
getGeneralID().add(newItem);
Objects of the following type(s) are allowed in the list
GeneralID
public List<Comment> getComment()
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 comment property.
For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
Comment
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 © 2013. All Rights Reserved.