|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.Part
public class Part
WSIF representation of a WSDL Part
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 |
---|
public java.lang.String getName()
public javax.xml.namespace.QName getType()
public java.lang.Class getJavaClass()
public void setJavaClass(java.lang.Class javaClass)
javaClass
- The javaClass to setpublic javax.wsdl.Part getWsdlPart()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- The value to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |