public interface SettingsConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | SettingsConfig.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 | 
|---|---|
| SettingConfig | addNewSetting()Appends and returns a new empty value (as xml) as the last "setting" element | 
| byte[] | getEncryptedContent()Gets the "encryptedContent" element | 
| String | getEncryptedContentAlgorithm()Gets the "encryptedContentAlgorithm" element | 
| SettingConfig[] | getSettingArray()Deprecated.   | 
| SettingConfig | getSettingArray(int i)Gets ith "setting" element | 
| List<SettingConfig> | getSettingList()Gets a List of "setting" elements | 
| SettingConfig | insertNewSetting(int i)Inserts and returns a new empty value (as xml) as the ith "setting" element | 
| boolean | isSetEncryptedContent()True if has "encryptedContent" element | 
| boolean | isSetEncryptedContentAlgorithm()True if has "encryptedContentAlgorithm" element | 
| void | removeSetting(int i)Removes the ith "setting" element | 
| void | setEncryptedContent(byte[] encryptedContent)Sets the "encryptedContent" element | 
| void | setEncryptedContentAlgorithm(String encryptedContentAlgorithm)Sets the "encryptedContentAlgorithm" element | 
| void | setSettingArray(int i,
               SettingConfig setting)Sets ith "setting" element | 
| void | setSettingArray(SettingConfig[] settingArray)Sets array of all "setting" element | 
| int | sizeOfSettingArray()Returns number of "setting" element | 
| void | unsetEncryptedContent()Unsets the "encryptedContent" element | 
| void | unsetEncryptedContentAlgorithm()Unsets the "encryptedContentAlgorithm" element | 
| org.apache.xmlbeans.XmlBase64Binary | xgetEncryptedContent()Gets (as xml) the "encryptedContent" element | 
| org.apache.xmlbeans.XmlString | xgetEncryptedContentAlgorithm()Gets (as xml) the "encryptedContentAlgorithm" element | 
| void | xsetEncryptedContent(org.apache.xmlbeans.XmlBase64Binary encryptedContent)Sets (as xml) the "encryptedContent" element | 
| void | xsetEncryptedContentAlgorithm(org.apache.xmlbeans.XmlString encryptedContentAlgorithm)Sets (as xml) the "encryptedContentAlgorithm" 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, xmlTextList<SettingConfig> getSettingList()
SettingConfig[] getSettingArray()
SettingConfig getSettingArray(int i)
int sizeOfSettingArray()
void setSettingArray(SettingConfig[] settingArray)
void setSettingArray(int i,
                     SettingConfig setting)
SettingConfig insertNewSetting(int i)
SettingConfig addNewSetting()
void removeSetting(int i)
byte[] getEncryptedContent()
org.apache.xmlbeans.XmlBase64Binary xgetEncryptedContent()
boolean isSetEncryptedContent()
void setEncryptedContent(byte[] encryptedContent)
void xsetEncryptedContent(org.apache.xmlbeans.XmlBase64Binary encryptedContent)
void unsetEncryptedContent()
String getEncryptedContentAlgorithm()
org.apache.xmlbeans.XmlString xgetEncryptedContentAlgorithm()
boolean isSetEncryptedContentAlgorithm()
void setEncryptedContentAlgorithm(String encryptedContentAlgorithm)
void xsetEncryptedContentAlgorithm(org.apache.xmlbeans.XmlString encryptedContentAlgorithm)
void unsetEncryptedContentAlgorithm()
Copyright © 2019. All Rights Reserved.