org.ow2.easywsdl.wsdl.decorator
Class DecoratorPartImpl

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<Part>
                  extended by org.ow2.easywsdl.wsdl.decorator.DecoratorPartImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement

public abstract class DecoratorPartImpl
extends Decorator<Part>

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
DecoratorPartImpl(Part part)
           
 
Method Summary
 org.ow2.easywsdl.schema.api.Element getElement()
           
 javax.xml.namespace.QName getPartQName()
           
 org.ow2.easywsdl.schema.api.Type getType()
           
 void setElement(org.ow2.easywsdl.schema.api.Element arg0)
           
 void setPartQName(javax.xml.namespace.QName arg0)
           
 void setType(org.ow2.easywsdl.schema.api.Type 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

DecoratorPartImpl

public DecoratorPartImpl(Part part)
                  throws WSDLException
Throws:
WSDLException
Method Detail

getElement

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

getPartQName

public javax.xml.namespace.QName getPartQName()

getType

public org.ow2.easywsdl.schema.api.Type getType()

setElement

public void setElement(org.ow2.easywsdl.schema.api.Element arg0)

setPartQName

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

setType

public void setType(org.ow2.easywsdl.schema.api.Type arg0)


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