public class ResourceParam
extends java.lang.Object
implements java.io.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 java.lang.String |
defaultID |
protected java.lang.String |
defaultJDF |
protected java.lang.String |
defaultPriority |
| Constructor and Description |
|---|
ResourceParam() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultID()
Gets the value of the defaultID property.
|
java.lang.String |
getDefaultJDF()
Gets the value of the defaultJDF property.
|
java.lang.String |
getDefaultPriority()
Gets the value of the defaultPriority property.
|
void |
setDefaultID(java.lang.String value)
Sets the value of the defaultID property.
|
void |
setDefaultJDF(java.lang.String value)
Sets the value of the defaultJDF property.
|
void |
setDefaultPriority(java.lang.String value)
Sets the value of the defaultPriority property.
|
protected java.lang.String defaultJDF
protected java.lang.String defaultPriority
protected java.lang.String defaultID
public java.lang.String getDefaultJDF()
Stringpublic void setDefaultJDF(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultPriority()
Stringpublic void setDefaultPriority(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultID()
Stringpublic void setDefaultID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.