public interface TBinding extends TExtensibleDocumented
Modifier and Type | Interface and Description |
---|---|
static class |
TBinding.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 |
---|---|
TBindingOperation |
addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
String |
getName()
Gets the "name" attribute
|
TBindingOperation[] |
getOperationArray()
Deprecated.
|
TBindingOperation |
getOperationArray(int i)
Gets ith "operation" element
|
List<TBindingOperation> |
getOperationList()
Gets a List of "operation" elements
|
QName |
getType()
Gets the "type" attribute
|
TBindingOperation |
insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
void |
removeOperation(int i)
Removes the ith "operation" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setOperationArray(int i,
TBindingOperation operation)
Sets ith "operation" element
|
void |
setOperationArray(TBindingOperation[] operationArray)
Sets array of all "operation" element
|
void |
setType(QName type)
Sets the "type" attribute
|
int |
sizeOfOperationArray()
Returns number of "operation" element
|
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" attribute
|
addNewDocumentation, getDocumentation, isSetDocumentation, setDocumentation, unsetDocumentation
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
List<TBindingOperation> getOperationList()
TBindingOperation[] getOperationArray()
TBindingOperation getOperationArray(int i)
int sizeOfOperationArray()
void setOperationArray(TBindingOperation[] operationArray)
void setOperationArray(int i, TBindingOperation operation)
TBindingOperation insertNewOperation(int i)
TBindingOperation addNewOperation()
void removeOperation(int i)
String getName()
org.apache.xmlbeans.XmlNCName xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
QName getType()
org.apache.xmlbeans.XmlQName xgetType()
void setType(QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
Copyright © 2019. All Rights Reserved.