|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaReference
Represents an include or a redefine element within a schema element.
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the ID attribute of the referenced schema. |
Schema |
getReferencedSchema()
Gets the referenced schema, represented as a LightWeightSchema. |
java.lang.String |
getSchemaLocationURI()
Gets the schemaLocation attribute of the referenced schema. |
void |
setId(java.lang.String id)
Sets the ID attribute of the referenced schema. |
void |
setReferencedSchema(Schema referencedSchema)
Sets the referenced schema to a LightWeightSchema. |
void |
setSchemaLocationURI(java.lang.String schemaLocation)
Sets the schemaLocation attribute of the referenced schema. |
Method Detail |
---|
java.lang.String getId()
void setId(java.lang.String id)
id
- The id string to set.java.lang.String getSchemaLocationURI()
void setSchemaLocationURI(java.lang.String schemaLocation)
schemaLocation
- The schemaLocation string to set.Schema getReferencedSchema()
void setReferencedSchema(Schema referencedSchema)
referencedSchema
- The LightWeightSchema to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |