Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
extends Request<BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse>
Request a list of NCOSs that have a given CallP Policy Profile assigned. The response is either a SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse or ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
(BroadWorksServer broadWorksServer, String profileName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setProfileName
(String profileName) Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
profileName
-
-
Constructor Details
-
SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
public SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest() -
SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest
public SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest(BroadWorksServer broadWorksServer, String profileName)
-
-
Method Details
-
setProfileName
public BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest setProfileName(String profileName) -
getProfileName
-
getEmptyObject
public static BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListRequest getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<BWSystem.SystemCallProcessingPolicyProfileGetAssignedNCOSListResponse>
-