Package | Description |
---|---|
org.exolab.castor.xml.schema |
Modifier and Type | Class and Description |
---|---|
class |
SimpleContent
An extension of the ContentType to support simple content
extension and restriction for complexTypes.
|
Modifier and Type | Field and Description |
---|---|
static ContentType |
ContentType.any |
static ContentType |
ContentType.elemOnly |
static ContentType |
ContentType.empty |
static ContentType |
ContentType.mixed |
static ContentType |
ContentType.textOnly |
Modifier and Type | Method and Description |
---|---|
ContentType |
ComplexType.getContentType()
Returns the content type of this ComplexType.
|
static ContentType |
ContentType.valueOf(String contentType)
Creates a new ContentType based on the given String
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexType.setContentType(ContentType contentType)
Sets the content type of this complexType.
|
Copyright © 2021. All rights reserved.