public class MachineData extends Object implements Serializable
Java class for MachineData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MachineData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="driveInformation" type="{urn:org:miloss:fgsms:services:interfaces:common}driveInformation" maxOccurs="unbounded" minOccurs="0"/> <element name="Hostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MachinePerformanceData" type="{urn:org:miloss:fgsms:services:interfaces:common}MachinePerformanceData"/> <element name="ProcessPerformanceData" type="{urn:org:miloss:fgsms:services:interfaces:common}ProcessPerformanceData" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
domainName |
protected List<DriveInformation> |
driveInformation |
protected String |
hostname |
protected MachinePerformanceData |
machinePerformanceData |
protected List<ProcessPerformanceData> |
processPerformanceData |
Constructor and Description |
---|
MachineData() |
Modifier and Type | Method and Description |
---|---|
String |
getDomainName()
Gets the value of the domainName property.
|
List<DriveInformation> |
getDriveInformation()
Gets the value of the driveInformation property.
|
String |
getHostname()
Gets the value of the hostname property.
|
MachinePerformanceData |
getMachinePerformanceData()
Gets the value of the machinePerformanceData property.
|
List<ProcessPerformanceData> |
getProcessPerformanceData()
Gets the value of the processPerformanceData property.
|
boolean |
isSetDomainName() |
boolean |
isSetDriveInformation() |
boolean |
isSetHostname() |
boolean |
isSetMachinePerformanceData() |
boolean |
isSetProcessPerformanceData() |
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setMachinePerformanceData(MachinePerformanceData value)
Sets the value of the machinePerformanceData property.
|
void |
unsetDriveInformation() |
void |
unsetProcessPerformanceData() |
protected List<DriveInformation> driveInformation
protected String hostname
protected String domainName
protected MachinePerformanceData machinePerformanceData
protected List<ProcessPerformanceData> processPerformanceData
public List<DriveInformation> getDriveInformation()
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 driveInformation property.
For example, to add a new item, do as follows:
getDriveInformation().add(newItem);
Objects of the following type(s) are allowed in the list
DriveInformation
public boolean isSetDriveInformation()
public void unsetDriveInformation()
public String getHostname()
String
public void setHostname(String value)
value
- allowed object is
String
public boolean isSetHostname()
public String getDomainName()
String
public void setDomainName(String value)
value
- allowed object is
String
public boolean isSetDomainName()
public MachinePerformanceData getMachinePerformanceData()
MachinePerformanceData
public void setMachinePerformanceData(MachinePerformanceData value)
value
- allowed object is
MachinePerformanceData
public boolean isSetMachinePerformanceData()
public List<ProcessPerformanceData> getProcessPerformanceData()
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 processPerformanceData property.
For example, to add a new item, do as follows:
getProcessPerformanceData().add(newItem);
Objects of the following type(s) are allowed in the list
ProcessPerformanceData
public boolean isSetProcessPerformanceData()
public void unsetProcessPerformanceData()
Copyright © 2008–2017 MIL-OSS. All rights reserved.