org.apache.woden.internal.schema
Class InlinedSchemaImpl

java.lang.Object
  extended by org.apache.woden.internal.schema.SchemaImpl
      extended by org.apache.woden.internal.schema.InlinedSchemaImpl
All Implemented Interfaces:
InlinedSchema, Schema

public class InlinedSchemaImpl
extends SchemaImpl
implements InlinedSchema

This class represents an inlined schema, <xs:schema>. It extends the abstract class SchemaImpl, adding support for the id attribute.

Author:
jkaputin@apache.org

Constructor Summary
InlinedSchemaImpl()
           
 
Method Summary
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class org.apache.woden.internal.schema.SchemaImpl
getNamespace, getNamespaceAsString, getSchemaDefinition, getXMLElement, isReferenceable, setNamespace, setReferenceable, setSchemaDefinition, setXMLElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.schema.Schema
getNamespace, getSchemaDefinition, getXMLElement, setNamespace, setSchemaDefinition, setXMLElement
 

Constructor Detail

InlinedSchemaImpl

public InlinedSchemaImpl()
Method Detail

setId

public void setId(java.lang.String id)
Specified by:
setId in interface InlinedSchema

getId

public java.lang.String getId()
Specified by:
getId in interface InlinedSchema


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.