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>
| Constructor and Description |
|---|
QueryExpressionBranchType() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationNodeQueryType |
getQueryLanguageQuery()
Gets the value of the queryLanguageQuery property.
|
void |
setQueryLanguageQuery(ClassificationNodeQueryType value)
Sets the value of the queryLanguageQuery property.
|
getPrimaryFilter, setPrimaryFilterpublic ClassificationNodeQueryType getQueryLanguageQuery()
ClassificationNodeQueryTypepublic void setQueryLanguageQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryTypeCopyright © 2010–2025. All rights reserved.