org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap
Class SOAPModuleImpl

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<Module>
              extended by org.ow2.easywsdl.wsdl.impl.wsdl20.binding.soap.SOAPModuleImpl
All Implemented Interfaces:
java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, SOAPModule, WSDLElement

public class SOAPModuleImpl
extends AbstractWSDLElementImpl<Module>
implements SOAPModule

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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
SOAPModuleImpl(Module m, AbstractWSDLElementImpl parent)
           
 
Method Summary
 java.lang.String getRef()
           
 boolean isRequired()
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, createDocumentation, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
equals, getParent, getSchema, getTopParent, hashCode, 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.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

SOAPModuleImpl

public SOAPModuleImpl(Module m,
                      AbstractWSDLElementImpl parent)
Method Detail

getRef

public java.lang.String getRef()
Specified by:
getRef in interface SOAPModule

isRequired

public boolean isRequired()
Specified by:
isRequired in interface SOAPModule


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