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 |
any
documentation
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, unsetAny
getDocumentation, isSetDocumentation, setDocumentation
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public boolean isSetNamespace()
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public boolean isSetLocation()
Copyright © 2018 JBoss by Red Hat. All rights reserved.