Package co.ecg.alpaca.toolkit.generated
Class Group.GroupServiceUnassignListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupServiceUnassignListRequest
- Enclosing class:
- Group
Unassign one or more of the group's assigned services. The response is either SuccessResponse or ErrorResponse. The following element is only used in AS data mode: allowVsubInstanceDeletion.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @AssertTrue Booleanprotected @NotNull @Valid Groupprotected @NotNull @Size(min=1) GroupService[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()setServiceName(GroupService... serviceName) 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
-
group
-
serviceName
-
allowVsubInstanceDeletion
-
-
Constructor Details
-
GroupServiceUnassignListRequest
public GroupServiceUnassignListRequest() -
GroupServiceUnassignListRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setServiceName
-
getServiceName
-
setFlagAllowVsubInstanceDeletion
-
allowVsubInstanceDeletionFlagExist
public boolean allowVsubInstanceDeletionFlagExist() -
getAllowVsubInstanceDeletion
-
getEmptyObject
public static Group.GroupServiceUnassignListRequest 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>
-