Class ServiceProviderCommunicationBarringProfileGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderCommunicationBarringProfileGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,java.io.Serializable
public class ServiceProviderCommunicationBarringProfileGroupTableRow extends java.lang.Object implements BroadWorksTableRow, java.io.Serializable
Response to ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest. Contains a table of groups that have the Communication Barring Profile assigned. The column headings are: "Group Id" and "Group Name".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderCommunicationBarringProfileGroupTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
static ServiceProviderCommunicationBarringProfileGroupTableRow
getFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic java.util.List<ServiceProviderCommunicationBarringProfileGroupTableRow>
getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayjava.lang.String
getGroupId()
java.lang.String
getGroupName()
int
hashCode()
void
setGroupId(java.lang.String groupId)
void
setGroupName(java.lang.String groupName)
-
Constructor Details
-
ServiceProviderCommunicationBarringProfileGroupTableRow
public ServiceProviderCommunicationBarringProfileGroupTableRow()
-
-
Method Details
-
getGroupId
public java.lang.String getGroupId() -
setGroupId
public void setGroupId(java.lang.String groupId) -
getGroupName
public java.lang.String getGroupName() -
setGroupName
public void setGroupName(java.lang.String groupName) -
getFromNode
public static ServiceProviderCommunicationBarringProfileGroupTableRow getFromNode(org.w3c.dom.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 java.util.List<ServiceProviderCommunicationBarringProfileGroupTableRow> getFromNodeArray(org.w3c.dom.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
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-