@GwtIncompatible public static class BWSystem.SystemAccountingAddChargingFunctionElementServerRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected String |
address |
protected String |
description |
protected Boolean |
isNetAddressExtended |
protected ChargingFunctionElementServerType |
type |
Constructor and Description |
---|
SystemAccountingAddChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer,
String address,
Boolean isNetAddressExtended,
ChargingFunctionElementServerType type) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getAddress() |
String |
getDescription() |
static BWSystem.SystemAccountingAddChargingFunctionElementServerRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
Boolean |
getIsNetAddressExtended() |
ChargingFunctionElementServerType |
getType() |
BWSystem.SystemAccountingAddChargingFunctionElementServerRequest |
setAddress(String address) |
BWSystem.SystemAccountingAddChargingFunctionElementServerRequest |
setDescription(String description) |
BWSystem.SystemAccountingAddChargingFunctionElementServerRequest |
setIsNetAddressExtended(Boolean isNetAddressExtended) |
BWSystem.SystemAccountingAddChargingFunctionElementServerRequest |
setType(ChargingFunctionElementServerType type) |
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=256) protected String address
@NotNull protected Boolean isNetAddressExtended
@NotNull protected ChargingFunctionElementServerType type
@Size(min=1, max=80) protected String description
public SystemAccountingAddChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer, String address, Boolean isNetAddressExtended, ChargingFunctionElementServerType type)
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setAddress(String address)
public String getAddress()
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setIsNetAddressExtended(Boolean isNetAddressExtended)
public Boolean getIsNetAddressExtended()
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setType(ChargingFunctionElementServerType type)
public ChargingFunctionElementServerType getType()
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setDescription(String description)
public String getDescription()
public static BWSystem.SystemAccountingAddChargingFunctionElementServerRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.