public interface OAuth2ProfileContainerConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OAuth2ProfileContainerConfig.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 |
---|---|
OAuth2ProfileConfig |
addNewOAuth2Profile()
Appends and returns a new empty value (as xml) as the last "oAuth2Profile" element
|
OAuth2ProfileConfig[] |
getOAuth2ProfileArray()
Deprecated.
|
OAuth2ProfileConfig |
getOAuth2ProfileArray(int i)
Gets ith "oAuth2Profile" element
|
List<OAuth2ProfileConfig> |
getOAuth2ProfileList()
Gets a List of "oAuth2Profile" elements
|
OAuth2ProfileConfig |
insertNewOAuth2Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth2Profile" element
|
void |
removeOAuth2Profile(int i)
Removes the ith "oAuth2Profile" element
|
void |
setOAuth2ProfileArray(int i,
OAuth2ProfileConfig oAuth2Profile)
Sets ith "oAuth2Profile" element
|
void |
setOAuth2ProfileArray(OAuth2ProfileConfig[] oAuth2ProfileArray)
Sets array of all "oAuth2Profile" element
|
int |
sizeOfOAuth2ProfileArray()
Returns number of "oAuth2Profile" 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<OAuth2ProfileConfig> getOAuth2ProfileList()
OAuth2ProfileConfig[] getOAuth2ProfileArray()
OAuth2ProfileConfig getOAuth2ProfileArray(int i)
int sizeOfOAuth2ProfileArray()
void setOAuth2ProfileArray(OAuth2ProfileConfig[] oAuth2ProfileArray)
void setOAuth2ProfileArray(int i, OAuth2ProfileConfig oAuth2Profile)
OAuth2ProfileConfig insertNewOAuth2Profile(int i)
OAuth2ProfileConfig addNewOAuth2Profile()
void removeOAuth2Profile(int i)
Copyright © 2019. All Rights Reserved.