@GwtIncompatible public static class BWSystem.SystemCommunicationBarringCallTypeAddRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description |
|---|---|
protected String |
callType |
protected String |
networkServerCallType |
| Constructor and Description |
|---|
SystemCommunicationBarringCallTypeAddRequest(BroadWorksServer broadWorksServer,
String callType,
String networkServerCallType) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getCallType() |
static BWSystem.SystemCommunicationBarringCallTypeAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getNetworkServerCallType() |
BWSystem.SystemCommunicationBarringCallTypeAddRequest |
setCallType(String callType) |
BWSystem.SystemCommunicationBarringCallTypeAddRequest |
setNetworkServerCallType(String networkServerCallType) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRootElement, toString, validate@NotNull
@Size(min=1,
max=40)
protected String callType
@NotNull
@Size(min=1,
max=4)
protected String networkServerCallType
public SystemCommunicationBarringCallTypeAddRequest(BroadWorksServer broadWorksServer, String callType, String networkServerCallType)
public BWSystem.SystemCommunicationBarringCallTypeAddRequest setCallType(String callType)
public String getCallType()
public BWSystem.SystemCommunicationBarringCallTypeAddRequest setNetworkServerCallType(String networkServerCallType)
public String getNetworkServerCallType()
public static BWSystem.SystemCommunicationBarringCallTypeAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2017 ECG. All rights reserved.