public class SchemaReferenceImpl extends Object implements SchemaReference
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SchemaReferenceImpl() |
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.
|
public static final long serialVersionUID
public String getId()
SchemaReference
getId
in interface SchemaReference
public void setId(String id)
SchemaReference
setId
in interface SchemaReference
id
- The id to set.public String getSchemaLocationURI()
SchemaReference
getSchemaLocationURI
in interface SchemaReference
public void setSchemaLocationURI(String schemaLocation)
SchemaReference
setSchemaLocationURI
in interface SchemaReference
schemaLocation
- The schemaLocation to set.public Schema getReferencedSchema()
SchemaReference
getReferencedSchema
in interface SchemaReference
public void setReferencedSchema(Schema referencedSchema)
SchemaReference
setReferencedSchema
in interface SchemaReference
referencedSchema
- The importedSchema to set.Copyright © 2016 JBoss by Red Hat. All rights reserved.