@GwtIncompatible public static class BWSystem.SystemOfficeZoneAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
officeZoneName |
protected String |
primaryZoneName |
protected String[] |
zoneName |
Constructor and Description |
---|
SystemOfficeZoneAddRequest(BroadWorksServer broadWorksServer,
String officeZoneName,
String primaryZoneName,
String... zoneName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getDescription() |
static BWSystem.SystemOfficeZoneAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getOfficeZoneName() |
String |
getPrimaryZoneName() |
String[] |
getZoneName() |
BWSystem.SystemOfficeZoneAddRequest |
setDescription(String description) |
BWSystem.SystemOfficeZoneAddRequest |
setOfficeZoneName(String officeZoneName) |
BWSystem.SystemOfficeZoneAddRequest |
setPrimaryZoneName(String primaryZoneName) |
BWSystem.SystemOfficeZoneAddRequest |
setZoneName(String... zoneName) |
appendChild, appendChild, appendChild, asyncFire, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull @Size(min=1, max=40) protected String officeZoneName
@Size(min=1, max=80) protected String description
@NotNull @Size(min=1) @StringArrayElementSize(min=1, max=80) protected String[] zoneName
@NotNull @Size(min=1, max=80) protected String primaryZoneName
public SystemOfficeZoneAddRequest(BroadWorksServer broadWorksServer, String officeZoneName, String primaryZoneName, String... zoneName)
public BWSystem.SystemOfficeZoneAddRequest setOfficeZoneName(String officeZoneName)
public String getOfficeZoneName()
public BWSystem.SystemOfficeZoneAddRequest setDescription(String description)
public String getDescription()
public BWSystem.SystemOfficeZoneAddRequest setZoneName(String... zoneName)
public String[] getZoneName()
public BWSystem.SystemOfficeZoneAddRequest setPrimaryZoneName(String primaryZoneName)
public String getPrimaryZoneName()
public static BWSystem.SystemOfficeZoneAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.