com.activeEndpoints.schemas.pdd.x2006.x08.pdd
Interface PartnerRoleType

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

public interface PartnerRoleType
extends org.apache.xmlbeans.XmlObject

An XML partnerRoleType(@http://schemas.active-endpoints.com/pdd/2006/08/pdd.xsd). This is a complex type.


Nested Class Summary
static class PartnerRoleType.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
 EndpointReferenceType addNewEndpointReference()
          Appends and returns a new empty "EndpointReference" element
 EndpointReferenceType getEndpointReference()
          Gets the "EndpointReference" element
 String getEndpointReference2()
          Gets the "endpointReference" attribute
 String getInvokeHandler()
          Gets the "invokeHandler" attribute
 boolean isSetEndpointReference2()
          True if has "endpointReference" attribute
 boolean isSetInvokeHandler()
          True if has "invokeHandler" attribute
 void setEndpointReference(EndpointReferenceType endpointReference)
          Sets the "EndpointReference" element
 void setEndpointReference2(String endpointReference2)
          Sets the "endpointReference" attribute
 void setInvokeHandler(String invokeHandler)
          Sets the "invokeHandler" attribute
 void unsetEndpointReference2()
          Unsets the "endpointReference" attribute
 void unsetInvokeHandler()
          Unsets the "invokeHandler" attribute
 org.apache.xmlbeans.XmlString xgetEndpointReference2()
          Gets (as xml) the "endpointReference" attribute
 org.apache.xmlbeans.XmlString xgetInvokeHandler()
          Gets (as xml) the "invokeHandler" attribute
 void xsetEndpointReference2(org.apache.xmlbeans.XmlString endpointReference2)
          Sets (as xml) the "endpointReference" attribute
 void xsetInvokeHandler(org.apache.xmlbeans.XmlString invokeHandler)
          Sets (as xml) the "invokeHandler" 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

getEndpointReference

EndpointReferenceType getEndpointReference()
Gets the "EndpointReference" element


setEndpointReference

void setEndpointReference(EndpointReferenceType endpointReference)
Sets the "EndpointReference" element


addNewEndpointReference

EndpointReferenceType addNewEndpointReference()
Appends and returns a new empty "EndpointReference" element


getEndpointReference2

String getEndpointReference2()
Gets the "endpointReference" attribute


xgetEndpointReference2

org.apache.xmlbeans.XmlString xgetEndpointReference2()
Gets (as xml) the "endpointReference" attribute


isSetEndpointReference2

boolean isSetEndpointReference2()
True if has "endpointReference" attribute


setEndpointReference2

void setEndpointReference2(String endpointReference2)
Sets the "endpointReference" attribute


xsetEndpointReference2

void xsetEndpointReference2(org.apache.xmlbeans.XmlString endpointReference2)
Sets (as xml) the "endpointReference" attribute


unsetEndpointReference2

void unsetEndpointReference2()
Unsets the "endpointReference" attribute


getInvokeHandler

String getInvokeHandler()
Gets the "invokeHandler" attribute


xgetInvokeHandler

org.apache.xmlbeans.XmlString xgetInvokeHandler()
Gets (as xml) the "invokeHandler" attribute


isSetInvokeHandler

boolean isSetInvokeHandler()
True if has "invokeHandler" attribute


setInvokeHandler

void setInvokeHandler(String invokeHandler)
Sets the "invokeHandler" attribute


xsetInvokeHandler

void xsetInvokeHandler(org.apache.xmlbeans.XmlString invokeHandler)
Sets (as xml) the "invokeHandler" attribute


unsetInvokeHandler

void unsetInvokeHandler()
Unsets the "invokeHandler" attribute



Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.