public static class BWSystem.SystemRoamingNetworkAddRequest extends Request<Response.DefaultResponse>
| Modifier and Type | Field and Description |
|---|---|
String |
mscAddress |
boolean |
mscAddressIsModified |
String |
networkTranslationIndex |
boolean |
networkTranslationIndexIsModified |
| Constructor and Description |
|---|
SystemRoamingNetworkAddRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
SystemRoamingNetworkAddRequest(BroadWorksServer bws,
String mscAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getMscAddress() |
String |
getNetworkTranslationIndex() |
BWSystem.SystemRoamingNetworkAddRequest |
setMscAddress(String mscAddress) |
BWSystem.SystemRoamingNetworkAddRequest |
setNetworkTranslationIndex(String networkTranslationIndex) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@Size(min=1,
max=23)
public String mscAddress
public transient boolean mscAddressIsModified
@Size(min=1,
max=128)
public String networkTranslationIndex
public transient boolean networkTranslationIndexIsModified
public SystemRoamingNetworkAddRequest(BroadWorksServer bws, String mscAddress)
public SystemRoamingNetworkAddRequest(BroadWorksServer bws)
bws - The BroadWorksServer to use for the Requestpublic BWSystem.SystemRoamingNetworkAddRequest setMscAddress(String mscAddress)
public String getMscAddress()
public BWSystem.SystemRoamingNetworkAddRequest setNetworkTranslationIndex(String networkTranslationIndex)
public String getNetworkTranslationIndex()
public void formRequest()
throws RequestException
formRequest in class Request<Response.DefaultResponse>RequestExceptionCopyright © 2016 ECG, Inc. All rights reserved.