@GwtIncompatible public static class Group.GroupIMRNUnassignListRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Group |
group |
protected String[] |
imrn |
protected DNRange[] |
imrnRange |
Constructor and Description |
---|
GroupIMRNUnassignListRequest(Group group) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static Group.GroupIMRNUnassignListRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Group |
getGroup() |
String[] |
getImrn() |
DNRange[] |
getImrnRange() |
Group.GroupIMRNUnassignListRequest |
setGroup(Group group) |
Group.GroupIMRNUnassignListRequest |
setImrn(String... imrn) |
Group.GroupIMRNUnassignListRequest |
setImrnRange(DNRange... imrnRange) |
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 protected transient Group group
@StringArrayElementSize(min=1, max=23) protected String[] imrn
protected DNRange[] imrnRange
public GroupIMRNUnassignListRequest(Group group)
public Group.GroupIMRNUnassignListRequest setGroup(Group group)
public Group getGroup()
public Group.GroupIMRNUnassignListRequest setImrn(String... imrn)
public String[] getImrn()
public Group.GroupIMRNUnassignListRequest setImrnRange(DNRange... imrnRange)
public DNRange[] getImrnRange()
public static Group.GroupIMRNUnassignListRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.