|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TInvoke
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
TService 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |