Package
Class
Use
Tree
Serialized
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
J
S
A
addImport(SchemaImport)
- Method in interface javax.wsdl.extensions.schema.
Schema
Add an import to this LightWeightSchema
addInclude(SchemaReference)
- Method in interface javax.wsdl.extensions.schema.
Schema
Add an include to this LightWeightSchema
addRedefine(SchemaReference)
- Method in interface javax.wsdl.extensions.schema.
Schema
Add a redefine to this LightWeightSchema
C
createImport()
- Method in interface javax.wsdl.extensions.schema.
Schema
Create a new schema import
createInclude()
- Method in interface javax.wsdl.extensions.schema.
Schema
Create a new schema reference to represent an include.
createRedefine()
- Method in interface javax.wsdl.extensions.schema.
Schema
Create a new schema reference to represent a redefine.
G
getDocumentBaseURI()
- Method in interface javax.wsdl.extensions.schema.
Schema
Get the document base URI of this schema
getElement()
- Method in interface javax.wsdl.extensions.schema.
Schema
Get the DOM Element that represents this schema element.
getId()
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Gets the ID attribute of the referenced schema.
getImports()
- Method in interface javax.wsdl.extensions.schema.
Schema
Get a map of lists containing all the imports defined here.
getIncludes()
- Method in interface javax.wsdl.extensions.schema.
Schema
Get a list containing all of the includes defined here.
getNamespaceURI()
- Method in interface javax.wsdl.extensions.schema.
SchemaImport
getRedefines()
- Method in interface javax.wsdl.extensions.schema.
Schema
Get a list containing all of the redefines defined here.
getReferencedSchema()
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Gets the referenced schema, represented as a LightWeightSchema.
getSchemaLocationURI()
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Gets the schemaLocation attribute of the referenced schema.
J
javax.wsdl.extensions.schema
- package javax.wsdl.extensions.schema
S
Schema
- interface javax.wsdl.extensions.schema.
Schema
.
Represents a schema element.
SchemaImport
- interface javax.wsdl.extensions.schema.
SchemaImport
.
Represents an import element within a schema element.
SchemaReference
- interface javax.wsdl.extensions.schema.
SchemaReference
.
Represents an include or a redefine element within a schema element.
setDocumentBaseURI(String)
- Method in interface javax.wsdl.extensions.schema.
Schema
Set the document base URI of this schema definition.
setElement(Element)
- Method in interface javax.wsdl.extensions.schema.
Schema
Set the DOM Element that represents this schema element.
setId(String)
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Sets the ID attribute of the referenced schema.
setNamespaceURI(String)
- Method in interface javax.wsdl.extensions.schema.
SchemaImport
setReferencedSchema(Schema)
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Sets the referenced schema to a LightWeightSchema.
setSchemaLocationURI(String)
- Method in interface javax.wsdl.extensions.schema.
SchemaReference
Sets the schemaLocation attribute of the referenced schema.
A
C
G
J
S
Package
Class
Use
Tree
Serialized
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes