|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.prt.service.soap.SOAPParameter
Class allowing to keep information on object to translate in Java type or SOAP type.
| Constructor Summary | |
SOAPParameter(QName qualifiedName,
Class type,
Object value)
Constructor |
|
| Method Summary | |
Class[] |
getArrayContainedClasses()
Get the list of class contians in the object if it is an array Only use for array of object |
QName |
getQualidiedName()
Get the qualified name corresponding to the parameter |
Class |
getType()
Get the java type corresponding to the parameter |
Object |
getValue()
Get the object value corresponding to the parameter |
void |
setArrayContainedClasses(Class[] classes)
Set the list of class contians in the object if it is an array |
void |
setValueNull()
initialize value to null |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SOAPParameter(QName qualifiedName,
Class type,
Object value)
qualifiedName - type - value - | Method Detail |
public QName getQualidiedName()
public Class getType()
public Object getValue()
public Class[] getArrayContainedClasses()
public void setArrayContainedClasses(Class[] classes)
classes - public void setValueNull()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||