java.io.Serializable
, SchemaReference
SchemaImportImpl
public class SchemaReferenceImpl extends java.lang.Object implements SchemaReference
Modifier and Type | Field | Description |
---|---|---|
static long |
serialVersionUID |
Constructor | Description |
---|---|
SchemaReferenceImpl() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
public static final long serialVersionUID
public java.lang.String getId()
SchemaReference
getId
in interface SchemaReference
public void setId(java.lang.String id)
SchemaReference
setId
in interface SchemaReference
id
- The id to set.public java.lang.String getSchemaLocationURI()
SchemaReference
getSchemaLocationURI
in interface SchemaReference
public void setSchemaLocationURI(java.lang.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 ? 2003, 2013 IBM. All Rights Reserved.