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

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

public interface ProcessType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ProcessType.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
 EventingType addNewEventing()
          Appends and returns a new empty "eventing" element
 ExtensionsType addNewExtensions()
          Appends and returns a new empty "extensions" element
 IndexedPropertiesType addNewIndexedProperties()
          Appends and returns a new empty "indexedProperties" element
 PartnerLinksType addNewPartnerLinks()
          Appends and returns a new empty "partnerLinks" element
 ReferencesType addNewReferences()
          Appends and returns a new empty "references" element
 EventingType getEventing()
          Gets the "eventing" element
 ExtensionsType getExtensions()
          Gets the "extensions" element
 IndexedPropertiesType getIndexedProperties()
          Gets the "indexedProperties" element
 String getLocation()
          Gets the "location" attribute
 QName getName()
          Gets the "name" attribute
 PartnerLinksType getPartnerLinks()
          Gets the "partnerLinks" element
 String getPlatform()
          Gets the "platform" attribute
 String getProcessGroup()
          Gets the "processGroup" attribute
 ReferencesType getReferences()
          Gets the "references" element
 String getSuspendProcessOnInvokeRecovery()
          Gets the "suspendProcessOnInvokeRecovery" attribute
 String getSuspendProcessOnUncaughtFault()
          Gets the "suspendProcessOnUncaughtFault" attribute
 boolean isSetLocation()
          True if has "location" attribute
 boolean isSetName()
          True if has "name" attribute
 boolean isSetPlatform()
          True if has "platform" attribute
 boolean isSetProcessGroup()
          True if has "processGroup" attribute
 boolean isSetSuspendProcessOnInvokeRecovery()
          True if has "suspendProcessOnInvokeRecovery" attribute
 boolean isSetSuspendProcessOnUncaughtFault()
          True if has "suspendProcessOnUncaughtFault" attribute
 void setEventing(EventingType eventing)
          Sets the "eventing" element
 void setExtensions(ExtensionsType extensions)
          Sets the "extensions" element
 void setIndexedProperties(IndexedPropertiesType indexedProperties)
          Sets the "indexedProperties" element
 void setLocation(String location)
          Sets the "location" attribute
 void setName(QName name)
          Sets the "name" attribute
 void setPartnerLinks(PartnerLinksType partnerLinks)
          Sets the "partnerLinks" element
 void setPlatform(String platform)
          Sets the "platform" attribute
 void setProcessGroup(String processGroup)
          Sets the "processGroup" attribute
 void setReferences(ReferencesType references)
          Sets the "references" element
 void setSuspendProcessOnInvokeRecovery(String suspendProcessOnInvokeRecovery)
          Sets the "suspendProcessOnInvokeRecovery" attribute
 void setSuspendProcessOnUncaughtFault(String suspendProcessOnUncaughtFault)
          Sets the "suspendProcessOnUncaughtFault" attribute
 void unsetLocation()
          Unsets the "location" attribute
 void unsetName()
          Unsets the "name" attribute
 void unsetPlatform()
          Unsets the "platform" attribute
 void unsetProcessGroup()
          Unsets the "processGroup" attribute
 void unsetSuspendProcessOnInvokeRecovery()
          Unsets the "suspendProcessOnInvokeRecovery" attribute
 void unsetSuspendProcessOnUncaughtFault()
          Unsets the "suspendProcessOnUncaughtFault" attribute
 org.apache.xmlbeans.XmlString xgetLocation()
          Gets (as xml) the "location" attribute
 org.apache.xmlbeans.XmlQName xgetName()
          Gets (as xml) the "name" attribute
 org.apache.xmlbeans.XmlString xgetPlatform()
          Gets (as xml) the "platform" attribute
 org.apache.xmlbeans.XmlString xgetProcessGroup()
          Gets (as xml) the "processGroup" attribute
 org.apache.xmlbeans.XmlString xgetSuspendProcessOnInvokeRecovery()
          Gets (as xml) the "suspendProcessOnInvokeRecovery" attribute
 org.apache.xmlbeans.XmlString xgetSuspendProcessOnUncaughtFault()
          Gets (as xml) the "suspendProcessOnUncaughtFault" attribute
 void xsetLocation(org.apache.xmlbeans.XmlString location)
          Sets (as xml) the "location" attribute
 void xsetName(org.apache.xmlbeans.XmlQName name)
          Sets (as xml) the "name" attribute
 void xsetPlatform(org.apache.xmlbeans.XmlString platform)
          Sets (as xml) the "platform" attribute
 void xsetProcessGroup(org.apache.xmlbeans.XmlString processGroup)
          Sets (as xml) the "processGroup" attribute
 void xsetSuspendProcessOnInvokeRecovery(org.apache.xmlbeans.XmlString suspendProcessOnInvokeRecovery)
          Sets (as xml) the "suspendProcessOnInvokeRecovery" attribute
 void xsetSuspendProcessOnUncaughtFault(org.apache.xmlbeans.XmlString suspendProcessOnUncaughtFault)
          Sets (as xml) the "suspendProcessOnUncaughtFault" 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

getPartnerLinks

PartnerLinksType getPartnerLinks()
Gets the "partnerLinks" element


setPartnerLinks

void setPartnerLinks(PartnerLinksType partnerLinks)
Sets the "partnerLinks" element


addNewPartnerLinks

PartnerLinksType addNewPartnerLinks()
Appends and returns a new empty "partnerLinks" element


getIndexedProperties

IndexedPropertiesType getIndexedProperties()
Gets the "indexedProperties" element


setIndexedProperties

void setIndexedProperties(IndexedPropertiesType indexedProperties)
Sets the "indexedProperties" element


addNewIndexedProperties

IndexedPropertiesType addNewIndexedProperties()
Appends and returns a new empty "indexedProperties" element


getReferences

ReferencesType getReferences()
Gets the "references" element


setReferences

void setReferences(ReferencesType references)
Sets the "references" element


addNewReferences

ReferencesType addNewReferences()
Appends and returns a new empty "references" element


getExtensions

ExtensionsType getExtensions()
Gets the "extensions" element


setExtensions

void setExtensions(ExtensionsType extensions)
Sets the "extensions" element


addNewExtensions

ExtensionsType addNewExtensions()
Appends and returns a new empty "extensions" element


getEventing

EventingType getEventing()
Gets the "eventing" element


setEventing

void setEventing(EventingType eventing)
Sets the "eventing" element


addNewEventing

EventingType addNewEventing()
Appends and returns a new empty "eventing" element


getLocation

String getLocation()
Gets the "location" attribute


xgetLocation

org.apache.xmlbeans.XmlString xgetLocation()
Gets (as xml) the "location" attribute


isSetLocation

boolean isSetLocation()
True if has "location" attribute


setLocation

void setLocation(String location)
Sets the "location" attribute


xsetLocation

void xsetLocation(org.apache.xmlbeans.XmlString location)
Sets (as xml) the "location" attribute


unsetLocation

void unsetLocation()
Unsets the "location" attribute


getName

QName getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlQName xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(QName name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getPlatform

String getPlatform()
Gets the "platform" attribute


xgetPlatform

org.apache.xmlbeans.XmlString xgetPlatform()
Gets (as xml) the "platform" attribute


isSetPlatform

boolean isSetPlatform()
True if has "platform" attribute


setPlatform

void setPlatform(String platform)
Sets the "platform" attribute


xsetPlatform

void xsetPlatform(org.apache.xmlbeans.XmlString platform)
Sets (as xml) the "platform" attribute


unsetPlatform

void unsetPlatform()
Unsets the "platform" attribute


getProcessGroup

String getProcessGroup()
Gets the "processGroup" attribute


xgetProcessGroup

org.apache.xmlbeans.XmlString xgetProcessGroup()
Gets (as xml) the "processGroup" attribute


isSetProcessGroup

boolean isSetProcessGroup()
True if has "processGroup" attribute


setProcessGroup

void setProcessGroup(String processGroup)
Sets the "processGroup" attribute


xsetProcessGroup

void xsetProcessGroup(org.apache.xmlbeans.XmlString processGroup)
Sets (as xml) the "processGroup" attribute


unsetProcessGroup

void unsetProcessGroup()
Unsets the "processGroup" attribute


getSuspendProcessOnInvokeRecovery

String getSuspendProcessOnInvokeRecovery()
Gets the "suspendProcessOnInvokeRecovery" attribute


xgetSuspendProcessOnInvokeRecovery

org.apache.xmlbeans.XmlString xgetSuspendProcessOnInvokeRecovery()
Gets (as xml) the "suspendProcessOnInvokeRecovery" attribute


isSetSuspendProcessOnInvokeRecovery

boolean isSetSuspendProcessOnInvokeRecovery()
True if has "suspendProcessOnInvokeRecovery" attribute


setSuspendProcessOnInvokeRecovery

void setSuspendProcessOnInvokeRecovery(String suspendProcessOnInvokeRecovery)
Sets the "suspendProcessOnInvokeRecovery" attribute


xsetSuspendProcessOnInvokeRecovery

void xsetSuspendProcessOnInvokeRecovery(org.apache.xmlbeans.XmlString suspendProcessOnInvokeRecovery)
Sets (as xml) the "suspendProcessOnInvokeRecovery" attribute


unsetSuspendProcessOnInvokeRecovery

void unsetSuspendProcessOnInvokeRecovery()
Unsets the "suspendProcessOnInvokeRecovery" attribute


getSuspendProcessOnUncaughtFault

String getSuspendProcessOnUncaughtFault()
Gets the "suspendProcessOnUncaughtFault" attribute


xgetSuspendProcessOnUncaughtFault

org.apache.xmlbeans.XmlString xgetSuspendProcessOnUncaughtFault()
Gets (as xml) the "suspendProcessOnUncaughtFault" attribute


isSetSuspendProcessOnUncaughtFault

boolean isSetSuspendProcessOnUncaughtFault()
True if has "suspendProcessOnUncaughtFault" attribute


setSuspendProcessOnUncaughtFault

void setSuspendProcessOnUncaughtFault(String suspendProcessOnUncaughtFault)
Sets the "suspendProcessOnUncaughtFault" attribute


xsetSuspendProcessOnUncaughtFault

void xsetSuspendProcessOnUncaughtFault(org.apache.xmlbeans.XmlString suspendProcessOnUncaughtFault)
Sets (as xml) the "suspendProcessOnUncaughtFault" attribute


unsetSuspendProcessOnUncaughtFault

void unsetSuspendProcessOnUncaughtFault()
Unsets the "suspendProcessOnUncaughtFault" attribute



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