Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemEmergencyCallNotificationModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemEmergencyCallNotificationModifyRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemEmergencyCallNotificationModifyRequest extends Request<DefaultResponse>
Modify the system level data associated with Emergency Call Notification. The response is either 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 @Size(min=1,max=80) String
defaultFromAddress
-
Constructor Summary
Constructors Constructor Description SystemEmergencyCallNotificationModifyRequest()
SystemEmergencyCallNotificationModifyRequest(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.String
getDefaultFromAddress()
BWSystem.SystemEmergencyCallNotificationModifyRequest
setDefaultFromAddress(String defaultFromAddress)
-
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
-
defaultFromAddress
@Size(min=1, max=80) protected @Size(min=1,max=80) String defaultFromAddress
-
-
Constructor Detail
-
SystemEmergencyCallNotificationModifyRequest
public SystemEmergencyCallNotificationModifyRequest()
-
SystemEmergencyCallNotificationModifyRequest
public SystemEmergencyCallNotificationModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setDefaultFromAddress
public BWSystem.SystemEmergencyCallNotificationModifyRequest setDefaultFromAddress(String defaultFromAddress)
-
getDefaultFromAddress
public String getDefaultFromAddress()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-