
public class GetOperatingStatusResponseMessage extends Object
Java class for GetOperatingStatusResponseMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOperatingStatusResponseMessage">
<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="Status" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StartedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="DataSentSuccessfully" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="DataNotSentSuccessfully" type="{http://www.w3.org/2001/XMLSchema}long"/>
<sequence>
<element name="VersionInfo">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="VersionSource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="VersionData" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOperatingStatusResponseMessage.VersionInfo
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SecurityWrapper |
classification |
protected long |
dataNotSentSuccessfully |
protected long |
dataSentSuccessfully |
protected Calendar |
startedAt |
protected boolean |
status |
protected String |
statusMessage |
protected GetOperatingStatusResponseMessage.VersionInfo |
versionInfo |
| Constructor and Description |
|---|
GetOperatingStatusResponseMessage() |
| Modifier and Type | Method and Description |
|---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
long |
getDataNotSentSuccessfully()
Gets the value of the dataNotSentSuccessfully property.
|
long |
getDataSentSuccessfully()
Gets the value of the dataSentSuccessfully property.
|
Calendar |
getStartedAt()
Gets the value of the startedAt property.
|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
GetOperatingStatusResponseMessage.VersionInfo |
getVersionInfo()
Gets the value of the versionInfo property.
|
boolean |
isStatus()
Gets the value of the status property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setDataNotSentSuccessfully(long value)
Sets the value of the dataNotSentSuccessfully property.
|
void |
setDataSentSuccessfully(long value)
Sets the value of the dataSentSuccessfully property.
|
void |
setStartedAt(Calendar value)
Sets the value of the startedAt property.
|
void |
setStatus(boolean value)
Sets the value of the status property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
void |
setVersionInfo(GetOperatingStatusResponseMessage.VersionInfo value)
Sets the value of the versionInfo property.
|
protected SecurityWrapper classification
protected boolean status
protected String statusMessage
protected Calendar startedAt
protected long dataSentSuccessfully
protected long dataNotSentSuccessfully
protected GetOperatingStatusResponseMessage.VersionInfo versionInfo
public SecurityWrapper getClassification()
SecurityWrapperpublic void setClassification(SecurityWrapper value)
value - allowed object is
SecurityWrapperpublic boolean isStatus()
public void setStatus(boolean value)
public String getStatusMessage()
Stringpublic void setStatusMessage(String value)
value - allowed object is
Stringpublic Calendar getStartedAt()
Calendarpublic void setStartedAt(Calendar value)
value - allowed object is
Calendarpublic long getDataSentSuccessfully()
public void setDataSentSuccessfully(long value)
public long getDataNotSentSuccessfully()
public void setDataNotSentSuccessfully(long value)
public GetOperatingStatusResponseMessage.VersionInfo getVersionInfo()
GetOperatingStatusResponseMessage.VersionInfopublic void setVersionInfo(GetOperatingStatusResponseMessage.VersionInfo value)
value - allowed object is
GetOperatingStatusResponseMessage.VersionInfoCopyright © 2008–2017 MIL-OSS. All rights reserved.