com.mirth.match.ejb.core
Class StatusCondition

java.lang.Object
  extended by com.mirth.match.ejb.core.StatusCondition

public class StatusCondition
extends java.lang.Object

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://core.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

code

protected int code

detail

protected java.lang.String detail

message

protected java.lang.String message

name

protected java.lang.String name

severity

protected Severity severity
Constructor Detail

StatusCondition

public StatusCondition()
Method Detail

getCode

public int getCode()
Gets the value of the code property.


setCode

public void setCode(int value)
Sets the value of the code property.


getDetail

public java.lang.String getDetail()
Gets the value of the detail property.

Returns:
possible object is String

setDetail

public void setDetail(java.lang.String value)
Sets the value of the detail property.

Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSeverity

public Severity getSeverity()
Gets the value of the severity property.

Returns:
possible object is Severity

setSeverity

public void setSeverity(Severity value)
Sets the value of the severity property.

Parameters:
value - allowed object is Severity


Copyright © 2011 Mirth Corp. All Rights Reserved.