Package org.ow2.easywsdl.schema.impl
Class AttributeImpl
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Attribute,Type>
-
- org.ow2.easywsdl.schema.impl.AttributeImpl
-
- All Implemented Interfaces:
Serializable,AbsItfAttribute<Type>,Attribute,SchemaElement
public class AttributeImpl extends AbstractAttributeImpl<org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Attribute,Type> implements Attribute
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute
AbsItfAttribute.Use
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl
referencedAttribute, type
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AttributeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Attribute model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetNamespaceUri()AbsItfAttribute.UsegetUse()StringgetValue()-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractAttributeImpl
getSchema, getType, setType, toString
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, 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.AbsItfAttribute
getType, setType
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Constructor Detail
-
AttributeImpl
public AttributeImpl(org.ow2.easywsdl.schema.org.w3._2001.xmlschema.Attribute model, AbstractSchemaElementImpl parent)- Parameters:
model-parent-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceAbsItfAttribute<Type>
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceAbsItfAttribute<Type>
-
getValue
public String getValue()
- Specified by:
getValuein interfaceAbsItfAttribute<Type>
-
getUse
public AbsItfAttribute.Use getUse()
- Specified by:
getUsein interfaceAbsItfAttribute<Type>
-
-