Class SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemThirdPartyVoiceMailSupportGetDnListRequest. Contains a table with a row for each ThirdPartyVoiceMailSupport User DN and column headings: "Phone Number", "Description"- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
static SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getPhoneNumber()
int
hashCode()
void
setDescription(String description)
void
setPhoneNumber(String phoneNumber)
String
toString()
-
-
-
Method Detail
-
getPhoneNumber
public String getPhoneNumber()
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFromNode
public static SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<SystemThirdPartyVoiceMailSupportThirdPartyVoiceMailSupportTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-