public class TBindingOperationFault extends TExtensibleDocumented
Java class for tBindingOperationFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tBindingOperationFault"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented"> <attribute name="name" use="required" 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 |
any
documentation
Constructor and Description |
---|
TBindingOperationFault() |
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, unsetAny
getDocumentation, isSetDocumentation, setDocumentation
protected String name
Copyright © 2018 JBoss by Red Hat. All rights reserved.