@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:28+02:00", comments="JAXB RI v2.3.7") public class Anomaly extends Object implements Serializable
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 and Description |
|---|
Anomaly() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.