|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.xs.xml
Interface XsEEnumeration

- All Superinterfaces:
- XsObject, XsTAnnotated, XsTFacetBase, XsTOpenAttrs
- public interface XsEEnumeration
- extends XsTFacetBase
Interface of an xs:enumeration element,
following this specification:
<xs:element name="enumeration" id="enumeration" type="xs:noFixedFacet">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-enumeration"/>
</xs:annotation>
</xs:element>
| Method Summary | |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String pValue)
|
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTFacetBase |
getFacetName |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated |
createAnnotation, getAnnotation, getId, setId |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs |
getOpenAttributes |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject |
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate |
| Method Detail |
setValue
public void setValue(java.lang.String pValue)
getValue
public java.lang.String getValue()
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC