Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsEImportImpl  view XsEImportImpl download XsEImportImpl.java

java.lang.Object
  extended byorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended byorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended byorg.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended byorg.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>
 


Field Summary
private  org.apache.ws.jaxme.xs.xml.XsAnyURI namespace
           
private  org.apache.ws.jaxme.xs.xml.XsAnyURI schemaLocation
           
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
 
Constructor Summary
protected XsEImportImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
           
 
Method Summary
 org.apache.ws.jaxme.xs.xml.XsAnyURI getNamespace()
           
 org.apache.ws.jaxme.xs.xml.XsAnyURI getSchemaLocation()
           
 void setNamespace(org.apache.ws.jaxme.xs.xml.XsAnyURI pNamespace)
           
 void setSchemaLocation(org.apache.ws.jaxme.xs.xml.XsAnyURI pSchemaLocation)
           
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
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
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 

Field Detail

namespace

private org.apache.ws.jaxme.xs.xml.XsAnyURI namespace

schemaLocation

private org.apache.ws.jaxme.xs.xml.XsAnyURI schemaLocation
Constructor Detail

XsEImportImpl

protected XsEImportImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
Method Detail

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