|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.monitoring.core.v2.MonitoringXML
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:33:15+02:00", comments="JAXB RI v2.2.6") public class MonitoringXML
Container type for monitoring results in xml format.
Java class for MonitoringResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoringResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Monitoring" type="{urn:be:fgov:ehealth:monitoring:core:v2}MonitoringType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MonitoringXML()
|
Method Summary | |
---|---|
MonitoringType |
getMonitoring()
Gets the value of the monitoring property. |
void |
setMonitoring(MonitoringType value)
Sets the value of the monitoring property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonitoringXML()
Method Detail |
---|
public MonitoringType getMonitoring()
MonitoringType
public void setMonitoring(MonitoringType value)
value
- allowed object is
MonitoringType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |