
public class CreateAgentActionResponseMsg extends Object implements Serializable
Java class for CreateAgentActionResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateAgentActionResponseMsg">
<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="AgentAction" type="{urn:org:miloss:fgsms:services:interfaces:common}AgentAction" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AgentAction> |
agentAction |
protected SecurityWrapper |
classification |
| Constructor and Description |
|---|
CreateAgentActionResponseMsg() |
| Modifier and Type | Method and Description |
|---|---|
List<AgentAction> |
getAgentAction()
Gets the value of the agentAction property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
boolean |
isSetAgentAction() |
boolean |
isSetClassification() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetAgentAction() |
protected SecurityWrapper classification
protected List<AgentAction> agentAction
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public List<AgentAction> getAgentAction()
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 agentAction property.
For example, to add a new item, do as follows:
getAgentAction().add(newItem);
Objects of the following type(s) are allowed in the list
AgentAction
public boolean isSetAgentAction()
public void unsetAgentAction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.