Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCommunicationBarringProfileGetRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemCommunicationBarringProfileGetResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCommunicationBarringProfileGetRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCommunicationBarringProfileGetRequest extends Request<BWSystem.SystemCommunicationBarringProfileGetResponse>
Get an existing Communication Barring Profile. The response is either a SystemCommunicationBarringProfileGetResponse19sp1V2 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
-
Constructor Summary
Constructors Constructor Description SystemCommunicationBarringProfileGetRequest()
SystemCommunicationBarringProfileGetRequest(BroadWorksServer broadWorksServer, String name)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemCommunicationBarringProfileGetRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getName()
BWSystem.SystemCommunicationBarringProfileGetRequest
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
SystemCommunicationBarringProfileGetRequest
public SystemCommunicationBarringProfileGetRequest() -
SystemCommunicationBarringProfileGetRequest
-
-
Method Details
-
setName
-
getName
-
getEmptyObject
public static BWSystem.SystemCommunicationBarringProfileGetRequest 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.SystemCommunicationBarringProfileGetResponse>
-