public static interface TInstanceInfo.CorrelationProperties
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
TCorrelationProperty |
addNewCorrelation
Appends and returns a new empty value (as xml) as the last "correlation-property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
TInstanceInfo.CorrelationProperties.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 |
---|---|
TCorrelationProperty |
addNewCorrelationProperty()
Appends and returns a new empty value (as xml) as the last "correlation-property" element
|
TCorrelationProperty[] |
getCorrelationPropertyArray()
Gets array of all "correlation-property" elements
|
TCorrelationProperty |
getCorrelationPropertyArray(int i)
Gets ith "correlation-property" element
|
TCorrelationProperty |
insertNewCorrelationProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "correlation-property" element
|
void |
removeCorrelationProperty(int i)
Removes the ith "correlation-property" element
|
void |
setCorrelationPropertyArray(int i,
TCorrelationProperty correlationProperty)
Sets ith "correlation-property" element
|
void |
setCorrelationPropertyArray(TCorrelationProperty[] correlationPropertyArray)
Sets array of all "correlation-property" element
|
int |
sizeOfCorrelationPropertyArray()
Returns number of "correlation-property" 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
TCorrelationProperty addNewCorrelationProperty
TCorrelationProperty[] getCorrelationPropertyArray()
TCorrelationProperty getCorrelationPropertyArray(int i)
int sizeOfCorrelationPropertyArray()
void setCorrelationPropertyArray(TCorrelationProperty[] correlationPropertyArray)
void setCorrelationPropertyArray(int i, TCorrelationProperty correlationProperty)
TCorrelationProperty insertNewCorrelationProperty(int i)
TCorrelationProperty addNewCorrelationProperty()
void removeCorrelationProperty(int i)