|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPBody
A representation of the model object 'Body'.
The following features are supported:
SOAPPackage.getSOAPBody()
Method Summary | |
---|---|
EList |
getEEncodingStyles()
Returns the value of the 'EEncoding Styles' attribute list. |
EList |
getEParts()
Returns the value of the 'EParts' reference list. |
java.lang.String |
getNamespaceURI()
Returns the value of the 'Namespace URI' attribute |
java.lang.String |
getUse()
Returns the value of the 'Use' attribute |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the ' Namespace URI ' attribute |
void |
setUse(java.lang.String value)
Sets the value of the ' Use ' attribute |
Methods inherited from interface org.eclipse.wst.wsdl.ExtensibilityElement |
---|
getElementType, isRequired, setElementType, setRequired |
Methods inherited from interface org.eclipse.wst.wsdl.WSDLElement |
---|
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getRequired, setRequired |
Methods inherited from interface javax.wsdl.extensions.soap.SOAPBody |
---|
getEncodingStyles, getParts, setEncodingStyles, setParts |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
---|
getRequired, setRequired |
Method Detail |
---|
java.lang.String getUse()
If the meaning of the 'Use' attribute isn't clear, there really should be more of a description here...
getUse
in interface javax.wsdl.extensions.soap.SOAPBody
setUse(String)
,
SOAPPackage.getSOAPBody_Use()
void setUse(java.lang.String value)
Use
' attribute.
setUse
in interface javax.wsdl.extensions.soap.SOAPBody
value
- the new value of the 'Use' attribute.getUse()
java.lang.String getNamespaceURI()
If the meaning of the 'Namespace URI' attribute isn't clear, there really should be more of a description here...
getNamespaceURI
in interface javax.wsdl.extensions.soap.SOAPBody
setNamespaceURI(String)
,
SOAPPackage.getSOAPBody_NamespaceURI()
void setNamespaceURI(java.lang.String value)
Namespace URI
' attribute.
setNamespaceURI
in interface javax.wsdl.extensions.soap.SOAPBody
value
- the new value of the 'Namespace URI' attribute.getNamespaceURI()
EList getEEncodingStyles()
String
.
If the meaning of the 'EEncoding Styles' attribute list isn't clear, there really should be more of a description here...
SOAPPackage.getSOAPBody_EEncodingStyles()
EList getEParts()
Part
.
If the meaning of the 'EParts' reference list isn't clear, there really should be more of a description here...
SOAPPackage.getSOAPBody_EParts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |