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()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public MachinePolicy getMachinePolicy()
MachinePolicy
public void setMachinePolicy(MachinePolicy value)
value
- allowed object is
MachinePolicy
public 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.