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