public class TBindingOperationMessage extends TExtensibleDocumented
Java class for tBindingOperationMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBindingOperationMessage">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
anydocumentation| Constructor and Description |
|---|
TBindingOperationMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetName() |
void |
setName(String value)
Sets the value of the name property.
|
getAny, getOtherAttributes, isSetAny, unsetAnygetDocumentation, isSetDocumentation, setDocumentationprotected String name
Apache CXF