Class ServiceProviderCommunicationBarringProfileProfileTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ServiceProviderCommunicationBarringProfileProfileTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,java.io.Serializable
public class ServiceProviderCommunicationBarringProfileProfileTable1Row extends java.lang.Object implements BroadWorksTableRow, java.io.Serializable
Response to the ServiceProviderCommunicationBarringProfileGetListRequest. The response contains a table of all Communication Barring Profiles for the service provider. The column headings are "Default" , "Name" and "Description"
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ServiceProviderCommunicationBarringProfileProfileTable1Row()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getDef()
java.lang.String
getDescription()
static ServiceProviderCommunicationBarringProfileProfileTable1Row
getFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic java.util.List<ServiceProviderCommunicationBarringProfileProfileTable1Row>
getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayjava.lang.String
getName()
int
hashCode()
void
setDef(java.lang.String def)
void
setDescription(java.lang.String description)
void
setName(java.lang.String name)
-
Constructor Details
-
ServiceProviderCommunicationBarringProfileProfileTable1Row
public ServiceProviderCommunicationBarringProfileProfileTable1Row()
-
-
Method Details
-
getDef
public java.lang.String getDef() -
setDef
public void setDef(java.lang.String def) -
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getDescription
public java.lang.String getDescription() -
setDescription
public void setDescription(java.lang.String description) -
getFromNode
public static ServiceProviderCommunicationBarringProfileProfileTable1Row 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<ServiceProviderCommunicationBarringProfileProfileTable1Row> 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
-