Uses of Class
org.exolab.castor.xml.schema.ContentType
Packages that use ContentType
-
Uses of ContentType in org.exolab.castor.xml.schema
Subclasses of ContentType in org.exolab.castor.xml.schemaModifier and TypeClassDescriptionclass
An extension of the ContentType to support simple content extension and restriction for complexTypes.Fields in org.exolab.castor.xml.schema declared as ContentTypeModifier and TypeFieldDescriptionstatic final ContentType
ContentType.any
static final ContentType
ContentType.elemOnly
static final ContentType
ContentType.empty
static final ContentType
ContentType.mixed
static final ContentType
ContentType.textOnly
Methods in org.exolab.castor.xml.schema that return ContentTypeModifier and TypeMethodDescriptionComplexType.getContentType()
Returns the content type of this ComplexType.static ContentType
Creates a new ContentType based on the given StringMethods in org.exolab.castor.xml.schema with parameters of type ContentTypeModifier and TypeMethodDescriptionvoid
ComplexType.setContentType
(ContentType contentType) Sets the content type of this complexType.