public class Import extends Annotated
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="schemaLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
namespace |
protected String |
schemaLocation |
annotation, id| Constructor and Description |
|---|
Import() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getSchemaLocation()
Gets the value of the schemaLocation property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setSchemaLocation(String value)
Sets the value of the schemaLocation property.
|
getAnnotation, getId, setAnnotation, setIdgetOtherAttributespublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getSchemaLocation()
StringCopyright © 2017. All rights reserved.