public class XsEImportImpl extends XsTAnnotatedImpl implements XsEImport
Implementation of xs:import
, as specified by
the following:
<xs:element name="import" id="import"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-import"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="namespace" type="xs:anyURI"/> <xs:attribute name="schemaLocation" type="xs:anyURI"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Modifier | Constructor and Description |
---|---|
protected |
XsEImportImpl(XsObject pParent) |
Modifier and Type | Method and Description |
---|---|
XsAnyURI |
getNamespace() |
XsAnyURI |
getSchemaLocation() |
void |
setNamespace(XsAnyURI pNamespace) |
void |
setSchemaLocation(XsAnyURI pSchemaLocation) |
createAnnotation, getAnnotation, getId, setId
getOpenAttributes, setAttribute
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createAnnotation, getAnnotation, getId, setId
getOpenAttributes
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
protected XsEImportImpl(XsObject pParent)
public void setNamespace(XsAnyURI pNamespace)
setNamespace
in interface XsEImport
public XsAnyURI getNamespace()
getNamespace
in interface XsEImport
public void setSchemaLocation(XsAnyURI pSchemaLocation)
setSchemaLocation
in interface XsEImport
public XsAnyURI getSchemaLocation()
getSchemaLocation
in interface XsEImport