org.apache.ode.bpel.dd
Interface TInvoke

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TInvokeImpl

public interface TInvoke
extends org.apache.xmlbeans.XmlObject

An XML tInvoke(@http://www.apache.org/ode/schemas/dd/2007/03). This is a complex type.


Nested Class Summary
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.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
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
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getService

TService getService()
Gets the "service" element


setService

void setService(TService service)
Sets the "service" element


addNewService

TService addNewService()
Appends and returns a new empty "service" element


getBinding

TInvoke.Binding getBinding()
Gets the "binding" element


isSetBinding

boolean isSetBinding()
True if has "binding" element


setBinding

void setBinding(TInvoke.Binding binding)
Sets the "binding" element


addNewBinding

TInvoke.Binding addNewBinding()
Appends and returns a new empty "binding" element


unsetBinding

void unsetBinding()
Unsets the "binding" element


getFailureHandling

FailureHandlingDocument.FailureHandling getFailureHandling()
Gets the "failureHandling" element


isSetFailureHandling

boolean isSetFailureHandling()
True if has "failureHandling" element


setFailureHandling

void setFailureHandling(FailureHandlingDocument.FailureHandling failureHandling)
Sets the "failureHandling" element


addNewFailureHandling

FailureHandlingDocument.FailureHandling addNewFailureHandling()
Appends and returns a new empty "failureHandling" element


unsetFailureHandling

void unsetFailureHandling()
Unsets the "failureHandling" element


getPartnerLink

java.lang.String getPartnerLink()
Gets the "partnerLink" attribute


xgetPartnerLink

org.apache.xmlbeans.XmlString xgetPartnerLink()
Gets (as xml) the "partnerLink" attribute


setPartnerLink

void setPartnerLink(java.lang.String partnerLink)
Sets the "partnerLink" attribute


xsetPartnerLink

void xsetPartnerLink(org.apache.xmlbeans.XmlString partnerLink)
Sets (as xml) the "partnerLink" attribute


getUsePeer2Peer

boolean getUsePeer2Peer()
Gets the "usePeer2Peer" attribute


xgetUsePeer2Peer

org.apache.xmlbeans.XmlBoolean xgetUsePeer2Peer()
Gets (as xml) the "usePeer2Peer" attribute


isSetUsePeer2Peer

boolean isSetUsePeer2Peer()
True if has "usePeer2Peer" attribute


setUsePeer2Peer

void setUsePeer2Peer(boolean usePeer2Peer)
Sets the "usePeer2Peer" attribute


xsetUsePeer2Peer

void xsetUsePeer2Peer(org.apache.xmlbeans.XmlBoolean usePeer2Peer)
Sets (as xml) the "usePeer2Peer" attribute


unsetUsePeer2Peer

void unsetUsePeer2Peer()
Unsets the "usePeer2Peer" attribute