|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v2.Anomaly
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:13:17+02:00", comments="JAXB RI v2.2.6") 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()
String
public void setCode(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getTargetObject()
String
public void setTargetObject(String value)
value
- allowed object is
String
public String getTargetReference()
String
public 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 |