public class TBody extends TExtensibilityElement
Java class for tBody complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBody">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attGroup ref="{http://schemas.xmlsoap.org/wsdl/soap/}tBodyAttributes"/>
<attribute name="parts" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
encodingStyle |
protected String |
namespace |
protected List<String> |
parts |
protected UseChoice |
use |
required| Constructor and Description |
|---|
TBody() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEncodingStyle()
Gets the value of the encodingStyle property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
List<String> |
getParts()
Gets the value of the parts property.
|
UseChoice |
getUse()
Gets the value of the use property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setUse(UseChoice value)
Sets the value of the use property.
|
isRequired, setRequiredpublic List<String> getParts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parts property.
For example, to add a new item, do as follows:
getParts().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getEncodingStyle()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the encodingStyle property.
For example, to add a new item, do as follows:
getEncodingStyle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public UseChoice getUse()
UseChoicepublic void setUse(UseChoice value)
value - allowed object is
UseChoicepublic String getNamespace()
StringCopyright © 2013 The Kuali Foundation. All Rights Reserved.