org.apache.woden.internal.wsdl20
Class NestedImpl

java.lang.Object
  extended byorg.apache.woden.internal.wsdl20.WSDLElementImpl
      extended byorg.apache.woden.internal.wsdl20.WSDLObjectImpl
          extended byorg.apache.woden.internal.wsdl20.DocumentableImpl
              extended byorg.apache.woden.internal.wsdl20.NestedImpl
All Implemented Interfaces:
AttributeExtensible, DocumentableElement, ElementExtensible, NestedComponent, NestedElement, WSDLComponent, WSDLElement
Direct Known Subclasses:
BindingFaultImpl, BindingFaultReferenceImpl, BindingMessageReferenceImpl, BindingOperationImpl, EndpointImpl, InterfaceFaultImpl, InterfaceFaultReferenceImpl, InterfaceMessageReferenceImpl, InterfaceOperationImpl

public abstract class NestedImpl
extends DocumentableImpl
implements NestedComponent, NestedElement

This abstract superclass implements support for accessing or setting the 'parent' of a nested WSDL component. All such classes will directly or indirectly extend this abstract class.

Author:
jkaputin@apache.org

Constructor Summary
NestedImpl()
           
 
Method Summary
 WSDLComponent getParent()
          Returns a WSDLComponent representing the parent of this nested component.
 WSDLElement getParentElement()
           
 void setParentElement(WSDLElement parent)
           
 
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl
addDocumentationElement, getDocumentationElements
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLObjectImpl
containsComponent, equals, getComponentExtensionsForNamespace, setComponentExtensions
 
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl
addExtensionElement, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, setExtensionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent
equals, getComponentExtensionsForNamespace
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
 
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
 

Constructor Detail

NestedImpl

public NestedImpl()
Method Detail

getParent

public WSDLComponent getParent()
Description copied from interface: NestedComponent
Returns a WSDLComponent representing the parent of this nested component.

Specified by:
getParent in interface NestedComponent
Returns:
the parent WSDLComponent

setParentElement

public void setParentElement(WSDLElement parent)
Specified by:
setParentElement in interface NestedElement

getParentElement

public WSDLElement getParentElement()
Specified by:
getParentElement in interface NestedElement


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.