public class SOAPBodyImpl extends Object implements SOAPBody
| Modifier and Type | Field and Description |
|---|---|
protected QName |
elementType |
protected List |
encodingStyles |
protected String |
namespaceURI |
protected List |
parts |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
use |
| Constructor and Description |
|---|
SOAPBodyImpl() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
List |
getEncodingStyles()
Get the encodingStyles for this SOAP body.
|
String |
getNamespaceURI()
Get the namespace URI for this SOAP body.
|
List |
getParts()
Get the parts for this SOAP body.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
String |
getUse()
Get the use for this SOAP body.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setEncodingStyles(List encodingStyles)
Set the encodingStyles for this SOAP body.
|
void |
setNamespaceURI(String namespaceURI)
Set the namespace URI for this SOAP body.
|
void |
setParts(List parts)
Set the parts for this SOAP body.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setUse(String use)
Set the use for this SOAP body.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected List parts
protected String use
protected List encodingStyles
protected String namespaceURI
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType in interface ExtensibilityElementelementType - the typepublic QName getElementType()
getElementType in interface ExtensibilityElementpublic void setRequired(Boolean required)
setRequired in interface ExtensibilityElementpublic Boolean getRequired()
getRequired in interface ExtensibilityElementpublic void setParts(List parts)
public List getParts()
public void setUse(String use)
public String getUse()
public void setEncodingStyles(List encodingStyles)
setEncodingStyles in interface SOAPBodyencodingStyles - the desired encodingStylespublic List getEncodingStyles()
getEncodingStyles in interface SOAPBodypublic void setNamespaceURI(String namespaceURI)
setNamespaceURI in interface SOAPBodynamespaceURI - the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI in interface SOAPBodyCopyright © 2019 JBoss by Red Hat. All rights reserved.