Class SchemaReferenceImpl
java.lang.Object
com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
- All Implemented Interfaces:
Serializable, SchemaReference
- Direct Known Subclasses:
SchemaImportImpl
- Author:
- Jeremy Hughes invalid input: '<'hughesj@uk.ibm.com>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the ID attribute of the referenced schema.Gets the referenced schema, represented as a LightWeightSchema.Gets the schemaLocation attribute of the referenced schema.voidSets the ID attribute of the referenced schema.voidsetReferencedSchema(Schema referencedSchema) Sets the referenced schema to a LightWeightSchema.voidsetSchemaLocationURI(String schemaLocation) Sets the schemaLocation attribute of the referenced schema.
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SchemaReferenceImpl
public SchemaReferenceImpl()
-
-
Method Details
-
getId
Description copied from interface:SchemaReferenceGets the ID attribute of the referenced schema.- Specified by:
getIdin interfaceSchemaReference- Returns:
- Returns the id.
-
setId
Description copied from interface:SchemaReferenceSets the ID attribute of the referenced schema.- Specified by:
setIdin interfaceSchemaReference- Parameters:
id- The id to set.
-
getSchemaLocationURI
Description copied from interface:SchemaReferenceGets the schemaLocation attribute of the referenced schema.- Specified by:
getSchemaLocationURIin interfaceSchemaReference- Returns:
- Returns the schemaLocation.
-
setSchemaLocationURI
Description copied from interface:SchemaReferenceSets the schemaLocation attribute of the referenced schema.- Specified by:
setSchemaLocationURIin interfaceSchemaReference- Parameters:
schemaLocation- The schemaLocation to set.
-
getReferencedSchema
Description copied from interface:SchemaReferenceGets the referenced schema, represented as a LightWeightSchema.- Specified by:
getReferencedSchemain interfaceSchemaReference- Returns:
- Returns the importedSchema.
-
setReferencedSchema
Description copied from interface:SchemaReferenceSets the referenced schema to a LightWeightSchema.- Specified by:
setReferencedSchemain interfaceSchemaReference- Parameters:
referencedSchema- The importedSchema to set.
-