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