java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.FilterSet

public class FilterSet extends Object

Java class for FilterSet complex type.

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

 <complexType name="FilterSet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:oasis:names:tc:DSML:2:0:core}FilterGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • filterGroup

      protected List<javax.xml.bind.JAXBElement<?>> filterGroup
  • Constructor Details

    • FilterSet

      public FilterSet()
  • Method Details