public interface TBindingOperation extends TExtensibleDocumented
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TBindingOperation.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| TBindingOperationFault | addNewFault()Appends and returns a new empty value (as xml) as the last "fault" element | 
| TBindingOperationMessage | addNewInput()Appends and returns a new empty "input" element | 
| TBindingOperationMessage | addNewOutput()Appends and returns a new empty "output" element | 
| TBindingOperationFault[] | getFaultArray()Deprecated.   | 
| TBindingOperationFault | getFaultArray(int i)Gets ith "fault" element | 
| List<TBindingOperationFault> | getFaultList()Gets a List of "fault" elements | 
| TBindingOperationMessage | getInput()Gets the "input" element | 
| String | getName()Gets the "name" attribute | 
| TBindingOperationMessage | getOutput()Gets the "output" element | 
| TBindingOperationFault | insertNewFault(int i)Inserts and returns a new empty value (as xml) as the ith "fault" element | 
| boolean | isSetInput()True if has "input" element | 
| boolean | isSetOutput()True if has "output" element | 
| void | removeFault(int i)Removes the ith "fault" element | 
| void | setFaultArray(int i,
             TBindingOperationFault fault)Sets ith "fault" element | 
| void | setFaultArray(TBindingOperationFault[] faultArray)Sets array of all "fault" element | 
| void | setInput(TBindingOperationMessage input)Sets the "input" element | 
| void | setName(String name)Sets the "name" attribute | 
| void | setOutput(TBindingOperationMessage output)Sets the "output" element | 
| int | sizeOfFaultArray()Returns number of "fault" element | 
| void | unsetInput()Unsets the "input" element | 
| void | unsetOutput()Unsets the "output" element | 
| org.apache.xmlbeans.XmlNCName | xgetName()Gets (as xml) the "name" attribute | 
| void | xsetName(org.apache.xmlbeans.XmlNCName name)Sets (as xml) the "name" attribute | 
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentationchangeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextTBindingOperationMessage getInput()
boolean isSetInput()
void setInput(TBindingOperationMessage input)
TBindingOperationMessage addNewInput()
void unsetInput()
TBindingOperationMessage getOutput()
boolean isSetOutput()
void setOutput(TBindingOperationMessage output)
TBindingOperationMessage addNewOutput()
void unsetOutput()
List<TBindingOperationFault> getFaultList()
TBindingOperationFault[] getFaultArray()
TBindingOperationFault getFaultArray(int i)
int sizeOfFaultArray()
void setFaultArray(TBindingOperationFault[] faultArray)
void setFaultArray(int i,
                   TBindingOperationFault fault)
TBindingOperationFault insertNewFault(int i)
TBindingOperationFault addNewFault()
void removeFault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
Copyright © 2019. All Rights Reserved.