public interface BindingOperationType extends ExtensibleDocumentedType
| Modifier and Type | Interface and Description |
|---|---|
static class |
BindingOperationType.Factory
A 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 |
|---|---|
BindingOperationFaultType |
addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
BindingOperationMessageType |
addNewInput()
Appends and returns a new empty value (as xml) as the last "input" element
|
BindingOperationFaultType |
addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
BindingOperationMessageType |
addNewOutput()
Appends and returns a new empty value (as xml) as the last "output" element
|
BindingOperationFaultType[] |
getInfaultArray()
Gets array of all "infault" elements
|
BindingOperationFaultType |
getInfaultArray(int i)
Gets ith "infault" element
|
BindingOperationMessageType[] |
getInputArray()
Gets array of all "input" elements
|
BindingOperationMessageType |
getInputArray(int i)
Gets ith "input" element
|
BindingOperationFaultType[] |
getOutfaultArray()
Gets array of all "outfault" elements
|
BindingOperationFaultType |
getOutfaultArray(int i)
Gets ith "outfault" element
|
BindingOperationMessageType[] |
getOutputArray()
Gets array of all "output" elements
|
BindingOperationMessageType |
getOutputArray(int i)
Gets ith "output" element
|
QName |
getRef()
Gets the "ref" attribute
|
BindingOperationFaultType |
insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
BindingOperationMessageType |
insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "input" element
|
BindingOperationFaultType |
insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
BindingOperationMessageType |
insertNewOutput(int i)
Inserts and returns a new empty value (as xml) as the ith "output" element
|
void |
removeInfault(int i)
Removes the ith "infault" element
|
void |
removeInput(int i)
Removes the ith "input" element
|
void |
removeOutfault(int i)
Removes the ith "outfault" element
|
void |
removeOutput(int i)
Removes the ith "output" element
|
void |
setInfaultArray(BindingOperationFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
setInfaultArray(int i,
BindingOperationFaultType infault)
Sets ith "infault" element
|
void |
setInputArray(BindingOperationMessageType[] inputArray)
Sets array of all "input" element
|
void |
setInputArray(int i,
BindingOperationMessageType input)
Sets ith "input" element
|
void |
setOutfaultArray(BindingOperationFaultType[] outfaultArray)
Sets array of all "outfault" element
|
void |
setOutfaultArray(int i,
BindingOperationFaultType outfault)
Sets ith "outfault" element
|
void |
setOutputArray(BindingOperationMessageType[] outputArray)
Sets array of all "output" element
|
void |
setOutputArray(int i,
BindingOperationMessageType output)
Sets ith "output" element
|
void |
setRef(QName ref)
Sets the "ref" attribute
|
int |
sizeOfInfaultArray()
Returns number of "infault" element
|
int |
sizeOfInputArray()
Returns number of "input" element
|
int |
sizeOfOutfaultArray()
Returns number of "outfault" element
|
int |
sizeOfOutputArray()
Returns number of "output" element
|
org.apache.xmlbeans.XmlQName |
xgetRef()
Gets (as xml) the "ref" attribute
|
void |
xsetRef(org.apache.xmlbeans.XmlQName ref)
Sets (as xml) the "ref" attribute
|
addNewDocumentation, getDocumentationArray, getDocumentationArray, insertNewDocumentation, removeDocumentation, setDocumentationArray, setDocumentationArray, sizeOfDocumentationArraychangeType, 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, xmlTextBindingOperationMessageType[] getInputArray()
BindingOperationMessageType getInputArray(int i)
int sizeOfInputArray()
void setInputArray(BindingOperationMessageType[] inputArray)
void setInputArray(int i,
BindingOperationMessageType input)
BindingOperationMessageType insertNewInput(int i)
BindingOperationMessageType addNewInput()
void removeInput(int i)
BindingOperationMessageType[] getOutputArray()
BindingOperationMessageType getOutputArray(int i)
int sizeOfOutputArray()
void setOutputArray(BindingOperationMessageType[] outputArray)
void setOutputArray(int i,
BindingOperationMessageType output)
BindingOperationMessageType insertNewOutput(int i)
BindingOperationMessageType addNewOutput()
void removeOutput(int i)
BindingOperationFaultType[] getInfaultArray()
BindingOperationFaultType getInfaultArray(int i)
int sizeOfInfaultArray()
void setInfaultArray(BindingOperationFaultType[] infaultArray)
void setInfaultArray(int i,
BindingOperationFaultType infault)
BindingOperationFaultType insertNewInfault(int i)
BindingOperationFaultType addNewInfault()
void removeInfault(int i)
BindingOperationFaultType[] getOutfaultArray()
BindingOperationFaultType getOutfaultArray(int i)
int sizeOfOutfaultArray()
void setOutfaultArray(BindingOperationFaultType[] outfaultArray)
void setOutfaultArray(int i,
BindingOperationFaultType outfault)
BindingOperationFaultType insertNewOutfault(int i)
BindingOperationFaultType addNewOutfault()
void removeOutfault(int i)
QName getRef()
org.apache.xmlbeans.XmlQName xgetRef()
void setRef(QName ref)
void xsetRef(org.apache.xmlbeans.XmlQName ref)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.