public class ResourceDefinitionParams extends ParameterType implements Serializable
Java class for ResourceDefinitionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceDefinitionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceParam" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DefaultPriority" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DefaultJDF" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultJDF |
protected String |
defaultPriority |
protected List<ResourceParam> |
resourceParam |
| Constructor and Description |
|---|
ResourceDefinitionParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultJDF()
Gets the value of the defaultJDF property.
|
String |
getDefaultPriority()
Gets the value of the defaultPriority property.
|
List<ResourceParam> |
getResourceParam()
Gets the value of the resourceParam property.
|
void |
setDefaultJDF(String value)
Sets the value of the defaultJDF property.
|
void |
setDefaultPriority(String value)
Sets the value of the defaultPriority property.
|
protected List<ResourceParam> resourceParam
protected String defaultPriority
protected String defaultJDF
public List<ResourceParam> getResourceParam()
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 resourceParam property.
For example, to add a new item, do as follows:
getResourceParam().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceParam
public String getDefaultPriority()
Stringpublic void setDefaultPriority(String value)
value - allowed object is
Stringpublic String getDefaultJDF()
StringCopyright © 2013. All Rights Reserved.