Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest extends Request<DefaultResponse>
Add a Communication Barring Alternate Call Indicator. 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 @NotNull @Size(min=1,max=40) java.lang.String
alternateCallIndicator
protected @NotNull @Size(min=1,max=64) java.lang.String
networkServerAlternateCallIndicator
-
Constructor Summary
Constructors Constructor Description SystemCommunicationBarringAlternateCallIndicatorAddRequest()
SystemCommunicationBarringAlternateCallIndicatorAddRequest(BroadWorksServer broadWorksServer, java.lang.String alternateCallIndicator, java.lang.String networkServerAlternateCallIndicator)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.java.lang.String
getAlternateCallIndicator()
static BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.java.lang.String
getNetworkServerAlternateCallIndicator()
BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest
setAlternateCallIndicator(java.lang.String alternateCallIndicator)
BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest
setNetworkServerAlternateCallIndicator(java.lang.String networkServerAlternateCallIndicator)
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
alternateCallIndicator
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) java.lang.String alternateCallIndicator -
networkServerAlternateCallIndicator
@NotNull @Size(min=1, max=64) protected @NotNull @Size(min=1,max=64) java.lang.String networkServerAlternateCallIndicator
-
-
Constructor Details
-
SystemCommunicationBarringAlternateCallIndicatorAddRequest
public SystemCommunicationBarringAlternateCallIndicatorAddRequest() -
SystemCommunicationBarringAlternateCallIndicatorAddRequest
public SystemCommunicationBarringAlternateCallIndicatorAddRequest(BroadWorksServer broadWorksServer, java.lang.String alternateCallIndicator, java.lang.String networkServerAlternateCallIndicator)
-
-
Method Details
-
setAlternateCallIndicator
public BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest setAlternateCallIndicator(java.lang.String alternateCallIndicator) -
getAlternateCallIndicator
public java.lang.String getAlternateCallIndicator() -
setNetworkServerAlternateCallIndicator
public BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest setNetworkServerAlternateCallIndicator(java.lang.String networkServerAlternateCallIndicator) -
getNetworkServerAlternateCallIndicator
public java.lang.String getNetworkServerAlternateCallIndicator() -
getEmptyObject
public static BWSystem.SystemCommunicationBarringAlternateCallIndicatorAddRequest 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>
-