
public class DeleteAgentActionsRequestMsg extends Object implements Serializable
Java class for DeleteAgentActionsRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeleteAgentActionsRequestMsg">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/>
<element name="ActionIDs" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
actionIDs |
protected SecurityWrapper |
classification |
| Constructor and Description |
|---|
DeleteAgentActionsRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActionIDs()
Gets the value of the actionIDs property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
boolean |
isSetActionIDs() |
boolean |
isSetClassification() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetActionIDs() |
protected SecurityWrapper classification
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public List<String> getActionIDs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actionIDs property.
For example, to add a new item, do as follows:
getActionIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetActionIDs()
public void unsetActionIDs()
Copyright © 2008–2017 MIL-OSS. All rights reserved.