public class Driver
extends java.lang.Object
Java class for driver complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="driver">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="className" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className |
protected java.lang.String |
id |
protected java.lang.String |
path |
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getPath()
Gets the value of the path property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setPath(java.lang.String value)
Sets the value of the path property.
|
protected java.lang.String id
protected java.lang.String className
protected java.lang.String path
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
StringCopyright © 2018 RENCI. All Rights Reserved.