|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.StatusCondition
public class StatusCondition
Java class for statusCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="statusCondition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="code" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="detail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="severity" type="{http://inex.ejb.match.mirth.com/}severity" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected int |
code
|
protected java.lang.String |
detail
|
protected java.lang.String |
message
|
protected java.lang.String |
name
|
protected Severity |
severity
|
Constructor Summary | |
---|---|
StatusCondition()
|
Method Summary | |
---|---|
int |
getCode()
Gets the value of the code property. |
java.lang.String |
getDetail()
Gets the value of the detail property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
java.lang.String |
getName()
Gets the value of the name property. |
Severity |
getSeverity()
Gets the value of the severity property. |
void |
setCode(int value)
Sets the value of the code property. |
void |
setDetail(java.lang.String value)
Sets the value of the detail property. |
void |
setMessage(java.lang.String value)
Sets the value of the message property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSeverity(Severity value)
Sets the value of the severity property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int code
protected java.lang.String detail
protected java.lang.String message
protected java.lang.String name
protected Severity severity
Constructor Detail |
---|
public StatusCondition()
Method Detail |
---|
public int getCode()
public void setCode(int value)
public java.lang.String getDetail()
String
public void setDetail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public Severity getSeverity()
Severity
public void setSeverity(Severity value)
value
- allowed object is
Severity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |