|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| org.apache.woden.schema | |
| org.apache.woden.wsdl20.xml | |
| Uses of Schema in org.apache.woden.schema |
|---|
| Subinterfaces of Schema in org.apache.woden.schema | |
|---|---|
interface |
ImportedSchema
This interface represents a schema import element, <xs:import>. |
interface |
InlinedSchema
This interface represents an inlined schema element, <xs:schema>. |
| Uses of Schema in org.apache.woden.wsdl20.xml |
|---|
| Methods in org.apache.woden.wsdl20.xml that return Schema | |
|---|---|
Schema[] |
TypesElement.getSchemas()
Return the schemas inlined or imported directly within this <types> element. |
Schema[] |
TypesElement.getSchemas(java.net.URI namespace)
Return the schemas inlined or imported directly within this <types> element whose target namespace matches the specified namespace. |
| Methods in org.apache.woden.wsdl20.xml with parameters of type Schema | |
|---|---|
void |
TypesElement.addSchema(Schema schema)
Add a Schema object for a schema inlined or imported within the <types> element. |
void |
TypesElement.removeSchema(Schema schema)
Delete the specified Schema object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||