public static class BWSystem.SystemOfficeZoneAddRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
String |
description |
boolean |
descriptionIsModified |
String |
officeZoneName |
boolean |
officeZoneNameIsModified |
String |
primaryZoneName |
boolean |
primaryZoneNameIsModified |
String[] |
zoneName |
boolean |
zoneNameIsModified |
Constructor and Description |
---|
SystemOfficeZoneAddRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
SystemOfficeZoneAddRequest(BroadWorksServer bws,
String officeZoneName,
String primaryZoneName,
String... zoneName) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getDescription() |
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, 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=40) public String officeZoneName
public transient boolean officeZoneNameIsModified
@Size(min=1, max=80) public String description
public transient boolean descriptionIsModified
@StringArrayElementSize(min=1, max=80) @Size(min=1) public String[] zoneName
public transient boolean zoneNameIsModified
@Size(min=1, max=80) public String primaryZoneName
public transient boolean primaryZoneNameIsModified
public SystemOfficeZoneAddRequest(BroadWorksServer bws, String officeZoneName, String primaryZoneName, String... zoneName)
public SystemOfficeZoneAddRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic 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 void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.