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) String
address
protected @Size(min=1,max=80) String
description
protected @NotNull Boolean
isNetAddressExtended
protected @NotNull ChargingFunctionElementServerType
type
-
Constructor Summary
Constructors Constructor Description SystemAccountingAddChargingFunctionElementServerRequest()
SystemAccountingAddChargingFunctionElementServerRequest(BroadWorksServer broadWorksServer, String address, Boolean isNetAddressExtended, ChargingFunctionElementServerType type)
-
Method Summary
Modifier and Type Method 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)
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:
formRequest
in classRequest<DefaultResponse>
-