
public class OperationalRecord extends Object implements Serializable
Java class for OperationalRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationalRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Operational" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
message |
protected boolean |
operational |
protected Calendar |
timestamp |
| Constructor and Description |
|---|
OperationalRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getID()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
boolean |
isOperational()
Gets the value of the operational property.
|
boolean |
isSetID() |
boolean |
isSetMessage() |
boolean |
isSetOperational() |
boolean |
isSetTimestamp() |
void |
setID(String value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setOperational(boolean value)
Sets the value of the operational property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
protected Calendar timestamp
protected String message
protected boolean operational
protected String id
public Calendar getTimestamp()
Calendarpublic void setTimestamp(Calendar value)
value - allowed object is
Calendarpublic boolean isSetTimestamp()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public boolean isOperational()
public void setOperational(boolean value)
public boolean isSetOperational()
public void setID(String value)
value - allowed object is
Stringpublic boolean isSetID()
Copyright © 2008–2017 MIL-OSS. All rights reserved.