Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest extends Request<DefaultResponse>
Add an application controller to Route Point External 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 java.lang.String[]
applicationController
protected @NotNull @Size(min=1,max=40) java.lang.String
name
-
Constructor Summary
Constructors Constructor Description SystemRoutePointExternalSystemApplicationControllerAddListRequest()
SystemRoutePointExternalSystemApplicationControllerAddListRequest(BroadWorksServer broadWorksServer, java.lang.String name)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.java.lang.String[]
getApplicationController()
static BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.java.lang.String
getName()
BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest
setApplicationController(java.lang.String... applicationController)
BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest
setName(java.lang.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
-
name
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) java.lang.String name -
applicationController
-
-
Constructor Details
-
SystemRoutePointExternalSystemApplicationControllerAddListRequest
public SystemRoutePointExternalSystemApplicationControllerAddListRequest() -
SystemRoutePointExternalSystemApplicationControllerAddListRequest
public SystemRoutePointExternalSystemApplicationControllerAddListRequest(BroadWorksServer broadWorksServer, java.lang.String name)
-
-
Method Details
-
setName
public BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest setName(java.lang.String name) -
getName
public java.lang.String getName() -
setApplicationController
public BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest setApplicationController(java.lang.String... applicationController) -
getApplicationController
public java.lang.String[] getApplicationController() -
getEmptyObject
public static BWSystem.SystemRoutePointExternalSystemApplicationControllerAddListRequest 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>
-