|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.DetailsType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class DetailsType
Detailed information on a monitoring result.
Java class for DetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Host" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Service" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Environment" use="required" type="{urn:be:fgov:ehealth:monitoring:core:v2}EnvironmentType" /> <attribute name="Date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Epochtime" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Status" use="required" type="{urn:be:fgov:ehealth:monitoring:core:v2}StatusType" /> <attribute name="StatusMessage" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="PerfData" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
DetailsType()
|
Method Summary | |
---|---|
String |
getContent()
Detailed information on a monitoring result. |
String |
getDate()
Gets the value of the date property. |
EnvironmentType |
getEnvironment()
Gets the value of the environment property. |
String |
getEpochtime()
Gets the value of the epochtime property. |
String |
getHost()
Gets the value of the host property. |
String |
getPerfData()
Gets the value of the perfData property. |
String |
getService()
Gets the value of the service property. |
String |
getStatus()
Gets the value of the status property. |
String |
getStatusMessage()
Gets the value of the statusMessage property. |
String |
getTime()
Gets the value of the time property. |
void |
setContent(String value)
Sets the value of the content property. |
void |
setDate(String value)
Sets the value of the date property. |
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property. |
void |
setEpochtime(String value)
Sets the value of the epochtime property. |
void |
setHost(String value)
Sets the value of the host property. |
void |
setPerfData(String value)
Sets the value of the perfData property. |
void |
setService(String value)
Sets the value of the service property. |
void |
setStatus(String value)
Sets the value of the status property. |
void |
setStatusMessage(String value)
Sets the value of the statusMessage property. |
void |
setTime(String value)
Sets the value of the time property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailsType()
Method Detail |
---|
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public String getHost()
String
public void setHost(String value)
value
- allowed object is
String
public String getService()
String
public void setService(String value)
value
- allowed object is
String
public EnvironmentType getEnvironment()
EnvironmentType
public void setEnvironment(EnvironmentType value)
value
- allowed object is
EnvironmentType
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public String getTime()
String
public void setTime(String value)
value
- allowed object is
String
public String getEpochtime()
String
public void setEpochtime(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getStatusMessage()
String
public void setStatusMessage(String value)
value
- allowed object is
String
public String getPerfData()
String
public void setPerfData(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |