Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest extends Request<DefaultResponse>
Modifies a zone calling physical location for a given zone. Response is 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 Optional<@Size(min=1,max=1024) String>
physicalLocation
protected @NotNull @Size(min=1,max=80) String
zoneName
-
Constructor Summary
Constructors Constructor Description SystemZoneCallingZonePhysicalLocationModifyRequest()
SystemZoneCallingZonePhysicalLocationModifyRequest(BroadWorksServer broadWorksServer, String zoneName)
-
Method Summary
Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Optional<@Size(min=1,max=1024) String>
getPhysicalLocation()
String
getZoneName()
BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
setPhysicalLocation(String physicalLocation)
BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
setZoneName(String zoneName)
BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest
unsetPhysicalLocation()
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
-
SystemZoneCallingZonePhysicalLocationModifyRequest
public SystemZoneCallingZonePhysicalLocationModifyRequest() -
SystemZoneCallingZonePhysicalLocationModifyRequest
public SystemZoneCallingZonePhysicalLocationModifyRequest(BroadWorksServer broadWorksServer, String zoneName)
-
-
Method Details
-
setZoneName
-
getZoneName
-
unsetPhysicalLocation
-
setPhysicalLocation
public BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest setPhysicalLocation(String physicalLocation) -
getPhysicalLocation
-
getEmptyObject
public static BWSystem.SystemZoneCallingZonePhysicalLocationModifyRequest 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>
-