Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemXsiApplicationIdDeleteListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemXsiApplicationIdDeleteListRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemXsiApplicationIdDeleteListRequest
extends Request<DefaultResponse>
Delete the entries from system Xsi application Id list. 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 -
Constructor Summary
ConstructorsConstructorDescriptionSystemXsiApplicationIdDeleteListRequest(BroadWorksServer broadWorksServer, String... xsiApplicationId) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.String[]setXsiApplicationId(String... xsiApplicationId) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
xsiApplicationId
@NotNull @Size(min=1) @StringArrayElementSize(min=1, max=256) protected @NotNull @Size(min=1) String[] xsiApplicationId
-
-
Constructor Details
-
SystemXsiApplicationIdDeleteListRequest
public SystemXsiApplicationIdDeleteListRequest() -
SystemXsiApplicationIdDeleteListRequest
public SystemXsiApplicationIdDeleteListRequest(BroadWorksServer broadWorksServer, String... xsiApplicationId)
-
-
Method Details
-
setXsiApplicationId
public BWSystem.SystemXsiApplicationIdDeleteListRequest setXsiApplicationId(String... xsiApplicationId) -
getXsiApplicationId
-
getEmptyObject
public static BWSystem.SystemXsiApplicationIdDeleteListRequest 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>
-