com.metsci.glimpse.dspl.schema
Class DataSet.Import

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.DataSet.Import
Enclosing class:
DataSet

public static class DataSet.Import
extends java.lang.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">
       <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DataSet.Import()
           
 
Method Summary
 java.lang.String getLocation()
          Gets the value of the location property.
 java.lang.String getNamespace()
          Gets the value of the namespace property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setNamespace(java.lang.String value)
          Sets the value of the namespace property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSet.Import

public DataSet.Import()
Method Detail

getNamespace

public java.lang.String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(java.lang.String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


Copyright © 2012 Metron, Inc.. All Rights Reserved.