| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.xml.XsComplexContentType
| Field Summary | |
| static XsComplexContentType | ELEMENT_ONLYFor elements with 'complexContent' model: The content type elementOnly. | 
| static XsComplexContentType | EMPTYFor elements with 'complexContent' model: The content type empty. | 
| static XsComplexContentType | MIXEDFor 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 | 
public static final XsComplexContentType EMPTY
For elements with 'complexContent' model: The content type empty.
XSComplexType.isEmpty(), 
XSComplexType.getComplexContentType()public static final XsComplexContentType ELEMENT_ONLY
For elements with 'complexContent' model: The content type elementOnly.
XSComplexType.isElementOnly(), 
XSComplexType.getComplexContentType()public static final XsComplexContentType MIXED
For elements with 'complexContent' model: The content type mixed.
XSComplexType.isMixed(), 
XSComplexType.getComplexContentType()| Method Detail | 
public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
public static XsComplexContentType valueOf(java.lang.String pValue)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||