org.aspsimon.termcomp.entity.xtc
Class Conditions

java.lang.Object
  extended by 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>
 


Constructor Summary
Conditions()
           
 
Method Summary
 java.util.List<Condition> getConditions()
          Get the list of 'condition' element items.
 void setConditions(java.util.List<Condition> list)
          Set the list of 'condition' element items.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conditions

public Conditions()
Method Detail

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 -