Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemRoamingNetworkAddRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoamingNetworkAddRequest
-
- Enclosing class:
- BWSystem
public static class BWSystem.SystemRoamingNetworkAddRequest extends Request<DefaultResponse>
Add a Roaming Network. 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 @NotNull @Size(min=1,max=23) String
mscAddress
protected @Size(min=1,max=128) String
networkTranslationIndex
-
Constructor Summary
Constructors Constructor Description SystemRoamingNetworkAddRequest()
SystemRoamingNetworkAddRequest(BroadWorksServer broadWorksServer, String mscAddress)
-
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.SystemRoamingNetworkAddRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.String
getMscAddress()
String
getNetworkTranslationIndex()
BWSystem.SystemRoamingNetworkAddRequest
setMscAddress(String mscAddress)
BWSystem.SystemRoamingNetworkAddRequest
setNetworkTranslationIndex(String networkTranslationIndex)
-
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
-
-
-
-
Constructor Detail
-
SystemRoamingNetworkAddRequest
public SystemRoamingNetworkAddRequest()
-
SystemRoamingNetworkAddRequest
public SystemRoamingNetworkAddRequest(BroadWorksServer broadWorksServer, String mscAddress)
-
-
Method Detail
-
setMscAddress
public BWSystem.SystemRoamingNetworkAddRequest setMscAddress(String mscAddress)
-
getMscAddress
public String getMscAddress()
-
setNetworkTranslationIndex
public BWSystem.SystemRoamingNetworkAddRequest setNetworkTranslationIndex(String networkTranslationIndex)
-
getNetworkTranslationIndex
public String getNetworkTranslationIndex()
-
getEmptyObject
public static BWSystem.SystemRoamingNetworkAddRequest 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>
-
-