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