org.aspsimon.termcomp.entity.xtc
Class Conditions
java.lang.Object
org.aspsimon.termcomp.entity.xtc.Conditions
public class Conditions
- extends java.lang.Object
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="conditions">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:condition" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Conditions
public Conditions()
getConditions
public java.util.List<Condition> getConditions()
- Get the list of 'condition' element items.
- Returns:
- list
setConditions
public void setConditions(java.util.List<Condition> list)
- Set the list of 'condition' element items.
- Parameters:
list -