public interface OAuth1ProfileContainerConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OAuth1ProfileContainerConfig.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 |
---|---|
OAuth1ProfileConfig |
addNewOAuth1Profile()
Appends and returns a new empty value (as xml) as the last "oAuth1Profile" element
|
OAuth1ProfileConfig[] |
getOAuth1ProfileArray()
Deprecated.
|
OAuth1ProfileConfig |
getOAuth1ProfileArray(int i)
Gets ith "oAuth1Profile" element
|
List<OAuth1ProfileConfig> |
getOAuth1ProfileList()
Gets a List of "oAuth1Profile" elements
|
OAuth1ProfileConfig |
insertNewOAuth1Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth1Profile" element
|
void |
removeOAuth1Profile(int i)
Removes the ith "oAuth1Profile" element
|
void |
setOAuth1ProfileArray(int i,
OAuth1ProfileConfig oAuth1Profile)
Sets ith "oAuth1Profile" element
|
void |
setOAuth1ProfileArray(OAuth1ProfileConfig[] oAuth1ProfileArray)
Sets array of all "oAuth1Profile" element
|
int |
sizeOfOAuth1ProfileArray()
Returns number of "oAuth1Profile" 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
List<OAuth1ProfileConfig> getOAuth1ProfileList()
OAuth1ProfileConfig[] getOAuth1ProfileArray()
OAuth1ProfileConfig getOAuth1ProfileArray(int i)
int sizeOfOAuth1ProfileArray()
void setOAuth1ProfileArray(OAuth1ProfileConfig[] oAuth1ProfileArray)
void setOAuth1ProfileArray(int i, OAuth1ProfileConfig oAuth1Profile)
OAuth1ProfileConfig insertNewOAuth1Profile(int i)
OAuth1ProfileConfig addNewOAuth1Profile()
void removeOAuth1Profile(int i)
Copyright © 2019. All Rights Reserved.