public interface ParticleConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ParticleConfig.FactoryA 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 | 
|---|---|
| MapEntryConfig | addNewAttribute()Appends and returns a new empty value (as xml) as the last "attribute" element | 
| MapEntryConfig[] | getAttributeArray()Deprecated.   | 
| MapEntryConfig | getAttributeArray(int i)Gets ith "attribute" element | 
| List<MapEntryConfig> | getAttributeList()Gets a List of "attribute" elements | 
| String | getName()Gets the "name" element | 
| MapEntryConfig | 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,
                 MapEntryConfig attribute)Sets ith "attribute" element | 
| void | setAttributeArray(MapEntryConfig[] attributeArray)Sets array of all "attribute" element | 
| void | setName(String name)Sets the "name" element | 
| int | sizeOfAttributeArray()Returns number of "attribute" element | 
| org.apache.xmlbeans.XmlString | xgetName()Gets (as xml) the "name" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
List<MapEntryConfig> getAttributeList()
MapEntryConfig[] getAttributeArray()
MapEntryConfig getAttributeArray(int i)
int sizeOfAttributeArray()
void setAttributeArray(MapEntryConfig[] attributeArray)
void setAttributeArray(int i,
                       MapEntryConfig attribute)
MapEntryConfig insertNewAttribute(int i)
MapEntryConfig addNewAttribute()
void removeAttribute(int i)
Copyright © 2019. All Rights Reserved.