Class PhysicalLocation.SystemPhysicalLocationModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.PhysicalLocation.SystemPhysicalLocationModifyRequest
-
- Enclosing class:
- PhysicalLocation
public static class PhysicalLocation.SystemPhysicalLocationModifyRequest extends Request<DefaultResponse>
Request to modify Physical Location system parameters. The response is either SuccessResponse or 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 Boolean
alwaysAllowEmergencyCalls
-
Constructor Summary
Constructors Constructor Description SystemPhysicalLocationModifyRequest()
SystemPhysicalLocationModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.Boolean
getAlwaysAllowEmergencyCalls()
PhysicalLocation.SystemPhysicalLocationModifyRequest
setAlwaysAllowEmergencyCalls(Boolean alwaysAllowEmergencyCalls)
-
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
-
alwaysAllowEmergencyCalls
protected Boolean alwaysAllowEmergencyCalls
-
-
Constructor Detail
-
SystemPhysicalLocationModifyRequest
public SystemPhysicalLocationModifyRequest()
-
SystemPhysicalLocationModifyRequest
public SystemPhysicalLocationModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setAlwaysAllowEmergencyCalls
public PhysicalLocation.SystemPhysicalLocationModifyRequest setAlwaysAllowEmergencyCalls(Boolean alwaysAllowEmergencyCalls)
-
getAlwaysAllowEmergencyCalls
public Boolean getAlwaysAllowEmergencyCalls()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-