public interface CommunicationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommunicationType.Exchange
An XML exchange(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
static class |
CommunicationType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
CommunicationType.ServiceConfig
An XML serviceConfig(@http://www.apache.org/ode/pmapi/types/2006/08/02/).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CommunicationType.Exchange |
addNewExchange()
Appends and returns a new empty value (as xml) as the last "exchange" element
|
CommunicationType.ServiceConfig |
addNewServiceConfig()
Appends and returns a new empty value (as xml) as the last "serviceConfig" element
|
CommunicationType.Exchange[] |
getExchangeArray()
Gets array of all "exchange" elements
|
CommunicationType.Exchange |
getExchangeArray(int i)
Gets ith "exchange" element
|
javax.xml.namespace.QName |
getProcessType()
Gets the "processType" element
|
boolean |
getRollbackOnFault()
Gets the "rollbackOnFault" element
|
CommunicationType.ServiceConfig[] |
getServiceConfigArray()
Gets array of all "serviceConfig" elements
|
CommunicationType.ServiceConfig |
getServiceConfigArray(int i)
Gets ith "serviceConfig" element
|
CommunicationType.Exchange |
insertNewExchange(int i)
Inserts and returns a new empty value (as xml) as the ith "exchange" element
|
CommunicationType.ServiceConfig |
insertNewServiceConfig(int i)
Inserts and returns a new empty value (as xml) as the ith "serviceConfig" element
|
boolean |
isSetRollbackOnFault()
True if has "rollbackOnFault" element
|
void |
removeExchange(int i)
Removes the ith "exchange" element
|
void |
removeServiceConfig(int i)
Removes the ith "serviceConfig" element
|
void |
setExchangeArray(CommunicationType.Exchange[] exchangeArray)
Sets array of all "exchange" element
|
void |
setExchangeArray(int i,
CommunicationType.Exchange exchange)
Sets ith "exchange" element
|
void |
setProcessType(javax.xml.namespace.QName processType)
Sets the "processType" element
|
void |
setRollbackOnFault(boolean rollbackOnFault)
Sets the "rollbackOnFault" element
|
void |
setServiceConfigArray(CommunicationType.ServiceConfig[] serviceConfigArray)
Sets array of all "serviceConfig" element
|
void |
setServiceConfigArray(int i,
CommunicationType.ServiceConfig serviceConfig)
Sets ith "serviceConfig" element
|
int |
sizeOfExchangeArray()
Returns number of "exchange" element
|
int |
sizeOfServiceConfigArray()
Returns number of "serviceConfig" element
|
void |
unsetRollbackOnFault()
Unsets the "rollbackOnFault" element
|
org.apache.xmlbeans.XmlQName |
xgetProcessType()
Gets (as xml) the "processType" element
|
org.apache.xmlbeans.XmlBoolean |
xgetRollbackOnFault()
Gets (as xml) the "rollbackOnFault" element
|
void |
xsetProcessType(org.apache.xmlbeans.XmlQName processType)
Sets (as xml) the "processType" element
|
void |
xsetRollbackOnFault(org.apache.xmlbeans.XmlBoolean rollbackOnFault)
Sets (as xml) the "rollbackOnFault" element
|
changeType, compareTo, compareValue, copy, 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, xmlTextjavax.xml.namespace.QName getProcessType()
org.apache.xmlbeans.XmlQName xgetProcessType()
void setProcessType(javax.xml.namespace.QName processType)
void xsetProcessType(org.apache.xmlbeans.XmlQName processType)
boolean getRollbackOnFault()
org.apache.xmlbeans.XmlBoolean xgetRollbackOnFault()
boolean isSetRollbackOnFault()
void setRollbackOnFault(boolean rollbackOnFault)
void xsetRollbackOnFault(org.apache.xmlbeans.XmlBoolean rollbackOnFault)
void unsetRollbackOnFault()
CommunicationType.ServiceConfig[] getServiceConfigArray()
CommunicationType.ServiceConfig getServiceConfigArray(int i)
int sizeOfServiceConfigArray()
void setServiceConfigArray(CommunicationType.ServiceConfig[] serviceConfigArray)
void setServiceConfigArray(int i,
CommunicationType.ServiceConfig serviceConfig)
CommunicationType.ServiceConfig insertNewServiceConfig(int i)
CommunicationType.ServiceConfig addNewServiceConfig()
void removeServiceConfig(int i)
CommunicationType.Exchange[] getExchangeArray()
CommunicationType.Exchange getExchangeArray(int i)
int sizeOfExchangeArray()
void setExchangeArray(CommunicationType.Exchange[] exchangeArray)
void setExchangeArray(int i,
CommunicationType.Exchange exchange)
CommunicationType.Exchange insertNewExchange(int i)
CommunicationType.Exchange addNewExchange()
void removeExchange(int i)