org.ow2.easywsdl.wsdl.decorator
Class DecoratorParamImpl<P extends AbsItfParam>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<P>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorParamImpl<P>
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement
Direct Known Subclasses:
DecoratorFaultImpl, DecoratorInputImpl, DecoratorOutputImpl

public abstract class DecoratorParamImpl<P extends AbsItfParam>
extends Decorator<P>

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorParamImpl(AbsItfParam param)
           
 
Method Summary
 org.ow2.easywsdl.schema.api.Element getElement()
           
 javax.xml.namespace.QName getMessageName()
           
 java.lang.String getName()
           
 Part getPart(java.lang.String arg0)
           
 java.util.List<Part> getParts()
           
 void setElement(org.ow2.easywsdl.schema.api.Element arg0)
           
 void setMessageName(javax.xml.namespace.QName arg0)
           
 void setName(java.lang.String arg0)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecoratorParamImpl

public DecoratorParamImpl(AbsItfParam param)
                   throws WSDLException
Throws:
WSDLException
Method Detail

getElement

public org.ow2.easywsdl.schema.api.Element getElement()

getMessageName

public javax.xml.namespace.QName getMessageName()

getName

public java.lang.String getName()

getPart

public Part getPart(java.lang.String arg0)

getParts

public java.util.List<Part> getParts()

setElement

public void setElement(org.ow2.easywsdl.schema.api.Element arg0)
                throws WSDLException
Throws:
WSDLException

setMessageName

public void setMessageName(javax.xml.namespace.QName arg0)

setName

public void setName(java.lang.String arg0)
             throws WSDLException
Throws:
WSDLException


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.