|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
org.apache.ode.bpel.dd.impl.TDeploymentImpl.ProcessImpl
public static class TDeploymentImpl.ProcessImpl
An XML process(@http://www.apache.org/ode/schemas/dd/2007/03). This is a complex type.
| Nested Class Summary | |
|---|---|
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). |
| Nested classes/interfaces inherited from interface org.apache.ode.bpel.dd.TDeployment.Process |
|---|
TDeployment.Process.Factory, TDeployment.Process.MexInterceptors, TDeployment.Process.Property |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface org.apache.ode.bpel.dd.TDeployment.Process |
|---|
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
|---|---|
TDeploymentImpl.ProcessImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
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 |
boolean |
getActive()
Gets the "active" element |
java.lang.String |
getBpel11WsdlFileName()
Gets the "bpel11wsdlFileName" attribute |
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 |
java.util.List<TInvoke> |
getInvokeList()
Gets a List of "invoke" elements |
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 |
java.util.List<TDeployment.Process.Property> |
getPropertyList()
Gets a List of "property" elements |
TProvide[] |
getProvideArray()
Gets array of all "provide" elements |
TProvide |
getProvideArray(int i)
Gets ith "provide" element |
java.util.List<TProvide> |
getProvideList()
Gets a List of "provide" elements |
boolean |
getRetired()
Gets the "retired" element |
javax.xml.namespace.QName |
getType()
Gets the "type" 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 |
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 |
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 |
setActive(boolean active)
Sets the "active" element |
void |
setBpel11WsdlFileName(java.lang.String bpel11WsdlFileName)
Sets the "bpel11wsdlFileName" attribute |
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 |
setType(javax.xml.namespace.QName type)
Sets the "type" element |
int |
sizeOfInvokeArray()
Returns number of "invoke" element |
int |
sizeOfPropertyArray()
Returns number of "property" element |
int |
sizeOfProvideArray()
Returns number of "provide" 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 |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|---|
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 |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, 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, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public TDeploymentImpl.ProcessImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public 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 java.util.List<TDeployment.Process.Property> getPropertyList()
getPropertyList 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.Process
public 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 java.util.List<TProvide> getProvideList()
getProvideList 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.Process
public 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 java.util.List<TInvoke> getInvokeList()
getInvokeList 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.Process
public 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 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||