public interface BindingType extends ExtensibleDocumentedType
| Modifier and Type | Interface and Description |
|---|---|
static class |
BindingType.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 |
|---|---|
BindingFaultType |
addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element
|
BindingOperationType |
addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
BindingFaultType[] |
getFaultArray()
Gets array of all "fault" elements
|
BindingFaultType |
getFaultArray(int i)
Gets ith "fault" element
|
QName |
getInterface()
Gets the "interface" attribute
|
String |
getName()
Gets the "name" attribute
|
BindingOperationType[] |
getOperationArray()
Gets array of all "operation" elements
|
BindingOperationType |
getOperationArray(int i)
Gets ith "operation" element
|
String |
getType()
Gets the "type" attribute
|
BindingFaultType |
insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element
|
BindingOperationType |
insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
boolean |
isSetInterface()
True if has "interface" attribute
|
void |
removeFault(int i)
Removes the ith "fault" element
|
void |
removeOperation(int i)
Removes the ith "operation" element
|
void |
setFaultArray(BindingFaultType[] faultArray)
Sets array of all "fault" element
|
void |
setFaultArray(int i,
BindingFaultType fault)
Sets ith "fault" element
|
void |
setInterface(QName xinterface)
Sets the "interface" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOperationArray(BindingOperationType[] operationArray)
Sets array of all "operation" element
|
void |
setOperationArray(int i,
BindingOperationType operation)
Sets ith "operation" element
|
void |
setType(String type)
Sets the "type" attribute
|
int |
sizeOfFaultArray()
Returns number of "fault" element
|
int |
sizeOfOperationArray()
Returns number of "operation" element
|
void |
unsetInterface()
Unsets the "interface" attribute
|
org.apache.xmlbeans.XmlQName |
xgetInterface()
Gets (as xml) the "interface" attribute
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetInterface(org.apache.xmlbeans.XmlQName xinterface)
Sets (as xml) the "interface" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlAnyURI type)
Sets (as xml) the "type" 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, xmlTextBindingOperationType[] getOperationArray()
BindingOperationType getOperationArray(int i)
int sizeOfOperationArray()
void setOperationArray(BindingOperationType[] operationArray)
void setOperationArray(int i,
BindingOperationType operation)
BindingOperationType insertNewOperation(int i)
BindingOperationType addNewOperation()
void removeOperation(int i)
BindingFaultType[] getFaultArray()
BindingFaultType getFaultArray(int i)
int sizeOfFaultArray()
void setFaultArray(BindingFaultType[] faultArray)
void setFaultArray(int i,
BindingFaultType fault)
BindingFaultType insertNewFault(int i)
BindingFaultType addNewFault()
void removeFault(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
String getType()
org.apache.xmlbeans.XmlAnyURI xgetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlAnyURI type)
QName getInterface()
org.apache.xmlbeans.XmlQName xgetInterface()
boolean isSetInterface()
void setInterface(QName xinterface)
void xsetInterface(org.apache.xmlbeans.XmlQName xinterface)
void unsetInterface()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.