|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SOAPBody
Method Summary | |
java.util.List |
getEncodingStyles()
Get the encodingStyles for this SOAP body. |
java.lang.String |
getNamespaceURI()
Get the namespace URI for this SOAP body. |
java.util.List |
getParts()
Get the parts for this SOAP body. |
java.lang.String |
getUse()
Get the use for this SOAP body. |
void |
setEncodingStyles(java.util.List encodingStyles)
Set the encodingStyles for this SOAP body. |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP body. |
void |
setParts(java.util.List parts)
Set the parts for this SOAP body. |
void |
setUse(java.lang.String use)
Set the use for this SOAP body. |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
getElementType, getRequired, setElementType, setRequired |
Method Detail |
public void setParts(java.util.List parts)
parts
- the desired partspublic java.util.List getParts()
public void setUse(java.lang.String use)
use
- the desired usepublic java.lang.String getUse()
public void setEncodingStyles(java.util.List encodingStyles)
encodingStyles
- the desired encodingStylespublic java.util.List getEncodingStyles()
public void setNamespaceURI(java.lang.String namespaceURI)
public java.lang.String getNamespaceURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |