org.apache.woden.schema
Interface InlinedSchema
- All Superinterfaces:
- Schema
- All Known Implementing Classes:
- InlinedSchemaImpl
- public interface InlinedSchema
- extends Schema
This interface represents an inlined schema element, <xs:schema>. It extends the Schema
interface, adding support for the id
attribute.
- Author:
- John Kaputin (jkaputin@apache.org)
Method Summary |
java.lang.String |
getId()
|
void |
setId(java.lang.String id)
Set the String representing the id attribute of <xs:schema>. |
setId
public void setId(java.lang.String id)
- Set the String representing the
id
attribute of <xs:schema>.
getId
public java.lang.String getId()
- Returns:
- a String representing the
id
attribute of <xs:schema>.
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.