public class CreateAgentAction extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="request" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}CreateAgentActionRequestMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CreateAgentActionRequestMsg |
request |
Constructor and Description |
---|
CreateAgentAction() |
Modifier and Type | Method and Description |
---|---|
CreateAgentActionRequestMsg |
getRequest()
Gets the value of the request property.
|
boolean |
isSetRequest() |
void |
setRequest(CreateAgentActionRequestMsg value)
Sets the value of the request property.
|
protected CreateAgentActionRequestMsg request
public CreateAgentActionRequestMsg getRequest()
CreateAgentActionRequestMsg
public void setRequest(CreateAgentActionRequestMsg value)
value
- allowed object is
CreateAgentActionRequestMsg
public boolean isSetRequest()
Copyright © 2008–2017 MIL-OSS. All rights reserved.