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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.StatusType

public class StatusType
extends Object

Java class for statusType complex type.

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

 <complexType name="statusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="condition" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class StatusType.Condition
           Java class for anonymous complex type.
 
Field Summary
protected  List<StatusType.Condition> condition
           
 
Constructor Summary
StatusType()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<StatusType.Condition> getCondition()
          Gets the value of the condition property.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

condition

protected List<StatusType.Condition> condition
Constructor Detail

StatusType

public StatusType()
Method Detail

getCondition

public List<StatusType.Condition> getCondition()
Gets the value of the condition property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the condition property.

For example, to add a new item, do as follows:

 getCondition().add(newItem);
 

Objects of the following type(s) are allowed in the list StatusType.Condition


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.