public static class TDeploymentImpl.ProcessImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements TDeployment.Process
| 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 | Class and Description |
|---|---|
static class |
TDeploymentImpl.ProcessImpl.MexInterceptorsImpl
An XML mex-interceptors(@http://www.apache.org/ode/schemas/dd/2007/03).
|
static class |
TDeploymentImpl.ProcessImpl.PropertyImpl
An XML property(@http://www.apache.org/ode/schemas/dd/2007/03).
|
TDeployment.Process.Factory, TDeployment.Process.MexInterceptors, TDeployment.Process.Property_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description |
|---|
ProcessImpl(org.apache.xmlbeans.SchemaType sType) |
| 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 WARNING: This method is not atomicaly synchronized.
|
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 WARNING: This method is not atomicaly synchronized.
|
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 WARNING: This method is not atomicaly synchronized.
|
void |
setProvideArray(int i,
TProvide provide)
Sets ith "provide" element
|
void |
setProvideArray(TProvide[] provideArray)
Sets array of all "provide" element WARNING: This method is not atomicaly synchronized.
|
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 WARNING: This method is not atomicaly synchronized.
|
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
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextpublic TDeployment.Process.Property addNewProperty
addNewProperty in interface TDeployment.Processpublic boolean getActive()
getActive in interface TDeployment.Processpublic org.apache.xmlbeans.XmlBoolean xgetActive()
xgetActive in interface TDeployment.Processpublic boolean isSetActive()
isSetActive in interface TDeployment.Processpublic void setActive(boolean active)
setActive in interface TDeployment.Processpublic void xsetActive(org.apache.xmlbeans.XmlBoolean active)
xsetActive in interface TDeployment.Processpublic void unsetActive()
unsetActive in interface TDeployment.Processpublic boolean getRetired()
getRetired in interface TDeployment.Processpublic org.apache.xmlbeans.XmlBoolean xgetRetired()
xgetRetired in interface TDeployment.Processpublic boolean isSetRetired()
isSetRetired in interface TDeployment.Processpublic void setRetired(boolean retired)
setRetired in interface TDeployment.Processpublic void xsetRetired(org.apache.xmlbeans.XmlBoolean retired)
xsetRetired in interface TDeployment.Processpublic void unsetRetired()
unsetRetired in interface TDeployment.Processpublic boolean getInMemory()
getInMemory in interface TDeployment.Processpublic org.apache.xmlbeans.XmlBoolean xgetInMemory()
xgetInMemory in interface TDeployment.Processpublic boolean isSetInMemory()
isSetInMemory in interface TDeployment.Processpublic void setInMemory(boolean inMemory)
setInMemory in interface TDeployment.Processpublic void xsetInMemory(org.apache.xmlbeans.XmlBoolean inMemory)
xsetInMemory in interface TDeployment.Processpublic void unsetInMemory()
unsetInMemory in interface TDeployment.Processpublic TDeployment.Process.Property[] getPropertyArray()
getPropertyArray in interface TDeployment.Processpublic TDeployment.Process.Property getPropertyArray(int i)
getPropertyArray in interface TDeployment.Processpublic int sizeOfPropertyArray()
sizeOfPropertyArray in interface TDeployment.Processpublic void setPropertyArray(TDeployment.Process.Property[] propertyArray)
setPropertyArray in interface TDeployment.Processpublic void setPropertyArray(int i,
TDeployment.Process.Property property)
setPropertyArray in interface TDeployment.Processpublic TDeployment.Process.Property insertNewProperty(int i)
insertNewProperty in interface TDeployment.Processpublic TDeployment.Process.Property addNewProperty()
addNewProperty in interface TDeployment.Processpublic void removeProperty(int i)
removeProperty in interface TDeployment.Processpublic TProcessEvents getProcessEvents()
getProcessEvents in interface TDeployment.Processpublic boolean isSetProcessEvents()
isSetProcessEvents in interface TDeployment.Processpublic void setProcessEvents(TProcessEvents processEvents)
setProcessEvents in interface TDeployment.Processpublic TProcessEvents addNewProcessEvents()
addNewProcessEvents in interface TDeployment.Processpublic void unsetProcessEvents()
unsetProcessEvents in interface TDeployment.Processpublic TProvide[] getProvideArray()
getProvideArray in interface TDeployment.Processpublic TProvide getProvideArray(int i)
getProvideArray in interface TDeployment.Processpublic int sizeOfProvideArray()
sizeOfProvideArray in interface TDeployment.Processpublic void setProvideArray(TProvide[] provideArray)
setProvideArray in interface TDeployment.Processpublic void setProvideArray(int i,
TProvide provide)
setProvideArray in interface TDeployment.Processpublic TProvide insertNewProvide(int i)
insertNewProvide in interface TDeployment.Processpublic TProvide addNewProvide()
addNewProvide in interface TDeployment.Processpublic void removeProvide(int i)
removeProvide in interface TDeployment.Processpublic TInvoke[] getInvokeArray()
getInvokeArray in interface TDeployment.Processpublic TInvoke getInvokeArray(int i)
getInvokeArray in interface TDeployment.Processpublic int sizeOfInvokeArray()
sizeOfInvokeArray in interface TDeployment.Processpublic void setInvokeArray(TInvoke[] invokeArray)
setInvokeArray in interface TDeployment.Processpublic void setInvokeArray(int i,
TInvoke invoke)
setInvokeArray in interface TDeployment.Processpublic TInvoke insertNewInvoke(int i)
insertNewInvoke in interface TDeployment.Processpublic TInvoke addNewInvoke()
addNewInvoke in interface TDeployment.Processpublic void removeInvoke(int i)
removeInvoke in interface TDeployment.Processpublic TDeployment.Process.MexInterceptors getMexInterceptors()
getMexInterceptors in interface TDeployment.Processpublic boolean isSetMexInterceptors()
isSetMexInterceptors in interface TDeployment.Processpublic void setMexInterceptors(TDeployment.Process.MexInterceptors mexInterceptors)
setMexInterceptors in interface TDeployment.Processpublic TDeployment.Process.MexInterceptors addNewMexInterceptors()
addNewMexInterceptors in interface TDeployment.Processpublic void unsetMexInterceptors()
unsetMexInterceptors in interface TDeployment.Processpublic javax.xml.namespace.QName getType()
getType in interface TDeployment.Processpublic org.apache.xmlbeans.XmlQName xgetType()
xgetType in interface TDeployment.Processpublic boolean isSetType()
isSetType in interface TDeployment.Processpublic void setType(javax.xml.namespace.QName type)
setType in interface TDeployment.Processpublic void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType in interface TDeployment.Processpublic void unsetType()
unsetType in interface TDeployment.Processpublic TCleanup[] getCleanupArray()
getCleanupArray in interface TDeployment.Processpublic TCleanup getCleanupArray(int i)
getCleanupArray in interface TDeployment.Processpublic int sizeOfCleanupArray()
sizeOfCleanupArray in interface TDeployment.Processpublic void setCleanupArray(TCleanup[] cleanupArray)
setCleanupArray in interface TDeployment.Processpublic void setCleanupArray(int i,
TCleanup cleanup)
setCleanupArray in interface TDeployment.Processpublic TCleanup insertNewCleanup(int i)
insertNewCleanup in interface TDeployment.Processpublic TCleanup addNewCleanup()
addNewCleanup in interface TDeployment.Processpublic void removeCleanup(int i)
removeCleanup in interface TDeployment.Processpublic TSchedule[] getScheduleArray()
getScheduleArray in interface TDeployment.Processpublic TSchedule getScheduleArray(int i)
getScheduleArray in interface TDeployment.Processpublic int sizeOfScheduleArray()
sizeOfScheduleArray in interface TDeployment.Processpublic void setScheduleArray(TSchedule[] scheduleArray)
setScheduleArray in interface TDeployment.Processpublic void setScheduleArray(int i,
TSchedule schedule)
setScheduleArray in interface TDeployment.Processpublic TSchedule insertNewSchedule(int i)
insertNewSchedule in interface TDeployment.Processpublic TSchedule addNewSchedule()
addNewSchedule in interface TDeployment.Processpublic void removeSchedule(int i)
removeSchedule in interface TDeployment.Processpublic javax.xml.namespace.QName getName()
getName in interface TDeployment.Processpublic org.apache.xmlbeans.XmlQName xgetName()
xgetName in interface TDeployment.Processpublic void setName(javax.xml.namespace.QName name)
setName in interface TDeployment.Processpublic void xsetName(org.apache.xmlbeans.XmlQName name)
xsetName in interface TDeployment.Processpublic java.lang.String getFileName()
getFileName in interface TDeployment.Processpublic org.apache.xmlbeans.XmlString xgetFileName()
xgetFileName in interface TDeployment.Processpublic boolean isSetFileName()
isSetFileName in interface TDeployment.Processpublic void setFileName(java.lang.String fileName)
setFileName in interface TDeployment.Processpublic void xsetFileName(org.apache.xmlbeans.XmlString fileName)
xsetFileName in interface TDeployment.Processpublic void unsetFileName()
unsetFileName in interface TDeployment.Processpublic java.lang.String getBpel11WsdlFileName()
getBpel11WsdlFileName in interface TDeployment.Processpublic org.apache.xmlbeans.XmlString xgetBpel11WsdlFileName()
xgetBpel11WsdlFileName in interface TDeployment.Processpublic boolean isSetBpel11WsdlFileName()
isSetBpel11WsdlFileName in interface TDeployment.Processpublic void setBpel11WsdlFileName(java.lang.String bpel11WsdlFileName)
setBpel11WsdlFileName in interface TDeployment.Processpublic void xsetBpel11WsdlFileName(org.apache.xmlbeans.XmlString bpel11WsdlFileName)
xsetBpel11WsdlFileName in interface TDeployment.Processpublic void unsetBpel11WsdlFileName()
unsetBpel11WsdlFileName in interface TDeployment.Process