javax.wsdl.extensions.schema
public interface SchemaReference extends Serializable
Method Summary | |
---|---|
abstract String | getId()
Gets the ID attribute of the referenced schema.
|
abstract Schema | getReferencedSchema()
Gets the referenced schema, represented as a LightWeightSchema.
|
abstract String | getSchemaLocationURI()
Gets the schemaLocation attribute of the referenced schema.
|
abstract void | setId(String id)
Sets the ID attribute of the referenced schema.
|
abstract void | setReferencedSchema(Schema referencedSchema)
Sets the referenced schema to a LightWeightSchema.
|
abstract void | setSchemaLocationURI(String schemaLocation)
Sets the schemaLocation attribute of the referenced schema.
|
Returns: the id string
Returns: the referenced LightWeightSchema.
Returns: the schemaLocation string.
Parameters: id The id string to set.
Parameters: referencedSchema The LightWeightSchema to set.
Parameters: schemaLocation The schemaLocation string to set.