public static class DataSet.Import 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"> <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 and Description |
---|
Import() |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Gets the value of the location property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getLocation()
String
Copyright © 2016 Metron, Inc.. All rights reserved.