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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceParam" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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> |
resourceParams |
| 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> |
getResourceParams()
Gets the value of the resourceParams 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> resourceParams
protected String defaultPriority
protected String defaultJDF
public List<ResourceParam> getResourceParams()
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 resourceParams property.
For example, to add a new item, do as follows:
getResourceParams().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 © 2012. All Rights Reserved.