org.ow2.easywsdl.schema.decorator
Class DecoratorElementImpl<T extends AbsItfType>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
org.ow2.easywsdl.schema.decorator.Decorator<AbsItfElement<T>>
org.ow2.easywsdl.schema.decorator.DecoratorElementImpl<T>
- All Implemented Interfaces:
- java.io.Serializable, SchemaElement
public abstract class DecoratorElementImpl<T extends AbsItfType>
- extends Decorator<AbsItfElement<T>>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DecoratorElementImpl
public DecoratorElementImpl(AbsItfElement<T> element,
java.lang.Class<? extends T> tSImpl,
java.lang.Class<? extends T> tCImpl)
throws SchemaException
- Throws:
SchemaException
getQName
public javax.xml.namespace.QName getQName()
getType
public T getType()
getMaxOccurs
public java.lang.String getMaxOccurs()
getMinOccurs
public int getMinOccurs()
setMaxOccurs
public void setMaxOccurs(java.lang.String max)
setMinOccurs
public void setMinOccurs(int min)
setQName
public void setQName(javax.xml.namespace.QName name)
setType
public void setType(T type)
getRef
public javax.xml.namespace.QName getRef()
setRef
public void setRef(javax.xml.namespace.QName name)
isNillable
public boolean isNillable()
setNillable
public void setNillable(boolean nill)
getForm
public FormChoice getForm()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.