public class GetDataCollectorListResponseMsg extends Object implements Serializable
Java class for GetDataCollectorListResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetDataCollectorListResponseMsg"> <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="hosts" type="{urn:org:miloss:fgsms:services:interfaces:dataAccessService}ArrayOfHostInstanceStats"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected ArrayOfHostInstanceStats |
hosts |
Constructor and Description |
---|
GetDataCollectorListResponseMsg() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
ArrayOfHostInstanceStats |
getHosts()
Gets the value of the hosts property.
|
boolean |
isSetClassification() |
boolean |
isSetHosts() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setHosts(ArrayOfHostInstanceStats value)
Sets the value of the hosts property.
|
protected SecurityWrapper classification
protected ArrayOfHostInstanceStats hosts
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public ArrayOfHostInstanceStats getHosts()
ArrayOfHostInstanceStats
public void setHosts(ArrayOfHostInstanceStats value)
value
- allowed object is
ArrayOfHostInstanceStats
public boolean isSetHosts()
Copyright © 2008–2017 MIL-OSS. All rights reserved.