org.apache.ws.jaxme.xs.xml
public class XsComplexContentType extends Object
| Field Summary | |
|---|---|
| static XsComplexContentType | ELEMENT_ONLY For elements with 'complexContent' model: The content type elementOnly. |
| static XsComplexContentType | EMPTY For elements with 'complexContent' model: The content type empty. |
| static XsComplexContentType | MIXED For elements with 'complexContent' model: The content type mixed. |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
| String | toString() |
| static XsComplexContentType | valueOf(String pValue) |
For elements with 'complexContent' model: The content type elementOnly.
See Also: isElementOnly getComplexContentType
For elements with 'complexContent' model: The content type empty.
See Also: isEmpty getComplexContentType
For elements with 'complexContent' model: The content type mixed.
See Also: isMixed getComplexContentType