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