public class JDFController 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="URLType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="URL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ControllerID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
controllerID |
protected String |
url |
protected String |
urlType |
| Constructor and Description |
|---|
JDFController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getControllerID()
Gets the value of the controllerID property.
|
String |
getURL()
Gets the value of the url property.
|
String |
getURLType()
Gets the value of the urlType property.
|
void |
setControllerID(String value)
Sets the value of the controllerID property.
|
void |
setURL(String value)
Sets the value of the url property.
|
void |
setURLType(String value)
Sets the value of the urlType property.
|
protected String urlType
protected String url
protected String controllerID
public String getURLType()
Stringpublic void setURLType(String value)
value - allowed object is
Stringpublic void setURL(String value)
value - allowed object is
Stringpublic String getControllerID()
StringCopyright © 2013. All Rights Reserved.