public interface ComplexTypeConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ComplexTypeConfig.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 |
---|---|
ParticleConfig |
addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
ContentConfig |
addNewContent()
Appends and returns a new empty "content" element
|
ParticleConfig[] |
getAttributeArray()
Deprecated.
|
ParticleConfig |
getAttributeArray(int i)
Gets ith "attribute" element
|
List<ParticleConfig> |
getAttributeList()
Gets a List of "attribute" elements
|
boolean |
getCompleted()
Gets the "completed" element
|
ContentConfig |
getContent()
Gets the "content" element
|
boolean |
getMixed()
Gets the "mixed" element
|
String |
getName()
Gets the "name" element
|
ParticleConfig |
insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
void |
removeAttribute(int i)
Removes the ith "attribute" element
|
void |
setAttributeArray(int i,
ParticleConfig attribute)
Sets ith "attribute" element
|
void |
setAttributeArray(ParticleConfig[] attributeArray)
Sets array of all "attribute" element
|
void |
setCompleted(boolean completed)
Sets the "completed" element
|
void |
setContent(ContentConfig content)
Sets the "content" element
|
void |
setMixed(boolean mixed)
Sets the "mixed" element
|
void |
setName(String name)
Sets the "name" element
|
int |
sizeOfAttributeArray()
Returns number of "attribute" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCompleted()
Gets (as xml) the "completed" element
|
org.apache.xmlbeans.XmlBoolean |
xgetMixed()
Gets (as xml) the "mixed" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
void |
xsetCompleted(org.apache.xmlbeans.XmlBoolean completed)
Sets (as xml) the "completed" element
|
void |
xsetMixed(org.apache.xmlbeans.XmlBoolean mixed)
Sets (as xml) the "mixed" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" 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, 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
boolean getCompleted()
org.apache.xmlbeans.XmlBoolean xgetCompleted()
void setCompleted(boolean completed)
void xsetCompleted(org.apache.xmlbeans.XmlBoolean completed)
boolean getMixed()
org.apache.xmlbeans.XmlBoolean xgetMixed()
void setMixed(boolean mixed)
void xsetMixed(org.apache.xmlbeans.XmlBoolean mixed)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
List<ParticleConfig> getAttributeList()
ParticleConfig[] getAttributeArray()
ParticleConfig getAttributeArray(int i)
int sizeOfAttributeArray()
void setAttributeArray(ParticleConfig[] attributeArray)
void setAttributeArray(int i, ParticleConfig attribute)
ParticleConfig insertNewAttribute(int i)
ParticleConfig addNewAttribute()
void removeAttribute(int i)
ContentConfig getContent()
void setContent(ContentConfig content)
ContentConfig addNewContent()
Copyright © 2019. All Rights Reserved.