|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- The id string to set.public java.lang.String getSchemaLocationURI()
public void setSchemaLocationURI(java.lang.String schemaLocation)
schemaLocation
- The schemaLocation string to set.public Schema getReferencedSchema()
public 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 |