oasis.names.tc.ebxml_regrep.xsd.query._3
Class QueryExpressionBranchType
java.lang.Object
oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.BranchType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queryLanguageQuery
protected ClassificationNodeQuery queryLanguageQuery
QueryExpressionBranchType
public QueryExpressionBranchType()
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