public class AddStatisticalDataResponse extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AddStatisticalDataResponseMsg" type="{urn:org:miloss:fgsms:services:interfaces:dataCollector}AddStatisticalDataResponseMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AddStatisticalDataResponseMsg |
addStatisticalDataResponseMsg |
Constructor and Description |
---|
AddStatisticalDataResponse() |
Modifier and Type | Method and Description |
---|---|
AddStatisticalDataResponseMsg |
getAddStatisticalDataResponseMsg()
Gets the value of the addStatisticalDataResponseMsg property.
|
boolean |
isSetAddStatisticalDataResponseMsg() |
void |
setAddStatisticalDataResponseMsg(AddStatisticalDataResponseMsg value)
Sets the value of the addStatisticalDataResponseMsg property.
|
protected AddStatisticalDataResponseMsg addStatisticalDataResponseMsg
public AddStatisticalDataResponseMsg getAddStatisticalDataResponseMsg()
AddStatisticalDataResponseMsg
public void setAddStatisticalDataResponseMsg(AddStatisticalDataResponseMsg value)
value
- allowed object is
AddStatisticalDataResponseMsg
public boolean isSetAddStatisticalDataResponseMsg()
Copyright © 2008–2017 MIL-OSS. All rights reserved.