edu.harvard.i2b2.crc.datavo.setfinder.query
Class StatusType.Condition

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.StatusType.Condition
Enclosing class:
StatusType

public static class StatusType.Condition
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="ERROR"/>
             <enumeration value="FATAL_ERROR"/>
             <enumeration value="WARNING"/>
             <enumeration value="INFO"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="coding_system" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  String codingSystem
           
protected  String type
           
protected  String value
           
 
Constructor Summary
StatusType.Condition()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCodingSystem()
          Gets the value of the codingSystem property.
 String getType()
          Gets the value of the type property.
 String getValue()
          Gets the value of the value property.
 int hashCode()
           
 void setCodingSystem(String value)
          Sets the value of the codingSystem property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

type

protected String type

codingSystem

protected String codingSystem
Constructor Detail

StatusType.Condition

public StatusType.Condition()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getCodingSystem

public String getCodingSystem()
Gets the value of the codingSystem property.

Returns:
possible object is String

setCodingSystem

public void setCodingSystem(String value)
Sets the value of the codingSystem property.

Parameters:
value - allowed object is String

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.