java.lang.Object
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsEImportImpl
- All Implemented Interfaces:
- org.apache.ws.jaxme.xs.xml.XsEImport, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
- public class XsEImportImpl
- extends XsTAnnotatedImpl
- implements org.apache.ws.jaxme.xs.xml.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>
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
|
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
namespace
private org.apache.ws.jaxme.xs.xml.XsAnyURI namespace
schemaLocation
private org.apache.ws.jaxme.xs.xml.XsAnyURI schemaLocation
XsEImportImpl
protected XsEImportImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
setNamespace
public void setNamespace(org.apache.ws.jaxme.xs.xml.XsAnyURI pNamespace)
- Specified by:
setNamespace in interface org.apache.ws.jaxme.xs.xml.XsEImport
getNamespace
public org.apache.ws.jaxme.xs.xml.XsAnyURI getNamespace()
- Specified by:
getNamespace in interface org.apache.ws.jaxme.xs.xml.XsEImport
setSchemaLocation
public void setSchemaLocation(org.apache.ws.jaxme.xs.xml.XsAnyURI pSchemaLocation)
- Specified by:
setSchemaLocation in interface org.apache.ws.jaxme.xs.xml.XsEImport
getSchemaLocation
public org.apache.ws.jaxme.xs.xml.XsAnyURI getSchemaLocation()
- Specified by:
getSchemaLocation in interface org.apache.ws.jaxme.xs.xml.XsEImport