public interface TInvoke
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TInvoke.Binding
An XML binding(@http://www.apache.org/ode/schemas/dd/2007/03).
|
static class |
TInvoke.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 |
|---|---|
TInvoke.Binding |
addNewBinding()
Appends and returns a new empty "binding" element
|
FailureHandlingDocument.FailureHandling |
addNewFailureHandling()
Appends and returns a new empty "failureHandling" element
|
TService |
addNewService()
Appends and returns a new empty "service" element
|
TInvoke.Binding |
getBinding()
Gets the "binding" element
|
FailureHandlingDocument.FailureHandling |
getFailureHandling()
Gets the "failureHandling" element
|
java.lang.String |
getPartnerLink()
Gets the "partnerLink" attribute
|
TService |
getService()
Gets the "service" element
|
boolean |
getUsePeer2Peer()
Gets the "usePeer2Peer" attribute
|
boolean |
isSetBinding()
True if has "binding" element
|
boolean |
isSetFailureHandling()
True if has "failureHandling" element
|
boolean |
isSetUsePeer2Peer()
True if has "usePeer2Peer" attribute
|
void |
setBinding(TInvoke.Binding binding)
Sets the "binding" element
|
void |
setFailureHandling(FailureHandlingDocument.FailureHandling failureHandling)
Sets the "failureHandling" element
|
void |
setPartnerLink(java.lang.String partnerLink)
Sets the "partnerLink" attribute
|
void |
setService(TService service)
Sets the "service" element
|
void |
setUsePeer2Peer(boolean usePeer2Peer)
Sets the "usePeer2Peer" attribute
|
void |
unsetBinding()
Unsets the "binding" element
|
void |
unsetFailureHandling()
Unsets the "failureHandling" element
|
void |
unsetUsePeer2Peer()
Unsets the "usePeer2Peer" attribute
|
org.apache.xmlbeans.XmlString |
xgetPartnerLink()
Gets (as xml) the "partnerLink" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetUsePeer2Peer()
Gets (as xml) the "usePeer2Peer" attribute
|
void |
xsetPartnerLink(org.apache.xmlbeans.XmlString partnerLink)
Sets (as xml) the "partnerLink" attribute
|
void |
xsetUsePeer2Peer(org.apache.xmlbeans.XmlBoolean usePeer2Peer)
Sets (as xml) the "usePeer2Peer" attribute
|
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, xmlTextTService getService()
void setService(TService service)
TService addNewService()
TInvoke.Binding getBinding()
boolean isSetBinding()
void setBinding(TInvoke.Binding binding)
TInvoke.Binding addNewBinding()
void unsetBinding()
FailureHandlingDocument.FailureHandling getFailureHandling()
boolean isSetFailureHandling()
void setFailureHandling(FailureHandlingDocument.FailureHandling failureHandling)
FailureHandlingDocument.FailureHandling addNewFailureHandling()
void unsetFailureHandling()
java.lang.String getPartnerLink()
org.apache.xmlbeans.XmlString xgetPartnerLink()
void setPartnerLink(java.lang.String partnerLink)
void xsetPartnerLink(org.apache.xmlbeans.XmlString partnerLink)
boolean getUsePeer2Peer()
org.apache.xmlbeans.XmlBoolean xgetUsePeer2Peer()
boolean isSetUsePeer2Peer()
void setUsePeer2Peer(boolean usePeer2Peer)
void xsetUsePeer2Peer(org.apache.xmlbeans.XmlBoolean usePeer2Peer)
void unsetUsePeer2Peer()