@GwtIncompatible public static class BWSystem.SystemServiceCodeAddRequest extends Request<DefaultResponse>
Request.Protocol| Modifier and Type | Field and Description | 
|---|---|
protected String | 
description  | 
protected String | 
serviceCode  | 
| Constructor and Description | 
|---|
SystemServiceCodeAddRequest(BroadWorksServer broadWorksServer,
                           String serviceCode,
                           String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
formRequest()
Forms the XML Document for this Request Object. 
 | 
String | 
getDescription()  | 
static BWSystem.SystemServiceCodeAddRequest | 
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup. 
 | 
String | 
getServiceCode()  | 
BWSystem.SystemServiceCodeAddRequest | 
setDescription(String description)  | 
BWSystem.SystemServiceCodeAddRequest | 
setServiceCode(String serviceCode)  | 
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, getValidationErrorsAsString, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull
 @Size(min=1,
      max=30)
protected String serviceCode
@NotNull
 @Size(min=1,
      max=200)
protected String description
public SystemServiceCodeAddRequest(BroadWorksServer broadWorksServer, String serviceCode, String description)
public BWSystem.SystemServiceCodeAddRequest setServiceCode(String serviceCode)
public String getServiceCode()
public BWSystem.SystemServiceCodeAddRequest setDescription(String description)
public String getDescription()
public static BWSystem.SystemServiceCodeAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer - The BroadWorksServerpublic void formRequest()
formRequest in class Request<DefaultResponse>Copyright © 2016 ECG. All rights reserved.