public interface SchemaReference extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the ID attribute of the referenced schema.
|
Schema |
getReferencedSchema()
Gets the referenced schema, represented as a LightWeightSchema.
|
String |
getSchemaLocationURI()
Gets the schemaLocation attribute of the referenced schema.
|
void |
setId(String id)
Sets the ID attribute of the referenced schema.
|
void |
setReferencedSchema(Schema referencedSchema)
Sets the referenced schema to a LightWeightSchema.
|
void |
setSchemaLocationURI(String schemaLocation)
Sets the schemaLocation attribute of the referenced schema.
|
String getId()
void setId(String id)
id
- The id string to set.String getSchemaLocationURI()
void setSchemaLocationURI(String schemaLocation)
schemaLocation
- The schemaLocation string to set.Schema getReferencedSchema()
void setReferencedSchema(Schema referencedSchema)
referencedSchema
- The LightWeightSchema to set.Copyright © 2019 JBoss by Red Hat. All rights reserved.