public class AddMoreDataResponse 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="AddDataResult" type="{urn:org:miloss:fgsms:services:interfaces:dataCollector}AddDataResponseMsg"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AddDataResponseMsg |
addDataResult |
Constructor and Description |
---|
AddMoreDataResponse() |
Modifier and Type | Method and Description |
---|---|
AddDataResponseMsg |
getAddDataResult()
Gets the value of the addDataResult property.
|
boolean |
isSetAddDataResult() |
void |
setAddDataResult(AddDataResponseMsg value)
Sets the value of the addDataResult property.
|
protected AddDataResponseMsg addDataResult
public AddDataResponseMsg getAddDataResult()
AddDataResponseMsg
public void setAddDataResult(AddDataResponseMsg value)
value
- allowed object is
AddDataResponseMsg
public boolean isSetAddDataResult()
Copyright © 2008–2017 MIL-OSS. All rights reserved.