Class ResellerXsiPolicyProfileSvcProviderTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ResellerXsiPolicyProfileSvcProviderTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ResellerXsiPolicyProfileSvcProviderTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to ResellerXsiPolicyProfileGetAssignedServiceProviderListRequest. Contains a table of Service Providers that have the Xsi Policy Profile assigned. The column headings are: "Organization ID", "Organization Name", "Organization Type".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayinthashCode()voidsetOrganizationID(String organizationID) voidsetOrganizationName(String organizationName) voidsetOrganizationType(String organizationType) toString()
-
Constructor Details
-
ResellerXsiPolicyProfileSvcProviderTableRow
public ResellerXsiPolicyProfileSvcProviderTableRow()
-
-
Method Details
-
getOrganizationID
-
setOrganizationID
-
getOrganizationName
-
setOrganizationName
-
getOrganizationType
-
setOrganizationType
-
getFromNode
public static ResellerXsiPolicyProfileSvcProviderTableRow 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<ResellerXsiPolicyProfileSvcProviderTableRow> 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
-
equals
-
hashCode
public int hashCode() -
toString
-