public interface BroadcastServicePropertiesType extends ServicePropertiesType
| Modifier and Type | Interface and Description |
|---|---|
static class |
BroadcastServicePropertiesType.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 |
|---|---|
String |
getAuthenticationConnect()
Gets the "authentication.connect" element
|
String |
getAuthenticationIdentifier()
Gets the "authentication.identifier" element
|
String |
getEncryptionKeyAlias()
Gets the "encryption.key.alias" element
|
String |
getServiceDomain()
Gets the "service.domain" element
|
boolean |
isSetAuthenticationConnect()
True if has "authentication.connect" element
|
boolean |
isSetAuthenticationIdentifier()
True if has "authentication.identifier" element
|
boolean |
isSetEncryptionKeyAlias()
True if has "encryption.key.alias" element
|
boolean |
isSetServiceDomain()
True if has "service.domain" element
|
void |
setAuthenticationConnect(String authenticationConnect)
Sets the "authentication.connect" element
|
void |
setAuthenticationIdentifier(String authenticationIdentifier)
Sets the "authentication.identifier" element
|
void |
setEncryptionKeyAlias(String encryptionKeyAlias)
Sets the "encryption.key.alias" element
|
void |
setServiceDomain(String serviceDomain)
Sets the "service.domain" element
|
void |
unsetAuthenticationConnect()
Unsets the "authentication.connect" element
|
void |
unsetAuthenticationIdentifier()
Unsets the "authentication.identifier" element
|
void |
unsetEncryptionKeyAlias()
Unsets the "encryption.key.alias" element
|
void |
unsetServiceDomain()
Unsets the "service.domain" element
|
CollapsedString |
xgetAuthenticationConnect()
Gets (as xml) the "authentication.connect" element
|
CollapsedString |
xgetAuthenticationIdentifier()
Gets (as xml) the "authentication.identifier" element
|
CollapsedString |
xgetEncryptionKeyAlias()
Gets (as xml) the "encryption.key.alias" element
|
CollapsedString |
xgetServiceDomain()
Gets (as xml) the "service.domain" element
|
void |
xsetAuthenticationConnect(CollapsedString authenticationConnect)
Sets (as xml) the "authentication.connect" element
|
void |
xsetAuthenticationIdentifier(CollapsedString authenticationIdentifier)
Sets (as xml) the "authentication.identifier" element
|
void |
xsetEncryptionKeyAlias(CollapsedString encryptionKeyAlias)
Sets (as xml) the "encryption.key.alias" element
|
void |
xsetServiceDomain(CollapsedString serviceDomain)
Sets (as xml) the "service.domain" 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 getServiceDomain()
CollapsedString xgetServiceDomain()
boolean isSetServiceDomain()
void setServiceDomain(String serviceDomain)
void xsetServiceDomain(CollapsedString serviceDomain)
void unsetServiceDomain()
String getEncryptionKeyAlias()
CollapsedString xgetEncryptionKeyAlias()
boolean isSetEncryptionKeyAlias()
void setEncryptionKeyAlias(String encryptionKeyAlias)
void xsetEncryptionKeyAlias(CollapsedString encryptionKeyAlias)
void unsetEncryptionKeyAlias()
String getAuthenticationConnect()
CollapsedString xgetAuthenticationConnect()
boolean isSetAuthenticationConnect()
void setAuthenticationConnect(String authenticationConnect)
void xsetAuthenticationConnect(CollapsedString authenticationConnect)
void unsetAuthenticationConnect()
String getAuthenticationIdentifier()
CollapsedString xgetAuthenticationIdentifier()
boolean isSetAuthenticationIdentifier()
void setAuthenticationIdentifier(String authenticationIdentifier)
void xsetAuthenticationIdentifier(CollapsedString authenticationIdentifier)
void unsetAuthenticationIdentifier()
Copyright © 2014–2016. All rights reserved.