
public class GetProcessesListByMachineRequestMsg extends Object implements Serializable
Java class for GetProcessesListByMachineRequestMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProcessesListByMachineRequestMsg">
<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="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="domainname" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected String |
domainname |
protected String |
hostname |
| Constructor and Description |
|---|
GetProcessesListByMachineRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
String |
getDomainname()
Gets the value of the domainname property.
|
String |
getHostname()
Gets the value of the hostname property.
|
boolean |
isSetClassification() |
boolean |
isSetDomainname() |
boolean |
isSetHostname() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDomainname(String value)
Sets the value of the domainname property.
|
void |
setHostname(String value)
Sets the value of the hostname property.
|
protected SecurityWrapper classification
protected String hostname
protected String domainname
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isSetClassification()
public String getHostname()
Stringpublic void setHostname(String value)
value - allowed object is
Stringpublic boolean isSetHostname()
public String getDomainname()
Stringpublic void setDomainname(String value)
value - allowed object is
Stringpublic boolean isSetDomainname()
Copyright © 2008–2017 MIL-OSS. All rights reserved.