|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.Anomaly
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:36:11+02:00",
comments="JAXB RI v2.2.11")
public class Anomaly
Java class for AnomalyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnomalyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TargetObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TargetReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Anomaly()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
String |
getDescription()
Gets the value of the description property. |
String |
getTargetObject()
Gets the value of the targetObject property. |
String |
getTargetReference()
Gets the value of the targetReference property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setTargetObject(String value)
Sets the value of the targetObject property. |
void |
setTargetReference(String value)
Sets the value of the targetReference property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Anomaly()
| Method Detail |
|---|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getTargetObject()
Stringpublic void setTargetObject(String value)
value - allowed object is
Stringpublic String getTargetReference()
Stringpublic void setTargetReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||