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

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.


Field Summary
(package private)  XmlSchemaObjectTable attributeGroups
           
(package private)  XmlSchemaObjectTable groups
           
(package private)  XmlSchemaObjectCollection items
           
(package private)  XmlSchemaObjectTable schemaTypes
           
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaExternal
schema, schemaLocation
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
annotation, id, unhandledAttributes
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI
 
Constructor Summary
XmlSchemaRedefine()
          Creates new XmlSchemaRedefine
 
Method Summary
 XmlSchemaObjectTable getAttributeGroup()
           
 XmlSchemaObjectTable getGroup()
           
 XmlSchemaObjectCollection getItems()
           
 XmlSchemaObjectTable 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
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeGroups

XmlSchemaObjectTable attributeGroups

groups

XmlSchemaObjectTable groups

schemaTypes

XmlSchemaObjectTable schemaTypes

items

XmlSchemaObjectCollection items
Constructor Detail

XmlSchemaRedefine

public XmlSchemaRedefine()
Creates new XmlSchemaRedefine

Method Detail

getAttributeGroup

public XmlSchemaObjectTable getAttributeGroup()

getGroup

public XmlSchemaObjectTable getGroup()

getItems

public XmlSchemaObjectCollection getItems()

getSchemaTypes

public XmlSchemaObjectTable getSchemaTypes()


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.