Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.ibm.wsdl.extensions.schema.SchemaReferenceImpl
Field Summary | |
static long |
Method Summary | |
String |
|
Schema | |
String | |
void |
|
void |
|
void |
|
public Schema getReferencedSchema()
- Specified by:
- getReferencedSchema in interface SchemaReference
- Returns:
- Returns the importedSchema.
public String getSchemaLocationURI()
- Specified by:
- getSchemaLocationURI in interface SchemaReference
- Returns:
- Returns the schemaLocation.
public void setId(String id)
- Specified by:
- setId in interface SchemaReference
- Parameters:
id
- The id to set.
public void setReferencedSchema(Schema referencedSchema)
- Specified by:
- setReferencedSchema in interface SchemaReference
- Parameters:
referencedSchema
- The importedSchema to set.
public void setSchemaLocationURI(String schemaLocation)
- Specified by:
- setSchemaLocationURI in interface SchemaReference
- Parameters:
schemaLocation
- The schemaLocation to set.