public class TImport extends TExtensibleElements
Java class for tImport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tImport">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="importType" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
importType |
protected String |
location |
protected String |
namespace |
any, documentation| 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.
|
getAny, getDocumentation, getOtherAttributesprotected String namespace
protected String location
protected String importType
public String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getImportType()
StringCopyright © 2012 OW2 Consortium. All Rights Reserved.