|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PartnerLinksType getPartnerLinks()
void setPartnerLinks(PartnerLinksType partnerLinks)
PartnerLinksType addNewPartnerLinks()
IndexedPropertiesType getIndexedProperties()
void setIndexedProperties(IndexedPropertiesType indexedProperties)
IndexedPropertiesType addNewIndexedProperties()
ReferencesType getReferences()
void setReferences(ReferencesType references)
ReferencesType addNewReferences()
ExtensionsType getExtensions()
void setExtensions(ExtensionsType extensions)
ExtensionsType addNewExtensions()
EventingType getEventing()
void setEventing(EventingType eventing)
EventingType addNewEventing()
String getLocation()
org.apache.xmlbeans.XmlString xgetLocation()
boolean isSetLocation()
void setLocation(String location)
void xsetLocation(org.apache.xmlbeans.XmlString location)
void unsetLocation()
QName getName()
org.apache.xmlbeans.XmlQName xgetName()
boolean isSetName()
void setName(QName name)
void xsetName(org.apache.xmlbeans.XmlQName name)
void unsetName()
String getPlatform()
org.apache.xmlbeans.XmlString xgetPlatform()
boolean isSetPlatform()
void setPlatform(String platform)
void xsetPlatform(org.apache.xmlbeans.XmlString platform)
void unsetPlatform()
String getProcessGroup()
org.apache.xmlbeans.XmlString xgetProcessGroup()
boolean isSetProcessGroup()
void setProcessGroup(String processGroup)
void xsetProcessGroup(org.apache.xmlbeans.XmlString processGroup)
void unsetProcessGroup()
String getSuspendProcessOnInvokeRecovery()
org.apache.xmlbeans.XmlString xgetSuspendProcessOnInvokeRecovery()
boolean isSetSuspendProcessOnInvokeRecovery()
void setSuspendProcessOnInvokeRecovery(String suspendProcessOnInvokeRecovery)
void xsetSuspendProcessOnInvokeRecovery(org.apache.xmlbeans.XmlString suspendProcessOnInvokeRecovery)
void unsetSuspendProcessOnInvokeRecovery()
String getSuspendProcessOnUncaughtFault()
org.apache.xmlbeans.XmlString xgetSuspendProcessOnUncaughtFault()
boolean isSetSuspendProcessOnUncaughtFault()
void setSuspendProcessOnUncaughtFault(String suspendProcessOnUncaughtFault)
void xsetSuspendProcessOnUncaughtFault(org.apache.xmlbeans.XmlString suspendProcessOnUncaughtFault)
void unsetSuspendProcessOnUncaughtFault()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||