Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCallProcessingPolicyProfileAddRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemCallProcessingPolicyProfileAddRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCallProcessingPolicyProfileAddRequest extends Request<DefaultResponse>
Add a call processing policy profile to system. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected CallProcessingPolicyProfileSubscriberType21[]assignedSubscriberTypeprotected @Size(min=1,max=80) Stringdescriptionprotected @NotNull @Size(min=1,max=40) Stringname
-
Constructor Summary
Constructors Constructor Description SystemCallProcessingPolicyProfileAddRequest()SystemCallProcessingPolicyProfileAddRequest(BroadWorksServer broadWorksServer, String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.CallProcessingPolicyProfileSubscriberType21[]getAssignedSubscriberType()StringgetDescription()static BWSystem.SystemCallProcessingPolicyProfileAddRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.StringgetName()BWSystem.SystemCallProcessingPolicyProfileAddRequestsetAssignedSubscriberType(CallProcessingPolicyProfileSubscriberType21... assignedSubscriberType)BWSystem.SystemCallProcessingPolicyProfileAddRequestsetDescription(String description)BWSystem.SystemCallProcessingPolicyProfileAddRequestsetName(String name)-
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 Detail
-
name
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) String name
-
description
@Size(min=1, max=80) protected @Size(min=1,max=80) String description
-
assignedSubscriberType
protected CallProcessingPolicyProfileSubscriberType21[] assignedSubscriberType
-
-
Constructor Detail
-
SystemCallProcessingPolicyProfileAddRequest
public SystemCallProcessingPolicyProfileAddRequest()
-
SystemCallProcessingPolicyProfileAddRequest
public SystemCallProcessingPolicyProfileAddRequest(BroadWorksServer broadWorksServer, String name)
-
-
Method Detail
-
setName
public BWSystem.SystemCallProcessingPolicyProfileAddRequest setName(String name)
-
getName
public String getName()
-
setDescription
public BWSystem.SystemCallProcessingPolicyProfileAddRequest setDescription(String description)
-
getDescription
public String getDescription()
-
setAssignedSubscriberType
public BWSystem.SystemCallProcessingPolicyProfileAddRequest setAssignedSubscriberType(CallProcessingPolicyProfileSubscriberType21... assignedSubscriberType)
-
getAssignedSubscriberType
public CallProcessingPolicyProfileSubscriberType21[] getAssignedSubscriberType()
-
getEmptyObject
public static BWSystem.SystemCallProcessingPolicyProfileAddRequest 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:
formRequestin classRequest<DefaultResponse>
-
-