Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemRoutePointExternalSystemGetRoutePointListResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest extends Request<BWSystem.SystemRoutePointExternalSystemGetRoutePointListResponse>
Get a list of Route Points that are using the specified Route Point External System. The response is either a SystemRoutePointExternalSystemGetRoutePointListResponse 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
routePointExternalSystem
-
Constructor Summary
Constructors Constructor Description SystemRoutePointExternalSystemGetRoutePointListRequest()
SystemRoutePointExternalSystemGetRoutePointListRequest(BroadWorksServer broadWorksServer, java.lang.String routePointExternalSystem)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.java.lang.String
getRoutePointExternalSystem()
BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest
setRoutePointExternalSystem(java.lang.String routePointExternalSystem)
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
-
routePointExternalSystem
@NotNull @Size(min=1, max=40) protected @NotNull @Size(min=1,max=40) java.lang.String routePointExternalSystem
-
-
Constructor Details
-
SystemRoutePointExternalSystemGetRoutePointListRequest
public SystemRoutePointExternalSystemGetRoutePointListRequest() -
SystemRoutePointExternalSystemGetRoutePointListRequest
public SystemRoutePointExternalSystemGetRoutePointListRequest(BroadWorksServer broadWorksServer, java.lang.String routePointExternalSystem)
-
-
Method Details
-
setRoutePointExternalSystem
public BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest setRoutePointExternalSystem(java.lang.String routePointExternalSystem) -
getRoutePointExternalSystem
public java.lang.String getRoutePointExternalSystem() -
getEmptyObject
public static BWSystem.SystemRoutePointExternalSystemGetRoutePointListRequest 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.SystemRoutePointExternalSystemGetRoutePointListResponse>
-