public interface TurnRestServicePropertiesType extends ServicePropertiesType
| Modifier and Type | Interface and Description |
|---|---|
static class |
TurnRestServicePropertiesType.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 |
|---|---|
CollapsedString |
addNewUrl()
Appends and returns a new empty value (as xml) as the last "url" element
|
void |
addUrl(String url)
Appends the value as the last "url" element
|
String |
getCredentialsGenerator()
Gets the "credentials.generator" element
|
String |
getCredentialsTtl()
Gets the "credentials.ttl" element
|
String |
getKeyAlgorithm()
Gets the "key.algorithm" element
|
String |
getKeyAlias()
Gets the "key.alias" element
|
String[] |
getUrlArray()
Gets array of all "url" elements
|
String |
getUrlArray(int i)
Gets ith "url" element
|
String |
getUsernameSeparator()
Gets the "username.separator" element
|
CollapsedString |
insertNewUrl(int i)
Inserts and returns a new empty value (as xml) as the ith "url" element
|
void |
insertUrl(int i,
String url)
Inserts the value as the ith "url" element
|
boolean |
isSetCredentialsTtl()
True if has "credentials.ttl" element
|
boolean |
isSetKeyAlgorithm()
True if has "key.algorithm" element
|
boolean |
isSetUsernameSeparator()
True if has "username.separator" element
|
void |
removeUrl(int i)
Removes the ith "url" element
|
void |
setCredentialsGenerator(String credentialsGenerator)
Sets the "credentials.generator" element
|
void |
setCredentialsTtl(String credentialsTtl)
Sets the "credentials.ttl" element
|
void |
setKeyAlgorithm(String keyAlgorithm)
Sets the "key.algorithm" element
|
void |
setKeyAlias(String keyAlias)
Sets the "key.alias" element
|
void |
setUrlArray(int i,
String url)
Sets ith "url" element
|
void |
setUrlArray(String[] urlArray)
Sets array of all "url" element
|
void |
setUsernameSeparator(String usernameSeparator)
Sets the "username.separator" element
|
int |
sizeOfUrlArray()
Returns number of "url" element
|
void |
unsetCredentialsTtl()
Unsets the "credentials.ttl" element
|
void |
unsetKeyAlgorithm()
Unsets the "key.algorithm" element
|
void |
unsetUsernameSeparator()
Unsets the "username.separator" element
|
CollapsedString |
xgetCredentialsGenerator()
Gets (as xml) the "credentials.generator" element
|
TimeIntervalString |
xgetCredentialsTtl()
Gets (as xml) the "credentials.ttl" element
|
CollapsedString |
xgetKeyAlgorithm()
Gets (as xml) the "key.algorithm" element
|
CollapsedString |
xgetKeyAlias()
Gets (as xml) the "key.alias" element
|
CollapsedString[] |
xgetUrlArray()
Gets (as xml) array of all "url" elements
|
CollapsedString |
xgetUrlArray(int i)
Gets (as xml) ith "url" element
|
CollapsedString |
xgetUsernameSeparator()
Gets (as xml) the "username.separator" element
|
void |
xsetCredentialsGenerator(CollapsedString credentialsGenerator)
Sets (as xml) the "credentials.generator" element
|
void |
xsetCredentialsTtl(TimeIntervalString credentialsTtl)
Sets (as xml) the "credentials.ttl" element
|
void |
xsetKeyAlgorithm(CollapsedString keyAlgorithm)
Sets (as xml) the "key.algorithm" element
|
void |
xsetKeyAlias(CollapsedString keyAlias)
Sets (as xml) the "key.alias" element
|
void |
xsetUrlArray(CollapsedString[] urlArray)
Sets (as xml) array of all "url" element
|
void |
xsetUrlArray(int i,
CollapsedString url)
Sets (as xml) ith "url" element
|
void |
xsetUsernameSeparator(CollapsedString usernameSeparator)
Sets (as xml) the "username.separator" 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 getKeyAlias()
CollapsedString xgetKeyAlias()
void setKeyAlias(String keyAlias)
void xsetKeyAlias(CollapsedString keyAlias)
String getKeyAlgorithm()
CollapsedString xgetKeyAlgorithm()
boolean isSetKeyAlgorithm()
void setKeyAlgorithm(String keyAlgorithm)
void xsetKeyAlgorithm(CollapsedString keyAlgorithm)
void unsetKeyAlgorithm()
String getCredentialsGenerator()
CollapsedString xgetCredentialsGenerator()
void setCredentialsGenerator(String credentialsGenerator)
void xsetCredentialsGenerator(CollapsedString credentialsGenerator)
String getCredentialsTtl()
TimeIntervalString xgetCredentialsTtl()
boolean isSetCredentialsTtl()
void setCredentialsTtl(String credentialsTtl)
void xsetCredentialsTtl(TimeIntervalString credentialsTtl)
void unsetCredentialsTtl()
String getUsernameSeparator()
CollapsedString xgetUsernameSeparator()
boolean isSetUsernameSeparator()
void setUsernameSeparator(String usernameSeparator)
void xsetUsernameSeparator(CollapsedString usernameSeparator)
void unsetUsernameSeparator()
String[] getUrlArray()
String getUrlArray(int i)
CollapsedString[] xgetUrlArray()
CollapsedString xgetUrlArray(int i)
int sizeOfUrlArray()
void setUrlArray(String[] urlArray)
void setUrlArray(int i,
String url)
void xsetUrlArray(CollapsedString[] urlArray)
void xsetUrlArray(int i,
CollapsedString url)
void insertUrl(int i,
String url)
void addUrl(String url)
CollapsedString insertNewUrl(int i)
CollapsedString addNewUrl()
void removeUrl(int i)
Copyright © 2014–2016. All rights reserved.