org.apache.wsif.providers
Class Part

java.lang.Object
  extended by org.apache.wsif.providers.Part
All Implemented Interfaces:
java.io.Serializable

public class Part
extends java.lang.Object
implements java.io.Serializable

WSIF representation of a WSDL Part

Author:
Ant Elder
See Also:
Serialized Form

Method Summary
 java.lang.Class getJavaClass()
          Returns the javaClass the Part type represents.
 java.lang.String getName()
          Returns the name of the Part.
 javax.xml.namespace.QName getType()
          Returns the type of the Part.
 java.lang.Object getValue()
          Returns the value.
 javax.wsdl.Part getWsdlPart()
          Returns the wsdlPart object for the part.
 void setJavaClass(java.lang.Class javaClass)
          Sets the javaClass the Part type represents.
 void setValue(java.lang.Object value)
          Sets the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the Part.

Returns:
String

getType

public javax.xml.namespace.QName getType()
Returns the type of the Part.

Returns:
QName

getJavaClass

public java.lang.Class getJavaClass()
Returns the javaClass the Part type represents.

Returns:
Class

setJavaClass

public void setJavaClass(java.lang.Class javaClass)
Sets the javaClass the Part type represents.

Parameters:
javaClass - The javaClass to set

getWsdlPart

public javax.wsdl.Part getWsdlPart()
Returns the wsdlPart object for the part.

Returns:
javax.wsdl.Part

getValue

public java.lang.Object getValue()
Returns the value.

Returns:
Object

setValue

public void setValue(java.lang.Object value)
Sets the value.

Parameters:
value - The value to set


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.