Package | Description |
---|---|
com.ibm.wsdl.extensions.schema | |
javax.wsdl.extensions.schema |
Modifier and Type | Class and Description |
---|---|
class |
SchemaImportImpl |
class |
SchemaReferenceImpl |
Modifier and Type | Method and Description |
---|---|
SchemaReference |
SchemaImpl.createInclude() |
SchemaReference |
SchemaImpl.createRedefine() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaImpl.addInclude(SchemaReference includeSchema) |
void |
SchemaImpl.addRedefine(SchemaReference redefineSchema) |
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaImport
Represents an import element within a schema element.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
Schema.addInclude(SchemaReference includeSchema)
Add an include to this LightWeightSchema
|
void |
Schema.addRedefine(SchemaReference redefineSchema)
Add a redefine to this LightWeightSchema
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.