public static interface WorkflowSchedulingContextDocument.WorkflowSchedulingContext
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
WorkflowSchedulingContextDocument.WorkflowSchedulingContext.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSchedulingContextDocument.ApplicationSchedulingContext |
addNewApplicationSchedulingContext()
Appends and returns a new empty value (as xml) as the last "application-scheduling-context" element
|
NameValuePairType |
addNewNameValuePair()
Appends and returns a new empty value (as xml) as the last "nameValuePair" element
|
ApplicationSchedulingContextDocument.ApplicationSchedulingContext[] |
getApplicationSchedulingContextArray()
Gets array of all "application-scheduling-context" elements
|
ApplicationSchedulingContextDocument.ApplicationSchedulingContext |
getApplicationSchedulingContextArray(int i)
Gets ith "application-scheduling-context" element
|
NameValuePairType[] |
getNameValuePairArray()
Gets array of all "nameValuePair" elements
|
NameValuePairType |
getNameValuePairArray(int i)
Gets ith "nameValuePair" element
|
ApplicationSchedulingContextDocument.ApplicationSchedulingContext |
insertNewApplicationSchedulingContext(int i)
Inserts and returns a new empty value (as xml) as the ith "application-scheduling-context" element
|
NameValuePairType |
insertNewNameValuePair(int i)
Inserts and returns a new empty value (as xml) as the ith "nameValuePair" element
|
void |
removeApplicationSchedulingContext(int i)
Removes the ith "application-scheduling-context" element
|
void |
removeNameValuePair(int i)
Removes the ith "nameValuePair" element
|
void |
setApplicationSchedulingContextArray(ApplicationSchedulingContextDocument.ApplicationSchedulingContext[] applicationSchedulingContextArray)
Sets array of all "application-scheduling-context" element
|
void |
setApplicationSchedulingContextArray(int i,
ApplicationSchedulingContextDocument.ApplicationSchedulingContext applicationSchedulingContext)
Sets ith "application-scheduling-context" element
|
void |
setNameValuePairArray(int i,
NameValuePairType nameValuePair)
Sets ith "nameValuePair" element
|
void |
setNameValuePairArray(NameValuePairType[] nameValuePairArray)
Sets array of all "nameValuePair" element
|
int |
sizeOfApplicationSchedulingContextArray()
Returns number of "application-scheduling-context" element
|
int |
sizeOfNameValuePairArray()
Returns number of "nameValuePair" element
|
changeType, compareTo, compareValue, 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, xmlTextApplicationSchedulingContextDocument.ApplicationSchedulingContext[] getApplicationSchedulingContextArray()
ApplicationSchedulingContextDocument.ApplicationSchedulingContext getApplicationSchedulingContextArray(int i)
int sizeOfApplicationSchedulingContextArray()
void setApplicationSchedulingContextArray(ApplicationSchedulingContextDocument.ApplicationSchedulingContext[] applicationSchedulingContextArray)
void setApplicationSchedulingContextArray(int i,
ApplicationSchedulingContextDocument.ApplicationSchedulingContext applicationSchedulingContext)
ApplicationSchedulingContextDocument.ApplicationSchedulingContext insertNewApplicationSchedulingContext(int i)
ApplicationSchedulingContextDocument.ApplicationSchedulingContext addNewApplicationSchedulingContext()
void removeApplicationSchedulingContext(int i)
NameValuePairType[] getNameValuePairArray()
NameValuePairType getNameValuePairArray(int i)
int sizeOfNameValuePairArray()
void setNameValuePairArray(NameValuePairType[] nameValuePairArray)
void setNameValuePairArray(int i,
NameValuePairType nameValuePair)
NameValuePairType insertNewNameValuePair(int i)
NameValuePairType addNewNameValuePair()
void removeNameValuePair(int i)
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.