|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SOAPFault
A representation of the model object 'Fault'.
The following features are supported:
SOAPPackage.getSOAPFault()
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getNamespaceURI()
Returns the value of the 'Namespace URI' attribute |
java.lang.String |
getUse()
Returns the value of the 'Use' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' 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.SOAPFault |
---|
getEncodingStyles, setEncodingStyles |
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.SOAPFault
setUse(String)
,
SOAPPackage.getSOAPFault_Use()
void setUse(java.lang.String value)
Use
' attribute.
setUse
in interface javax.wsdl.extensions.soap.SOAPFault
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.SOAPFault
setNamespaceURI(String)
,
SOAPPackage.getSOAPFault_NamespaceURI()
void setNamespaceURI(java.lang.String value)
Namespace URI
' attribute.
setNamespaceURI
in interface javax.wsdl.extensions.soap.SOAPFault
value
- the new value of the 'Namespace URI' attribute.getNamespaceURI()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface javax.wsdl.extensions.soap.SOAPFault
setName(String)
,
SOAPPackage.getSOAPFault_Name()
void setName(java.lang.String value)
Name
' attribute.
setName
in interface javax.wsdl.extensions.soap.SOAPFault
value
- the new value of the 'Name' attribute.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |