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