public class MachineInformation extends Object implements Serializable
Java class for MachineInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MachineInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="addresses" type="{urn:org:miloss:fgsms:services:interfaces:common}NetworkAdapterInfo" maxOccurs="unbounded"/> <element name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="operatingsystem" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cpucorecount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="memoryinstalled" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="driveInformation" type="{urn:org:miloss:fgsms:services:interfaces:common}driveInformation" maxOccurs="unbounded"/> <element name="PropertyPair" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}PropertyPair" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<NetworkAdapterInfo> |
addresses |
protected long |
cpucorecount |
protected String |
domain |
protected List<DriveInformation> |
driveInformation |
protected String |
hostname |
protected long |
memoryinstalled |
protected String |
operatingsystem |
protected List<PropertyPair> |
propertyPair |
protected String |
uri |
Constructor and Description |
---|
MachineInformation() |
Modifier and Type | Method and Description |
---|---|
List<NetworkAdapterInfo> |
getAddresses()
Gets the value of the addresses property.
|
long |
getCpucorecount()
Gets the value of the cpucorecount property.
|
String |
getDomain()
Gets the value of the domain property.
|
List<DriveInformation> |
getDriveInformation()
Gets the value of the driveInformation property.
|
String |
getHostname()
Gets the value of the hostname property.
|
long |
getMemoryinstalled()
Gets the value of the memoryinstalled property.
|
String |
getOperatingsystem()
Gets the value of the operatingsystem property.
|
List<PropertyPair> |
getPropertyPair()
Gets the value of the propertyPair property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetAddresses() |
boolean |
isSetCpucorecount() |
boolean |
isSetDomain() |
boolean |
isSetDriveInformation() |
boolean |
isSetHostname() |
boolean |
isSetMemoryinstalled() |
boolean |
isSetOperatingsystem() |
boolean |
isSetPropertyPair() |
boolean |
isSetUri() |
void |
setCpucorecount(long value)
Sets the value of the cpucorecount property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
void |
setMemoryinstalled(long value)
Sets the value of the memoryinstalled property.
|
void |
setOperatingsystem(String value)
Sets the value of the operatingsystem property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetAddresses() |
void |
unsetDriveInformation() |
void |
unsetPropertyPair() |
protected String hostname
protected String uri
protected List<NetworkAdapterInfo> addresses
protected String domain
protected String operatingsystem
protected long cpucorecount
protected long memoryinstalled
protected List<DriveInformation> driveInformation
protected List<PropertyPair> propertyPair
public String getHostname()
String
public void setHostname(String value)
value
- allowed object is
String
public boolean isSetHostname()
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public List<NetworkAdapterInfo> getAddresses()
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 addresses property.
For example, to add a new item, do as follows:
getAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
NetworkAdapterInfo
public boolean isSetAddresses()
public void unsetAddresses()
public String getDomain()
String
public void setDomain(String value)
value
- allowed object is
String
public boolean isSetDomain()
public String getOperatingsystem()
String
public void setOperatingsystem(String value)
value
- allowed object is
String
public boolean isSetOperatingsystem()
public long getCpucorecount()
public void setCpucorecount(long value)
public boolean isSetCpucorecount()
public long getMemoryinstalled()
public void setMemoryinstalled(long value)
public boolean isSetMemoryinstalled()
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 List<PropertyPair> getPropertyPair()
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 propertyPair property.
For example, to add a new item, do as follows:
getPropertyPair().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyPair
public boolean isSetPropertyPair()
public void unsetPropertyPair()
Copyright © 2008–2017 MIL-OSS. All rights reserved.