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" /> <anyAttribute processContents='lax' namespace='##other'/> </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, setId
getOtherAttributes
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public String getSchemaLocation()
String
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.