public static class Instance.Info extends Object
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">
<sequence>
<element name="dataset" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataset |
protected String |
name |
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Gets the value of the dataset property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDataset(String value)
Sets the value of the dataset property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getDataset()
Stringpublic void setDataset(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2014 VRP-REP. All rights reserved.