public class SOAP12BodyImpl extends Object implements SOAP12Body
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected String |
encodingStyle |
protected String |
namespaceURI |
protected List |
parts |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
use |
Constructor and Description |
---|
SOAP12BodyImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
String |
getEncodingStyle()
Get the encodingStyle 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 |
setEncodingStyle(String encodingStyle)
Set the encodingStyle 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 String encodingStyle
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)
setParts
in interface SOAP12Body
parts
- the desired partspublic List getParts()
getParts
in interface SOAP12Body
public void setUse(String use)
setUse
in interface SOAP12Body
use
- the desired usepublic String getUse()
getUse
in interface SOAP12Body
public void setEncodingStyle(String encodingStyle)
setEncodingStyle
in interface SOAP12Body
encodingStyle
- the desired encodingStylepublic String getEncodingStyle()
getEncodingStyle
in interface SOAP12Body
public void setNamespaceURI(String namespaceURI)
setNamespaceURI
in interface SOAP12Body
namespaceURI
- the desired namespace URIpublic String getNamespaceURI()
getNamespaceURI
in interface SOAP12Body
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.