|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPHeaderBase
A representation of the model object 'Header Base'.
The following features are supported:
SOAPPackage.getSOAPHeaderBase()
Method Summary | |
---|---|
EList |
getEEncodingStyles()
Returns the value of the 'EEncoding Styles' attribute list. |
Message |
getEMessage()
Returns the value of the 'EMessage' reference |
java.util.List |
getEncodingStyles()
|
Part |
getEPart()
Returns the value of the 'EPart' reference |
javax.xml.namespace.QName |
getMessage()
Returns the value of the 'Message' attribute |
java.lang.String |
getNamespaceURI()
Returns the value of the 'Namespace URI' attribute |
java.lang.String |
getPart()
Returns the value of the 'Part' attribute |
java.lang.String |
getUse()
Returns the value of the 'Use' attribute |
void |
setEMessage(Message value)
Sets the value of the ' EMessage ' reference |
void |
setEncodingStyles(java.util.List encodingStyles)
|
void |
setEPart(Part value)
Sets the value of the ' EPart ' reference |
void |
setMessage(javax.xml.namespace.QName value)
Sets the value of the ' Message ' attribute |
void |
setNamespaceURI(java.lang.String value)
Sets the value of the ' Namespace URI ' attribute |
void |
setPart(java.lang.String value)
Sets the value of the ' Part ' 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 |
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...
setUse(String)
,
SOAPPackage.getSOAPHeaderBase_Use()
void setUse(java.lang.String value)
Use
' attribute.
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...
setNamespaceURI(String)
,
SOAPPackage.getSOAPHeaderBase_NamespaceURI()
void setNamespaceURI(java.lang.String value)
Namespace URI
' attribute.
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.getSOAPHeaderBase_EEncodingStyles()
Message getEMessage()
If the meaning of the 'EMessage' reference isn't clear, there really should be more of a description here...
setEMessage(Message)
,
SOAPPackage.getSOAPHeaderBase_EMessage()
void setEMessage(Message value)
EMessage
' reference.
value
- the new value of the 'EMessage' reference.getEMessage()
Part getEPart()
If the meaning of the 'EPart' reference isn't clear, there really should be more of a description here...
setEPart(Part)
,
SOAPPackage.getSOAPHeaderBase_EPart()
void setEPart(Part value)
EPart
' reference.
value
- the new value of the 'EPart' reference.getEPart()
javax.xml.namespace.QName getMessage()
setMessage(QName)
,
SOAPPackage.getSOAPHeaderBase_Message()
void setMessage(javax.xml.namespace.QName value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
java.lang.String getPart()
setPart(String)
,
SOAPPackage.getSOAPHeaderBase_Part()
void setPart(java.lang.String value)
Part
' attribute.
value
- the new value of the 'Part' attribute.getPart()
java.util.List getEncodingStyles()
void setEncodingStyles(java.util.List encodingStyles)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |