public class ResourceParam extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="DefaultJDF" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DefaultPriority" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DefaultID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultID |
protected String |
defaultJDF |
protected String |
defaultPriority |
| Constructor and Description |
|---|
ResourceParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultID()
Gets the value of the defaultID property.
|
String |
getDefaultJDF()
Gets the value of the defaultJDF property.
|
String |
getDefaultPriority()
Gets the value of the defaultPriority property.
|
void |
setDefaultID(String value)
Sets the value of the defaultID property.
|
void |
setDefaultJDF(String value)
Sets the value of the defaultJDF property.
|
void |
setDefaultPriority(String value)
Sets the value of the defaultPriority property.
|
protected String defaultJDF
protected String defaultPriority
protected String defaultID
public String getDefaultJDF()
Stringpublic void setDefaultJDF(String value)
value - allowed object is
Stringpublic String getDefaultPriority()
Stringpublic void setDefaultPriority(String value)
value - allowed object is
Stringpublic String getDefaultID()
StringCopyright © 2013. All Rights Reserved.