Package org.ow2.easywsdl.schema.impl
Class SimpleTypeImpl
- 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<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleType,String,Attribute,Restriction>
-
- org.ow2.easywsdl.schema.impl.SimpleTypeImpl
-
- All Implemented Interfaces:
Serializable,AbsItfSimpleType<Attribute,Restriction>,AbsItfType,SchemaElement,SimpleType,Type
public class SimpleTypeImpl extends AbstractSimpleTypeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleType,String,Attribute,Restriction> implements SimpleType
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleTypeImpl
restriction
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description SimpleTypeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleType model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestrictioncreateRestriction()QNamegetQName()voidsetQName(QName name)voidsetRestriction(Restriction restriction)-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSimpleTypeImpl
getRestriction
-
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
getRestriction
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
SimpleTypeImpl
public SimpleTypeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleType model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
getQName
public QName getQName()
- Specified by:
getQNamein interfaceAbsItfType
-
setQName
public void setQName(QName name)
- Specified by:
setQNamein interfaceAbsItfType
-
setRestriction
public void setRestriction(Restriction restriction)
- Specified by:
setRestrictionin interfaceAbsItfSimpleType<Attribute,Restriction>- Overrides:
setRestrictionin classAbstractSimpleTypeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.SimpleType,String,Attribute,Restriction>
-
createRestriction
public Restriction createRestriction()
- Specified by:
createRestrictionin interfaceAbsItfSimpleType<Attribute,Restriction>
-
-