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