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

QueryExpressionBranchType

public QueryExpressionBranchType()
Method Detail

getQueryLanguageQuery

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

Returns:
possible object is ClassificationNodeQueryType

setQueryLanguageQuery

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

Parameters:
value - allowed object is ClassificationNodeQueryType


Copyright © 2010-2011. All Rights Reserved.