| Constructor and Description |
|---|
CallCenter()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAdapterUrl() |
String |
getCustomSettings() |
String |
getDisplayName() |
String |
getDisplayNameLabel() |
String |
getInternalNameLabel() |
CallCenterSection[] |
getSections() |
String |
getVersion() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAdapterUrl(String adapterUrl) |
void |
setCustomSettings(String customSettings) |
void |
setDisplayName(String displayName) |
void |
setDisplayNameLabel(String displayNameLabel) |
void |
setInternalNameLabel(String internalNameLabel) |
void |
setSections(CallCenterSection[] sections) |
void |
setVersion(String version) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic String getAdapterUrl()
public void setAdapterUrl(String adapterUrl)
public String getCustomSettings()
public void setCustomSettings(String customSettings)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDisplayNameLabel()
public void setDisplayNameLabel(String displayNameLabel)
public String getInternalNameLabel()
public void setInternalNameLabel(String internalNameLabel)
public CallCenterSection[] getSections()
public void setSections(CallCenterSection[] sections)
public String getVersion()
public void setVersion(String version)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.