public interface SequenceContentConfig extends ContentConfig
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SequenceContentConfig.ComesBefore
An XML comesBefore(@http://www.eviware.com/soapui/InferredSchema).
|
static class |
SequenceContentConfig.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 |
|---|---|
SequenceContentConfig.ComesBefore |
addNewComesBefore()
Appends and returns a new empty value (as xml) as the last "comesBefore" element
|
ParticleConfig |
addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
SequenceContentConfig.ComesBefore[] |
getComesBeforeArray()
Deprecated.
|
SequenceContentConfig.ComesBefore |
getComesBeforeArray(int i)
Gets ith "comesBefore" element
|
List<SequenceContentConfig.ComesBefore> |
getComesBeforeList()
Gets a List of "comesBefore" elements
|
boolean |
getCompleted()
Gets the "completed" element
|
ParticleConfig[] |
getParticleArray()
Deprecated.
|
ParticleConfig |
getParticleArray(int i)
Gets ith "particle" element
|
List<ParticleConfig> |
getParticleList()
Gets a List of "particle" elements
|
SequenceContentConfig.ComesBefore |
insertNewComesBefore(int i)
Inserts and returns a new empty value (as xml) as the ith "comesBefore" element
|
ParticleConfig |
insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
void |
removeComesBefore(int i)
Removes the ith "comesBefore" element
|
void |
removeParticle(int i)
Removes the ith "particle" element
|
void |
setComesBeforeArray(int i,
SequenceContentConfig.ComesBefore comesBefore)
Sets ith "comesBefore" element
|
void |
setComesBeforeArray(SequenceContentConfig.ComesBefore[] comesBeforeArray)
Sets array of all "comesBefore" element
|
void |
setCompleted(boolean completed)
Sets the "completed" element
|
void |
setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
int |
sizeOfComesBeforeArray()
Returns number of "comesBefore" element
|
int |
sizeOfParticleArray()
Returns number of "particle" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCompleted()
Gets (as xml) the "completed" element
|
void |
xsetCompleted(org.apache.xmlbeans.XmlBoolean completed)
Sets (as xml) the "completed" 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, xmlTextboolean getCompleted()
org.apache.xmlbeans.XmlBoolean xgetCompleted()
void setCompleted(boolean completed)
void xsetCompleted(org.apache.xmlbeans.XmlBoolean completed)
List<ParticleConfig> getParticleList()
ParticleConfig[] getParticleArray()
ParticleConfig getParticleArray(int i)
int sizeOfParticleArray()
void setParticleArray(ParticleConfig[] particleArray)
void setParticleArray(int i,
ParticleConfig particle)
ParticleConfig insertNewParticle(int i)
ParticleConfig addNewParticle()
void removeParticle(int i)
List<SequenceContentConfig.ComesBefore> getComesBeforeList()
SequenceContentConfig.ComesBefore[] getComesBeforeArray()
SequenceContentConfig.ComesBefore getComesBeforeArray(int i)
int sizeOfComesBeforeArray()
void setComesBeforeArray(SequenceContentConfig.ComesBefore[] comesBeforeArray)
void setComesBeforeArray(int i,
SequenceContentConfig.ComesBefore comesBefore)
SequenceContentConfig.ComesBefore insertNewComesBefore(int i)
SequenceContentConfig.ComesBefore addNewComesBefore()
void removeComesBefore(int i)
Copyright © 2019. All rights reserved.