Package co.ecg.alpaca.toolkit.generated
Class RoutePoint.GroupRoutePointGetDNISAnnouncementRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<RoutePoint.GroupRoutePointGetDNISAnnouncementResponse>
-
- co.ecg.alpaca.toolkit.generated.RoutePoint.GroupRoutePointGetDNISAnnouncementRequest
-
- Enclosing class:
- RoutePoint
public static class RoutePoint.GroupRoutePointGetDNISAnnouncementRequest extends Request<RoutePoint.GroupRoutePointGetDNISAnnouncementResponse>
Get a route point's DNIS Announcements The response is either a GroupRoutePointGetDNISAnnouncementResponse22 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 GroupRoutePointGetDNISAnnouncementRequest()
GroupRoutePointGetDNISAnnouncementRequest(BroadWorksServer broadWorksServer, DNISKey dnisKey)
-
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.DNISKey
getDnisKey()
static RoutePoint.GroupRoutePointGetDNISAnnouncementRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.RoutePoint.GroupRoutePointGetDNISAnnouncementRequest
setDnisKey(DNISKey dnisKey)
-
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
-
dnisKey
@NotNull @Valid protected @NotNull @Valid DNISKey dnisKey
-
-
Constructor Detail
-
GroupRoutePointGetDNISAnnouncementRequest
public GroupRoutePointGetDNISAnnouncementRequest()
-
GroupRoutePointGetDNISAnnouncementRequest
public GroupRoutePointGetDNISAnnouncementRequest(BroadWorksServer broadWorksServer, DNISKey dnisKey)
-
-
Method Detail
-
setDnisKey
public RoutePoint.GroupRoutePointGetDNISAnnouncementRequest setDnisKey(DNISKey dnisKey)
-
getDnisKey
public DNISKey getDnisKey()
-
getEmptyObject
public static RoutePoint.GroupRoutePointGetDNISAnnouncementRequest 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<RoutePoint.GroupRoutePointGetDNISAnnouncementResponse>
-
-