|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaContent | |
---|---|
org.apache.ws.commons.schema |
Uses of XmlSchemaContent in org.apache.ws.commons.schema |
---|
Subclasses of XmlSchemaContent in org.apache.ws.commons.schema | |
---|---|
class |
XmlSchemaComplexContentExtension
Class for complex types with a complex content model derived by extension. |
class |
XmlSchemaComplexContentRestriction
Class for complex types with a complex content model that are derived by restriction. |
class |
XmlSchemaSimpleContentExtension
Class for simple types that are derived by extension. |
class |
XmlSchemaSimpleContentRestriction
Class for simple types that are derived by restriction. |
Methods in org.apache.ws.commons.schema that return XmlSchemaContent | |
---|---|
XmlSchemaContent |
XmlSchemaSimpleContent.getContent()
|
abstract XmlSchemaContent |
XmlSchemaContentModel.getContent()
|
XmlSchemaContent |
XmlSchemaComplexContent.getContent()
|
Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaContent | |
---|---|
void |
XmlSchemaSimpleContent.setContent(XmlSchemaContent content)
|
abstract void |
XmlSchemaContentModel.setContent(XmlSchemaContent content)
|
void |
XmlSchemaComplexContent.setContent(XmlSchemaContent content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |