public class SetProcessListByMachineRequestMsg extends Object implements Serializable
Java class for SetProcessListByMachineRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetProcessListByMachineRequestMsg"> <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="agentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MachineInformation" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}MachineInformation"/> <element name="services" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
agentType |
protected SecurityWrapper |
classification |
protected MachineInformation |
machineInformation |
protected List<String> |
services |
Constructor and Description |
---|
SetProcessListByMachineRequestMsg() |
Modifier and Type | Method and Description |
---|---|
String |
getAgentType()
Gets the value of the agentType property.
|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
MachineInformation |
getMachineInformation()
Gets the value of the machineInformation property.
|
List<String> |
getServices()
Gets the value of the services property.
|
boolean |
isSetAgentType() |
boolean |
isSetClassification() |
boolean |
isSetMachineInformation() |
boolean |
isSetServices() |
void |
setAgentType(String value)
Sets the value of the agentType property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMachineInformation(MachineInformation value)
Sets the value of the machineInformation property.
|
void |
unsetServices() |
protected SecurityWrapper classification
protected String agentType
protected MachineInformation machineInformation
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public String getAgentType()
String
public void setAgentType(String value)
value
- allowed object is
String
public boolean isSetAgentType()
public MachineInformation getMachineInformation()
MachineInformation
public void setMachineInformation(MachineInformation value)
value
- allowed object is
MachineInformation
public boolean isSetMachineInformation()
public List<String> getServices()
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 services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetServices()
public void unsetServices()
Copyright © 2008–2017 MIL-OSS. All rights reserved.