public static interface TDeployment.Process
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
TDeployment.Process.Property |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
TDeployment.Process.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TDeployment.Process.MexInterceptors
An XML mex-interceptors(@http://www.apache.org/ode/schemas/dd/2007/03).
|
static interface |
TDeployment.Process.Property
An XML property(@http://www.apache.org/ode/schemas/dd/2007/03).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TCleanup |
addNewCleanup()
Appends and returns a new empty value (as xml) as the last "cleanup" element
|
TInvoke |
addNewInvoke()
Appends and returns a new empty value (as xml) as the last "invoke" element
|
TDeployment.Process.MexInterceptors |
addNewMexInterceptors()
Appends and returns a new empty "mex-interceptors" element
|
TProcessEvents |
addNewProcessEvents()
Appends and returns a new empty "process-events" element
|
TDeployment.Process.Property |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
TProvide |
addNewProvide()
Appends and returns a new empty value (as xml) as the last "provide" element
|
TSchedule |
addNewSchedule()
Appends and returns a new empty value (as xml) as the last "schedule" element
|
boolean |
getActive()
Gets the "active" element
|
java.lang.String |
getBpel11WsdlFileName()
Gets the "bpel11wsdlFileName" attribute
|
TCleanup[] |
getCleanupArray()
Gets array of all "cleanup" elements
|
TCleanup |
getCleanupArray(int i)
Gets ith "cleanup" element
|
java.lang.String |
getFileName()
Gets the "fileName" attribute
|
boolean |
getInMemory()
Gets the "in-memory" element
|
TInvoke[] |
getInvokeArray()
Gets array of all "invoke" elements
|
TInvoke |
getInvokeArray(int i)
Gets ith "invoke" element
|
TDeployment.Process.MexInterceptors |
getMexInterceptors()
Gets the "mex-interceptors" element
|
javax.xml.namespace.QName |
getName()
Gets the "name" attribute
|
TProcessEvents |
getProcessEvents()
Gets the "process-events" element
|
TDeployment.Process.Property[] |
getPropertyArray()
Gets array of all "property" elements
|
TDeployment.Process.Property |
getPropertyArray(int i)
Gets ith "property" element
|
TProvide[] |
getProvideArray()
Gets array of all "provide" elements
|
TProvide |
getProvideArray(int i)
Gets ith "provide" element
|
boolean |
getRetired()
Gets the "retired" element
|
TSchedule[] |
getScheduleArray()
Gets array of all "schedule" elements
|
TSchedule |
getScheduleArray(int i)
Gets ith "schedule" element
|
javax.xml.namespace.QName |
getType()
Gets the "type" element
|
TCleanup |
insertNewCleanup(int i)
Inserts and returns a new empty value (as xml) as the ith "cleanup" element
|
TInvoke |
insertNewInvoke(int i)
Inserts and returns a new empty value (as xml) as the ith "invoke" element
|
TDeployment.Process.Property |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
TProvide |
insertNewProvide(int i)
Inserts and returns a new empty value (as xml) as the ith "provide" element
|
TSchedule |
insertNewSchedule(int i)
Inserts and returns a new empty value (as xml) as the ith "schedule" element
|
boolean |
isSetActive()
True if has "active" element
|
boolean |
isSetBpel11WsdlFileName()
True if has "bpel11wsdlFileName" attribute
|
boolean |
isSetFileName()
True if has "fileName" attribute
|
boolean |
isSetInMemory()
True if has "in-memory" element
|
boolean |
isSetMexInterceptors()
True if has "mex-interceptors" element
|
boolean |
isSetProcessEvents()
True if has "process-events" element
|
boolean |
isSetRetired()
True if has "retired" element
|
boolean |
isSetType()
True if has "type" element
|
void |
removeCleanup(int i)
Removes the ith "cleanup" element
|
void |
removeInvoke(int i)
Removes the ith "invoke" element
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
removeProvide(int i)
Removes the ith "provide" element
|
void |
removeSchedule(int i)
Removes the ith "schedule" element
|
void |
setActive(boolean active)
Sets the "active" element
|
void |
setBpel11WsdlFileName(java.lang.String bpel11WsdlFileName)
Sets the "bpel11wsdlFileName" attribute
|
void |
setCleanupArray(int i,
TCleanup cleanup)
Sets ith "cleanup" element
|
void |
setCleanupArray(TCleanup[] cleanupArray)
Sets array of all "cleanup" element
|
void |
setFileName(java.lang.String fileName)
Sets the "fileName" attribute
|
void |
setInMemory(boolean inMemory)
Sets the "in-memory" element
|
void |
setInvokeArray(int i,
TInvoke invoke)
Sets ith "invoke" element
|
void |
setInvokeArray(TInvoke[] invokeArray)
Sets array of all "invoke" element
|
void |
setMexInterceptors(TDeployment.Process.MexInterceptors mexInterceptors)
Sets the "mex-interceptors" element
|
void |
setName(javax.xml.namespace.QName name)
Sets the "name" attribute
|
void |
setProcessEvents(TProcessEvents processEvents)
Sets the "process-events" element
|
void |
setPropertyArray(int i,
TDeployment.Process.Property property)
Sets ith "property" element
|
void |
setPropertyArray(TDeployment.Process.Property[] propertyArray)
Sets array of all "property" element
|
void |
setProvideArray(int i,
TProvide provide)
Sets ith "provide" element
|
void |
setProvideArray(TProvide[] provideArray)
Sets array of all "provide" element
|
void |
setRetired(boolean retired)
Sets the "retired" element
|
void |
setScheduleArray(int i,
TSchedule schedule)
Sets ith "schedule" element
|
void |
setScheduleArray(TSchedule[] scheduleArray)
Sets array of all "schedule" element
|
void |
setType(javax.xml.namespace.QName type)
Sets the "type" element
|
int |
sizeOfCleanupArray()
Returns number of "cleanup" element
|
int |
sizeOfInvokeArray()
Returns number of "invoke" element
|
int |
sizeOfPropertyArray()
Returns number of "property" element
|
int |
sizeOfProvideArray()
Returns number of "provide" element
|
int |
sizeOfScheduleArray()
Returns number of "schedule" element
|
void |
unsetActive()
Unsets the "active" element
|
void |
unsetBpel11WsdlFileName()
Unsets the "bpel11wsdlFileName" attribute
|
void |
unsetFileName()
Unsets the "fileName" attribute
|
void |
unsetInMemory()
Unsets the "in-memory" element
|
void |
unsetMexInterceptors()
Unsets the "mex-interceptors" element
|
void |
unsetProcessEvents()
Unsets the "process-events" element
|
void |
unsetRetired()
Unsets the "retired" element
|
void |
unsetType()
Unsets the "type" element
|
org.apache.xmlbeans.XmlBoolean |
xgetActive()
Gets (as xml) the "active" element
|
org.apache.xmlbeans.XmlString |
xgetBpel11WsdlFileName()
Gets (as xml) the "bpel11wsdlFileName" attribute
|
org.apache.xmlbeans.XmlString |
xgetFileName()
Gets (as xml) the "fileName" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetInMemory()
Gets (as xml) the "in-memory" element
|
org.apache.xmlbeans.XmlQName |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRetired()
Gets (as xml) the "retired" element
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" element
|
void |
xsetActive(org.apache.xmlbeans.XmlBoolean active)
Sets (as xml) the "active" element
|
void |
xsetBpel11WsdlFileName(org.apache.xmlbeans.XmlString bpel11WsdlFileName)
Sets (as xml) the "bpel11wsdlFileName" attribute
|
void |
xsetFileName(org.apache.xmlbeans.XmlString fileName)
Sets (as xml) the "fileName" attribute
|
void |
xsetInMemory(org.apache.xmlbeans.XmlBoolean inMemory)
Sets (as xml) the "in-memory" element
|
void |
xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "name" attribute
|
void |
xsetRetired(org.apache.xmlbeans.XmlBoolean retired)
Sets (as xml) the "retired" element
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
TDeployment.Process.Property addNewProperty
boolean getActive()
org.apache.xmlbeans.XmlBoolean xgetActive()
boolean isSetActive()
void setActive(boolean active)
void xsetActive(org.apache.xmlbeans.XmlBoolean active)
void unsetActive()
boolean getRetired()
org.apache.xmlbeans.XmlBoolean xgetRetired()
boolean isSetRetired()
void setRetired(boolean retired)
void xsetRetired(org.apache.xmlbeans.XmlBoolean retired)
void unsetRetired()
boolean getInMemory()
org.apache.xmlbeans.XmlBoolean xgetInMemory()
boolean isSetInMemory()
void setInMemory(boolean inMemory)
void xsetInMemory(org.apache.xmlbeans.XmlBoolean inMemory)
void unsetInMemory()
TDeployment.Process.Property[] getPropertyArray()
TDeployment.Process.Property getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(TDeployment.Process.Property[] propertyArray)
void setPropertyArray(int i, TDeployment.Process.Property property)
TDeployment.Process.Property insertNewProperty(int i)
TDeployment.Process.Property addNewProperty()
void removeProperty(int i)
TProcessEvents getProcessEvents()
boolean isSetProcessEvents()
void setProcessEvents(TProcessEvents processEvents)
TProcessEvents addNewProcessEvents()
void unsetProcessEvents()
TProvide[] getProvideArray()
TProvide getProvideArray(int i)
int sizeOfProvideArray()
void setProvideArray(TProvide[] provideArray)
void setProvideArray(int i, TProvide provide)
TProvide insertNewProvide(int i)
TProvide addNewProvide()
void removeProvide(int i)
TInvoke[] getInvokeArray()
TInvoke getInvokeArray(int i)
int sizeOfInvokeArray()
void setInvokeArray(TInvoke[] invokeArray)
void setInvokeArray(int i, TInvoke invoke)
TInvoke insertNewInvoke(int i)
TInvoke addNewInvoke()
void removeInvoke(int i)
TDeployment.Process.MexInterceptors getMexInterceptors()
boolean isSetMexInterceptors()
void setMexInterceptors(TDeployment.Process.MexInterceptors mexInterceptors)
TDeployment.Process.MexInterceptors addNewMexInterceptors()
void unsetMexInterceptors()
javax.xml.namespace.QName getType()
org.apache.xmlbeans.XmlQName xgetType()
boolean isSetType()
void setType(javax.xml.namespace.QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
void unsetType()
TCleanup[] getCleanupArray()
TCleanup getCleanupArray(int i)
int sizeOfCleanupArray()
void setCleanupArray(TCleanup[] cleanupArray)
void setCleanupArray(int i, TCleanup cleanup)
TCleanup insertNewCleanup(int i)
TCleanup addNewCleanup()
void removeCleanup(int i)
TSchedule[] getScheduleArray()
TSchedule getScheduleArray(int i)
int sizeOfScheduleArray()
void setScheduleArray(TSchedule[] scheduleArray)
void setScheduleArray(int i, TSchedule schedule)
TSchedule insertNewSchedule(int i)
TSchedule addNewSchedule()
void removeSchedule(int i)
javax.xml.namespace.QName getName()
org.apache.xmlbeans.XmlQName xgetName()
void setName(javax.xml.namespace.QName name)
void xsetName(org.apache.xmlbeans.XmlQName name)
java.lang.String getFileName()
org.apache.xmlbeans.XmlString xgetFileName()
boolean isSetFileName()
void setFileName(java.lang.String fileName)
void xsetFileName(org.apache.xmlbeans.XmlString fileName)
void unsetFileName()
java.lang.String getBpel11WsdlFileName()
org.apache.xmlbeans.XmlString xgetBpel11WsdlFileName()
boolean isSetBpel11WsdlFileName()
void setBpel11WsdlFileName(java.lang.String bpel11WsdlFileName)
void xsetBpel11WsdlFileName(org.apache.xmlbeans.XmlString bpel11WsdlFileName)
void unsetBpel11WsdlFileName()