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[]
assignedSubscriberType
protected @Size(min=1,max=80) String
description
protected @NotNull @Size(min=1,max=40) String
name
-
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 void
formRequest()
Forms the XML Document for this Request Object.CallProcessingPolicyProfileSubscriberType21[]
getAssignedSubscriberType()
String
getDescription()
static BWSystem.SystemCallProcessingPolicyProfileAddRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getName()
BWSystem.SystemCallProcessingPolicyProfileAddRequest
setAssignedSubscriberType(CallProcessingPolicyProfileSubscriberType21... assignedSubscriberType)
BWSystem.SystemCallProcessingPolicyProfileAddRequest
setDescription(String description)
BWSystem.SystemCallProcessingPolicyProfileAddRequest
setName(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:
formRequest
in classRequest<DefaultResponse>
-
-