public static interface TScopeInfo.CorrelationSets.CorrelationSet
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 |
TScopeInfo.CorrelationSets.CorrelationSet.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
|
java.lang.String |
getCsetid()
Gets the "csetid" attribute
|
java.lang.String |
getName()
Gets the "name" attribute
|
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
|
void |
setCsetid(java.lang.String csetid)
Sets the "csetid" attribute
|
void |
setName(java.lang.String name)
Sets the "name" attribute
|
int |
sizeOfCorrelationPropertyArray()
Returns number of "correlation-property" element
|
org.apache.xmlbeans.XmlString |
xgetCsetid()
Gets (as xml) the "csetid" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetCsetid(org.apache.xmlbeans.XmlString csetid)
Sets (as xml) the "csetid" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
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)
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
java.lang.String getCsetid()
org.apache.xmlbeans.XmlString xgetCsetid()
void setCsetid(java.lang.String csetid)
void xsetCsetid(org.apache.xmlbeans.XmlString csetid)