java.io.Serializable, SchemaReferenceSchemaImportImplpublic 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()
SchemaReferencegetId in interface SchemaReferencepublic void setId(java.lang.String id)
SchemaReferencesetId in interface SchemaReferenceid - The id to set.public java.lang.String getSchemaLocationURI()
SchemaReferencegetSchemaLocationURI in interface SchemaReferencepublic void setSchemaLocationURI(java.lang.String schemaLocation)
SchemaReferencesetSchemaLocationURI in interface SchemaReferenceschemaLocation - The schemaLocation to set.public Schema getReferencedSchema()
SchemaReferencegetReferencedSchema in interface SchemaReferencepublic void setReferencedSchema(Schema referencedSchema)
SchemaReferencesetReferencedSchema in interface SchemaReferencereferencedSchema - The importedSchema to set.Copyright ? 2003, 2013 IBM. All Rights Reserved.