Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

oracle.j2ee.ws.client.wsdl
Interface Part


public interface Part

This interface represents a message part and contains the part's name, elementName, and typeName.


Method Summary
 org.apache.soap.util.xml.QName getComponentType()
          Returns the qualified name of the component type of an array.
 org.w3c.dom.Element getDocumentationElement()
          Get the documentation element.
 org.apache.soap.util.xml.QName getElementName()
          Returns the qualified name of the part type
 java.lang.String getName()
          Get the name of this part.
 org.apache.soap.util.xml.QName getTypeName()
          Returns the qualified name of the part type
 boolean isArrayType()
          Returns true if the part complexType is an Array defined according to the SOAP/WSDL specs.

 

Method Detail

getName

public java.lang.String getName()
Get the name of this part.
Returns:
the part name

getElementName

public org.apache.soap.util.xml.QName getElementName()
Returns the qualified name of the part type

getTypeName

public org.apache.soap.util.xml.QName getTypeName()
Returns the qualified name of the part type

isArrayType

public boolean isArrayType()
Returns true if the part complexType is an Array defined according to the SOAP/WSDL specs. If the Part if defined with an element, it returns false.

getComponentType

public org.apache.soap.util.xml.QName getComponentType()
Returns the qualified name of the component type of an array. If the part type is not an array, returns null.

getDocumentationElement

public org.w3c.dom.Element getDocumentationElement()
Get the documentation element.
Returns:
the documentation element

Oracle Application Server Web Services Proxy API Reference
10g (9.0.4)

B10395-01

Copyright © 2002, 2003 Oracle Corporation. All Rights Reserved.