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()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public AgentAction getAgentAction()
AgentAction
public void setAgentAction(AgentAction value)
value
- allowed object is
AgentAction
public boolean isSetAgentAction()
Copyright © 2008–2017 MIL-OSS. All rights reserved.