|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InlinedSchema
This interface represents an inlined schema element, <xs:schema>. It extends the Schema
interface, adding support for the id
attribute.
Method Summary | |
---|---|
String |
getId()
|
void |
setId(String id)
Set the String representing the id attribute of <xs:schema>. |
Methods inherited from interface org.apache.woden.schema.Schema |
---|
getNamespace, getSchemaDefinition, getXMLElement, setNamespace, setSchemaDefinition, setXMLElement |
Method Detail |
---|
void setId(String id)
id
attribute of <xs:schema>.
String getId()
id
attribute of <xs:schema>.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |