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_NUMBER
type
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, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public TDeployment.Process.Property addNewProperty
addNewProperty
in interface TDeployment.Process
public boolean getActive()
getActive
in interface TDeployment.Process
public org.apache.xmlbeans.XmlBoolean xgetActive()
xgetActive
in interface TDeployment.Process
public boolean isSetActive()
isSetActive
in interface TDeployment.Process
public void setActive(boolean active)
setActive
in interface TDeployment.Process
public void xsetActive(org.apache.xmlbeans.XmlBoolean active)
xsetActive
in interface TDeployment.Process
public void unsetActive()
unsetActive
in interface TDeployment.Process
public boolean getRetired()
getRetired
in interface TDeployment.Process
public org.apache.xmlbeans.XmlBoolean xgetRetired()
xgetRetired
in interface TDeployment.Process
public boolean isSetRetired()
isSetRetired
in interface TDeployment.Process
public void setRetired(boolean retired)
setRetired
in interface TDeployment.Process
public void xsetRetired(org.apache.xmlbeans.XmlBoolean retired)
xsetRetired
in interface TDeployment.Process
public void unsetRetired()
unsetRetired
in interface TDeployment.Process
public boolean getInMemory()
getInMemory
in interface TDeployment.Process
public org.apache.xmlbeans.XmlBoolean xgetInMemory()
xgetInMemory
in interface TDeployment.Process
public boolean isSetInMemory()
isSetInMemory
in interface TDeployment.Process
public void setInMemory(boolean inMemory)
setInMemory
in interface TDeployment.Process
public void xsetInMemory(org.apache.xmlbeans.XmlBoolean inMemory)
xsetInMemory
in interface TDeployment.Process
public void unsetInMemory()
unsetInMemory
in interface TDeployment.Process
public TDeployment.Process.Property[] getPropertyArray()
getPropertyArray
in interface TDeployment.Process
public TDeployment.Process.Property getPropertyArray(int i)
getPropertyArray
in interface TDeployment.Process
public int sizeOfPropertyArray()
sizeOfPropertyArray
in interface TDeployment.Process
public void setPropertyArray(TDeployment.Process.Property[] propertyArray)
setPropertyArray
in interface TDeployment.Process
public void setPropertyArray(int i, TDeployment.Process.Property property)
setPropertyArray
in interface TDeployment.Process
public TDeployment.Process.Property insertNewProperty(int i)
insertNewProperty
in interface TDeployment.Process
public TDeployment.Process.Property addNewProperty()
addNewProperty
in interface TDeployment.Process
public void removeProperty(int i)
removeProperty
in interface TDeployment.Process
public TProcessEvents getProcessEvents()
getProcessEvents
in interface TDeployment.Process
public boolean isSetProcessEvents()
isSetProcessEvents
in interface TDeployment.Process
public void setProcessEvents(TProcessEvents processEvents)
setProcessEvents
in interface TDeployment.Process
public TProcessEvents addNewProcessEvents()
addNewProcessEvents
in interface TDeployment.Process
public void unsetProcessEvents()
unsetProcessEvents
in interface TDeployment.Process
public TProvide[] getProvideArray()
getProvideArray
in interface TDeployment.Process
public TProvide getProvideArray(int i)
getProvideArray
in interface TDeployment.Process
public int sizeOfProvideArray()
sizeOfProvideArray
in interface TDeployment.Process
public void setProvideArray(TProvide[] provideArray)
setProvideArray
in interface TDeployment.Process
public void setProvideArray(int i, TProvide provide)
setProvideArray
in interface TDeployment.Process
public TProvide insertNewProvide(int i)
insertNewProvide
in interface TDeployment.Process
public TProvide addNewProvide()
addNewProvide
in interface TDeployment.Process
public void removeProvide(int i)
removeProvide
in interface TDeployment.Process
public TInvoke[] getInvokeArray()
getInvokeArray
in interface TDeployment.Process
public TInvoke getInvokeArray(int i)
getInvokeArray
in interface TDeployment.Process
public int sizeOfInvokeArray()
sizeOfInvokeArray
in interface TDeployment.Process
public void setInvokeArray(TInvoke[] invokeArray)
setInvokeArray
in interface TDeployment.Process
public void setInvokeArray(int i, TInvoke invoke)
setInvokeArray
in interface TDeployment.Process
public TInvoke insertNewInvoke(int i)
insertNewInvoke
in interface TDeployment.Process
public TInvoke addNewInvoke()
addNewInvoke
in interface TDeployment.Process
public void removeInvoke(int i)
removeInvoke
in interface TDeployment.Process
public TDeployment.Process.MexInterceptors getMexInterceptors()
getMexInterceptors
in interface TDeployment.Process
public boolean isSetMexInterceptors()
isSetMexInterceptors
in interface TDeployment.Process
public void setMexInterceptors(TDeployment.Process.MexInterceptors mexInterceptors)
setMexInterceptors
in interface TDeployment.Process
public TDeployment.Process.MexInterceptors addNewMexInterceptors()
addNewMexInterceptors
in interface TDeployment.Process
public void unsetMexInterceptors()
unsetMexInterceptors
in interface TDeployment.Process
public javax.xml.namespace.QName getType()
getType
in interface TDeployment.Process
public org.apache.xmlbeans.XmlQName xgetType()
xgetType
in interface TDeployment.Process
public boolean isSetType()
isSetType
in interface TDeployment.Process
public void setType(javax.xml.namespace.QName type)
setType
in interface TDeployment.Process
public void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType
in interface TDeployment.Process
public void unsetType()
unsetType
in interface TDeployment.Process
public TCleanup[] getCleanupArray()
getCleanupArray
in interface TDeployment.Process
public TCleanup getCleanupArray(int i)
getCleanupArray
in interface TDeployment.Process
public int sizeOfCleanupArray()
sizeOfCleanupArray
in interface TDeployment.Process
public void setCleanupArray(TCleanup[] cleanupArray)
setCleanupArray
in interface TDeployment.Process
public void setCleanupArray(int i, TCleanup cleanup)
setCleanupArray
in interface TDeployment.Process
public TCleanup insertNewCleanup(int i)
insertNewCleanup
in interface TDeployment.Process
public TCleanup addNewCleanup()
addNewCleanup
in interface TDeployment.Process
public void removeCleanup(int i)
removeCleanup
in interface TDeployment.Process
public TSchedule[] getScheduleArray()
getScheduleArray
in interface TDeployment.Process
public TSchedule getScheduleArray(int i)
getScheduleArray
in interface TDeployment.Process
public int sizeOfScheduleArray()
sizeOfScheduleArray
in interface TDeployment.Process
public void setScheduleArray(TSchedule[] scheduleArray)
setScheduleArray
in interface TDeployment.Process
public void setScheduleArray(int i, TSchedule schedule)
setScheduleArray
in interface TDeployment.Process
public TSchedule insertNewSchedule(int i)
insertNewSchedule
in interface TDeployment.Process
public TSchedule addNewSchedule()
addNewSchedule
in interface TDeployment.Process
public void removeSchedule(int i)
removeSchedule
in interface TDeployment.Process
public javax.xml.namespace.QName getName()
getName
in interface TDeployment.Process
public org.apache.xmlbeans.XmlQName xgetName()
xgetName
in interface TDeployment.Process
public void setName(javax.xml.namespace.QName name)
setName
in interface TDeployment.Process
public void xsetName(org.apache.xmlbeans.XmlQName name)
xsetName
in interface TDeployment.Process
public java.lang.String getFileName()
getFileName
in interface TDeployment.Process
public org.apache.xmlbeans.XmlString xgetFileName()
xgetFileName
in interface TDeployment.Process
public boolean isSetFileName()
isSetFileName
in interface TDeployment.Process
public void setFileName(java.lang.String fileName)
setFileName
in interface TDeployment.Process
public void xsetFileName(org.apache.xmlbeans.XmlString fileName)
xsetFileName
in interface TDeployment.Process
public void unsetFileName()
unsetFileName
in interface TDeployment.Process
public java.lang.String getBpel11WsdlFileName()
getBpel11WsdlFileName
in interface TDeployment.Process
public org.apache.xmlbeans.XmlString xgetBpel11WsdlFileName()
xgetBpel11WsdlFileName
in interface TDeployment.Process
public boolean isSetBpel11WsdlFileName()
isSetBpel11WsdlFileName
in interface TDeployment.Process
public void setBpel11WsdlFileName(java.lang.String bpel11WsdlFileName)
setBpel11WsdlFileName
in interface TDeployment.Process
public void xsetBpel11WsdlFileName(org.apache.xmlbeans.XmlString bpel11WsdlFileName)
xsetBpel11WsdlFileName
in interface TDeployment.Process
public void unsetBpel11WsdlFileName()
unsetBpel11WsdlFileName
in interface TDeployment.Process