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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.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 Details
-
alwaysAllowEmergencyCalls
-
-
Constructor Details
-
SystemPhysicalLocationModifyRequest
public SystemPhysicalLocationModifyRequest() -
SystemPhysicalLocationModifyRequest
-
-
Method Details
-
setAlwaysAllowEmergencyCalls
public PhysicalLocation.SystemPhysicalLocationModifyRequest setAlwaysAllowEmergencyCalls(Boolean alwaysAllowEmergencyCalls) -
getAlwaysAllowEmergencyCalls
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-