public class TImport extends Object
<p>Java class for tImport complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tImport"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TImport() |
Modifier and Type | Method and Description |
---|---|
String |
getImportType()
Gets the value of the importType property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
void |
setImportType(String value)
Sets the value of the importType 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 getLocation()
Gets the value of the location property.
String
public void setLocation(String value)
Sets the value of the location property.
value
- allowed object is
String
public String getNamespace()
Gets the value of the namespace property.
String
public void setNamespace(String value)
Sets the value of the namespace property.
value
- allowed object is
String
public String getImportType()
Gets the value of the importType property.
String
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.