org.apache.ws.commons.schema
Class XmlSchemaRedefine

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by org.apache.ws.commons.schema.XmlSchemaExternal
              extended by org.apache.ws.commons.schema.XmlSchemaRedefine
All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaRedefine
extends XmlSchemaExternal

Allows simple and complex types, groups, and attribute groups from external schema files to be redefined in the current schema. This class provides versioning for the schema elements. Represents the World Wide Web Consortium (W3C) redefine element.


Constructor Summary
XmlSchemaRedefine(XmlSchema parent)
          Creates new XmlSchemaRedefine
 
Method Summary
 Map<QName,XmlSchemaAttributeGroup> getAttributeGroups()
           
 Map<QName,XmlSchemaGroup> getGroups()
           
 List<XmlSchemaObject> getItems()
           
 Map<QName,XmlSchemaType> getSchemaTypes()
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaExternal
getSchema, getSchemaLocation, setSchema, setSchemaLocation
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaRedefine

public XmlSchemaRedefine(XmlSchema parent)
Creates new XmlSchemaRedefine

Method Detail

getAttributeGroups

public Map<QName,XmlSchemaAttributeGroup> getAttributeGroups()

getGroups

public Map<QName,XmlSchemaGroup> getGroups()

getItems

public List<XmlSchemaObject> getItems()

getSchemaTypes

public Map<QName,XmlSchemaType> getSchemaTypes()


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.