Class AbstractSimpleTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V,A extends AbsItfAttribute,R extends AbsItfRestriction>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl<E,V>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleTypeImpl<E,V,A,R>
-
- All Implemented Interfaces:
Serializable,AbsItfSimpleType<A,R>,AbsItfType,SchemaElement
- Direct Known Subclasses:
SimpleTypeImpl
public abstract class AbstractSimpleTypeImpl<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V,A extends AbsItfAttribute,R extends AbsItfRestriction> extends AbstractTypeImpl<E,V> implements AbsItfSimpleType<A,R>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Rrestriction-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractSimpleTypeImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RgetRestriction()voidsetRestriction(R restriction)-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractTypeImpl
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.absItf.AbsItfSimpleType
createRestriction
-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfType
getQName, setQName
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Field Detail
-
restriction
protected R extends AbsItfRestriction restriction
-
-
Constructor Detail
-
AbstractSimpleTypeImpl
public AbstractSimpleTypeImpl(E model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
getRestriction
public R getRestriction()
- Specified by:
getRestrictionin interfaceAbsItfSimpleType<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V>
-
setRestriction
public void setRestriction(R restriction)
- Specified by:
setRestrictionin interfaceAbsItfSimpleType<E extends org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Annotated,V>
-
-