|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Based on javax.wsdl.extensions.SOAPFault.
Method Summary | |
java.lang.String |
getEncodingStyle()
Get the encodingStyle for this SOAP fault. |
java.lang.String |
getName()
Get the name for this SOAP fault. |
java.lang.String |
getNamespaceURI()
Get the namespace URI for this SOAP fault. |
java.lang.String |
getUse()
Get the use for this SOAP fault. |
void |
setEncodingStyle(java.lang.String encodingStyle)
Set the encodingStyle for this SOAP fault. |
void |
setName(java.lang.String name)
Set the name for this SOAP fault. |
void |
setNamespaceURI(java.lang.String namespaceURI)
Set the namespace URI for this SOAP fault. |
void |
setUse(java.lang.String use)
Set the use for this SOAP fault. |
Methods inherited from interface javax.wsdl.extensions.ExtensibilityElement |
getElementType, getRequired, setElementType, setRequired |
Method Detail |
public void setName(java.lang.String name)
name
- the desired namepublic java.lang.String getName()
public void setUse(java.lang.String use)
use
- the desired usepublic java.lang.String getUse()
public void setEncodingStyle(java.lang.String encodingStyle)
encodingStyle
- the desired encodingStylepublic java.lang.String getEncodingStyle()
public void setNamespaceURI(java.lang.String namespaceURI)
namespaceURI
- the desired namespace URIpublic java.lang.String getNamespaceURI()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |