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 ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setParts(List parts)
public List getParts()
public void setUse(String use)
public String getUse()
public void setEncodingStyles(List encodingStyles)
setEncodingStyles
in interface SOAPBody
encodingStyles
- the desired encodingStylespublic List getEncodingStyles()
getEncodingStyles
in interface SOAPBody
public void setNamespaceURI(String namespaceURI)
setNamespaceURI
in interface SOAPBody
namespaceURI
- the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI
in interface SOAPBody
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.