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

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
          extended by oasis.names.tc.ebxml_regrep.xsd.query._3.QueryExpressionBranchType

public class QueryExpressionBranchType
extends BranchType

Java class for QueryExpressionBranchType complex type.

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

 <complexType name="QueryExpressionBranchType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}BranchType">
       <sequence>
         <element name="QueryLanguageQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ClassificationNodeQuery queryLanguageQuery
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
QueryExpressionBranchType()
           
 
Method Summary
 ClassificationNodeQuery getQueryLanguageQuery()
          Gets the value of the queryLanguageQuery property.
 void setQueryLanguageQuery(ClassificationNodeQuery value)
          Sets the value of the queryLanguageQuery property.
 
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
 

Field Detail

queryLanguageQuery

protected ClassificationNodeQuery queryLanguageQuery
Constructor Detail

QueryExpressionBranchType

public QueryExpressionBranchType()
Method Detail

getQueryLanguageQuery

public ClassificationNodeQuery getQueryLanguageQuery()
Gets the value of the queryLanguageQuery property.

Returns:
possible object is ClassificationNodeQuery

setQueryLanguageQuery

public void setQueryLanguageQuery(ClassificationNodeQuery value)
Sets the value of the queryLanguageQuery property.

Parameters:
value - allowed object is ClassificationNodeQuery