oasis.names.tc.ebxml_regrep.xsd.query._3
Class BranchType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.BranchType
Direct Known Subclasses:
InternationalStringBranchType, QueryExpressionBranchType, SlotBranchType

public abstract class BranchType
extends FilterQueryType

Java class for BranchType complex type.

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

 <complexType name="BranchType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterQueryType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
BranchType()
           
 
Method Summary
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
getPrimaryFilter, setPrimaryFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BranchType

public BranchType()