Package org.ow2.easywsdl.schema.impl
Class RestrictionImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Restriction,Enumeration>
-
- org.ow2.easywsdl.schema.impl.RestrictionImpl
-
- All Implemented Interfaces:
Serializable,AbsItfRestriction<Enumeration>,Restriction,SchemaElement
public class RestrictionImpl extends AbstractRestrictionImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Restriction,Enumeration> implements Restriction
- Author:
- Nicolas Boissel-Dallier - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl
enums
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description RestrictionImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Restriction model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEnumeration(Enumeration enumeration)EnumerationcreateEnumeration()QNamegetBase()voidsetBase(QName base)-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl
getEnumerations
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfRestriction
getEnumerations
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
RestrictionImpl
public RestrictionImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Restriction model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
createEnumeration
public Enumeration createEnumeration()
- Specified by:
createEnumerationin interfaceAbsItfRestriction<Enumeration>
-
addEnumeration
public void addEnumeration(Enumeration enumeration)
- Specified by:
addEnumerationin interfaceAbsItfRestriction<Enumeration>- Overrides:
addEnumerationin classAbstractRestrictionImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Restriction,Enumeration>
-
getBase
public QName getBase()
- Specified by:
getBasein interfaceAbsItfRestriction<Enumeration>
-
setBase
public void setBase(QName base)
- Specified by:
setBasein interfaceAbsItfRestriction<Enumeration>
-
-