public interface EnvelopeSpec extends UuidPatchParamSpec
Modifier and Type | Interface and Description |
---|---|
static class |
EnvelopeSpec.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 |
---|---|
EnvelopeNodeSpec |
addNewEnvelopeNodeSpec()
Appends and returns a new empty value (as xml) as the last "envelopeNodeSpec" element
|
EnvelopeNodeSpec[] |
getEnvelopeNodeSpecArray()
Gets array of all "envelopeNodeSpec" elements
|
EnvelopeNodeSpec |
getEnvelopeNodeSpecArray(int i)
Gets ith "envelopeNodeSpec" element
|
EnvelopeNodeSpec |
insertNewEnvelopeNodeSpec(int i)
Inserts and returns a new empty value (as xml) as the ith "envelopeNodeSpec" element
|
void |
removeEnvelopeNodeSpec(int i)
Removes the ith "envelopeNodeSpec" element
|
void |
setEnvelopeNodeSpecArray(EnvelopeNodeSpec[] envelopeNodeSpecArray)
Sets array of all "envelopeNodeSpec" element
|
void |
setEnvelopeNodeSpecArray(int i,
EnvelopeNodeSpec envelopeNodeSpec)
Sets ith "envelopeNodeSpec" element
|
int |
sizeOfEnvelopeNodeSpecArray()
Returns number of "envelopeNodeSpec" element
|
getUuid, isSetUuid, setUuid, unsetUuid, xgetUuid, xsetUuid
getName, isSetName, setName, unsetName, xgetName, xsetName
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
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
EnvelopeNodeSpec[] getEnvelopeNodeSpecArray()
EnvelopeNodeSpec getEnvelopeNodeSpecArray(int i)
int sizeOfEnvelopeNodeSpecArray()
void setEnvelopeNodeSpecArray(EnvelopeNodeSpec[] envelopeNodeSpecArray)
void setEnvelopeNodeSpecArray(int i, EnvelopeNodeSpec envelopeNodeSpec)
EnvelopeNodeSpec insertNewEnvelopeNodeSpec(int i)
EnvelopeNodeSpec addNewEnvelopeNodeSpec()
void removeEnvelopeNodeSpec(int i)
Copyright © 2014. All Rights Reserved.