
public class UpdateAgentActionRequestMsg extends Object implements Serializable
Java class for UpdateAgentActionRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateAgentActionRequestMsg">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AgentAction |
agentAction |
protected SecurityWrapper |
classification |
| Constructor and Description |
|---|
UpdateAgentActionRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
AgentAction |
getAgentAction()
Gets the value of the agentAction property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
boolean |
isSetAgentAction() |
boolean |
isSetClassification() |
void |
setAgentAction(AgentAction value)
Sets the value of the agentAction property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
protected SecurityWrapper classification
protected AgentAction agentAction
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public AgentAction getAgentAction()
AgentActionpublic void setAgentAction(AgentAction value)
value - allowed object is
AgentActionpublic boolean isSetAgentAction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.