Package | Description |
---|---|
com.ibm.wsdl.extensions.schema | |
javax.wsdl.extensions.schema |
Modifier and Type | Class | Description |
---|---|---|
class |
SchemaImportImpl |
|
class |
SchemaReferenceImpl |
Modifier and Type | Method | Description |
---|---|---|
SchemaReference |
SchemaImpl.createInclude() |
|
SchemaReference |
SchemaImpl.createRedefine() |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaImpl.addInclude(SchemaReference includeSchema) |
|
void |
SchemaImpl.addRedefine(SchemaReference redefineSchema) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
SchemaImport |
Represents an import element within a schema element.
|
Modifier and Type | Method | Description |
---|---|---|
SchemaReference |
Schema.createInclude() |
Create a new schema reference to represent an include.
|
SchemaReference |
Schema.createRedefine() |
Create a new schema reference to represent a redefine.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Schema.addInclude(SchemaReference includeSchema) |
Add an include to this LightWeightSchema
|
void |
Schema.addRedefine(SchemaReference redefineSchema) |
Add a redefine to this LightWeightSchema
|
Copyright ? 2003, 2013 IBM. All Rights Reserved.