@Contract @Hk2XmlPreGenerate public interface 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" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
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, setId
getOtherAttributes, setOtherAttributes
String getNamespace()
String
void setNamespace(String value)
value
- allowed object is
String
String getSchemaLocation()
String
Copyright © 2009–2023 Oracle Corporation. All rights reserved.