org.vrprep.model.instance
Class Instance.Info

java.lang.Object
  extended by org.vrprep.model.instance.Instance.Info
Enclosing class:
Instance

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>
 


Field Summary
protected  String dataset
           
protected  String name
           
 
Constructor Summary
Instance.Info()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataset

protected String dataset

name

protected String name
Constructor Detail

Instance.Info

public Instance.Info()
Method Detail

getDataset

public String getDataset()
Gets the value of the dataset property.

Returns:
possible object is String

setDataset

public void setDataset(String value)
Sets the value of the dataset property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2014 VRP-REP. All rights reserved.