Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemZoneCallingZonePhysicalLocationGetResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest extends Request<BWSystem.SystemZoneCallingZonePhysicalLocationGetResponse>
Returns a zone calling physical location for a given zone. Response is SystemZoneCallingZonePhysicalLocationGetResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description SystemZoneCallingZonePhysicalLocationGetRequest()
SystemZoneCallingZonePhysicalLocationGetRequest(BroadWorksServer broadWorksServer, String zoneName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getZoneName()
BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest
setZoneName(String zoneName)
-
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
-
zoneName
@NotNull @Size(min=1, max=80) protected @NotNull @Size(min=1,max=80) String zoneName
-
-
Constructor Detail
-
SystemZoneCallingZonePhysicalLocationGetRequest
public SystemZoneCallingZonePhysicalLocationGetRequest()
-
SystemZoneCallingZonePhysicalLocationGetRequest
public SystemZoneCallingZonePhysicalLocationGetRequest(BroadWorksServer broadWorksServer, String zoneName)
-
-
Method Detail
-
setZoneName
public BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest setZoneName(String zoneName)
-
getZoneName
public String getZoneName()
-
getEmptyObject
public static BWSystem.SystemZoneCallingZonePhysicalLocationGetRequest 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.SystemZoneCallingZonePhysicalLocationGetResponse>
-
-