edu.harvard.i2b2.crc.datavo.i2b2message
Class ConditionsType
java.lang.Object
edu.harvard.i2b2.crc.datavo.i2b2message.ConditionsType
public class ConditionsType
- extends Object
Java class for conditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conditionsType">
<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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
condition
protected List<ConditionsType.Condition> condition
ConditionsType
public ConditionsType()
getCondition
public List<ConditionsType.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
ConditionsType.Condition
Copyright © 2011. All Rights Reserved.