public class XsComplexContentType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
static XsComplexContentType |
valueOf(java.lang.String pValue) |
public static final XsComplexContentType EMPTY
For elements with 'complexContent' model: The content type empty.
public static final XsComplexContentType ELEMENT_ONLY
For elements with 'complexContent' model: The content type elementOnly.
public static final XsComplexContentType MIXED
For elements with 'complexContent' model: The content type mixed.
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static XsComplexContentType valueOf(java.lang.String pValue)