Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemAccountingAddChargingFunctionElementServerRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemAccountingAddChargingFunctionElementServerRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemAccountingAddChargingFunctionElementServerRequest extends Request<DefaultResponse>
Request to add a ChargingFunctionElement Server to the system. The response is either a SuccessResponse or an ErrorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Size(min=1,max=256) Stringaddressprotected @Size(min=1,max=80) Stringdescriptionprotected @NotNull BooleanisNetAddressExtendedprotected @NotNull ChargingFunctionElementServerTypetype -
Constructor Summary
Constructors Constructor Description SystemAccountingAddChargingFunctionElementServerRequest()SystemAccountingAddChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer, String address, Boolean isNetAddressExtended, ChargingFunctionElementServerType type) -
Method Summary
Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.StringgetAddress()StringgetDescription()static BWSystem.SystemAccountingAddChargingFunctionElementServerRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.BooleangetIsNetAddressExtended()ChargingFunctionElementServerTypegetType()BWSystem.SystemAccountingAddChargingFunctionElementServerRequestsetAddress(String address)BWSystem.SystemAccountingAddChargingFunctionElementServerRequestsetDescription(String description)BWSystem.SystemAccountingAddChargingFunctionElementServerRequestsetIsNetAddressExtended(Boolean isNetAddressExtended)BWSystem.SystemAccountingAddChargingFunctionElementServerRequestsetType(ChargingFunctionElementServerType type)Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
Constructor Details
-
SystemAccountingAddChargingFunctionElementServerRequest
public SystemAccountingAddChargingFunctionElementServerRequest() -
SystemAccountingAddChargingFunctionElementServerRequest
public SystemAccountingAddChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer, String address, Boolean isNetAddressExtended, ChargingFunctionElementServerType type)
-
-
Method Details
-
setAddress
-
getAddress
-
setIsNetAddressExtended
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setIsNetAddressExtended(Boolean isNetAddressExtended) -
getIsNetAddressExtended
-
setType
-
getType
-
setDescription
public BWSystem.SystemAccountingAddChargingFunctionElementServerRequest setDescription(String description) -
getDescription
-
getEmptyObject
public static BWSystem.SystemAccountingAddChargingFunctionElementServerRequest getEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.- Parameters:
broadWorksServer- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequestin classRequest<DefaultResponse>
-