|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.BusinessAnomalyType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class BusinessAnomalyTypeType defining the structure of one business Faults
Java class for BusinessAnomalyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessAnomalyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BusinessAnomalyType()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
Object |
getDescription()
Gets the value of the description property. |
String |
getSeverity()
Gets the value of the severity property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setDescription(Object value)
Sets the value of the description property. |
void |
setSeverity(String value)
Sets the value of the severity property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusinessAnomalyType()
| Method Detail |
|---|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getSeverity()
Stringpublic void setSeverity(String value)
value - allowed object is
Stringpublic Object getDescription()
Objectpublic void setDescription(Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||