Package org.ow2.easywsdl.schema.impl
Class EnumerationImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractEnumerationImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.NoFixedFacet>
-
- org.ow2.easywsdl.schema.impl.EnumerationImpl
-
- All Implemented Interfaces:
Serializable,AbsItfEnumeration,Enumeration,SchemaElement
public class EnumerationImpl extends AbstractEnumerationImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.NoFixedFacet> implements Enumeration
- Author:
- Nicolas Boissel-Dallier - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description EnumerationImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.NoFixedFacet model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementcreateElement()StringgetValue()voidsetValue(String value)-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractEnumerationImpl
toString
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
EnumerationImpl
public EnumerationImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.NoFixedFacet model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
createElement
public Element createElement()
-
getValue
public String getValue()
- Specified by:
getValuein interfaceAbsItfEnumeration
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceAbsItfEnumeration
-
-