public class ClassificationQueryType extends RegistryObjectQueryType
Java class for ClassificationQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassificationQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationSchemeQuery" minOccurs="0"/>
<element name="ClassifiedObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQuery" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ClassificationQueryType() |
| Modifier and Type | Method and Description |
|---|---|
ClassificationNodeQueryType |
getClassificationNodeQuery()
Gets the value of the classificationNodeQuery property.
|
ClassificationSchemeQueryType |
getClassificationSchemeQuery()
Gets the value of the classificationSchemeQuery property.
|
RegistryObjectQueryType |
getClassifiedObjectQuery()
Gets the value of the classifiedObjectQuery property.
|
void |
setClassificationNodeQuery(ClassificationNodeQueryType value)
Sets the value of the classificationNodeQuery property.
|
void |
setClassificationSchemeQuery(ClassificationSchemeQueryType value)
Sets the value of the classificationSchemeQuery property.
|
void |
setClassifiedObjectQuery(RegistryObjectQueryType value)
Sets the value of the classifiedObjectQuery property.
|
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFiltergetPrimaryFilter, setPrimaryFilterpublic ClassificationSchemeQueryType getClassificationSchemeQuery()
ClassificationSchemeQueryTypepublic void setClassificationSchemeQuery(ClassificationSchemeQueryType value)
value - allowed object is
ClassificationSchemeQueryTypepublic RegistryObjectQueryType getClassifiedObjectQuery()
RegistryObjectQueryTypepublic void setClassifiedObjectQuery(RegistryObjectQueryType value)
value - allowed object is
RegistryObjectQueryTypepublic ClassificationNodeQueryType getClassificationNodeQuery()
ClassificationNodeQueryTypepublic void setClassificationNodeQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryTypeCopyright © 2010–2025. All rights reserved.