public class TImport extends TExtensibleAttributesDocumented
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://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="location" 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 |
location |
protected String |
namespace |
anydocumentation| Constructor and Description |
|---|
TImport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
boolean |
isSetLocation() |
boolean |
isSetNamespace() |
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
getAny, getOtherAttributes, isSetAny, unsetAnygetDocumentation, isSetDocumentation, setDocumentationpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic boolean isSetNamespace()
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
Apache CXF