org.apache.ws.jaxme.xs.xml
Class XsComplexContentType

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.XsComplexContentType

public class XsComplexContentType
extends java.lang.Object

Author:
Jochen Wiedmann

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(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
static XsComplexContentType valueOf(java.lang.String pValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY

public static final XsComplexContentType EMPTY

For elements with 'complexContent' model: The content type empty.

See Also:
XSComplexType.isEmpty(), XSComplexType.getComplexContentType()

ELEMENT_ONLY

public static final XsComplexContentType ELEMENT_ONLY

For elements with 'complexContent' model: The content type elementOnly.

See Also:
XSComplexType.isElementOnly(), XSComplexType.getComplexContentType()

MIXED

public static final XsComplexContentType MIXED

For elements with 'complexContent' model: The content type mixed.

See Also:
XSComplexType.isMixed(), XSComplexType.getComplexContentType()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

valueOf

public static XsComplexContentType valueOf(java.lang.String pValue)