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

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
          extended by oasis.names.tc.ebxml_regrep.xsd.query._3.ClassificationQuery

public class ClassificationQuery
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>
 


Field Summary
protected  ClassificationNodeQuery classificationNodeQuery
           
protected  ClassificationSchemeQuery classificationSchemeQuery
           
protected  RegistryObjectQueryType classifiedObjectQuery
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
classificationQueries, descriptionBranch, externalIdentifierQueries, nameBranch, objectTypeQuery, slotBranches, sourceAssociationQueries, statusQuery, targetAssociationQueries, versionInfoFilter
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
ClassificationQuery()
           
 
Method Summary
 ClassificationNodeQuery getClassificationNodeQuery()
          Gets the value of the classificationNodeQuery property.
 ClassificationSchemeQuery getClassificationSchemeQuery()
          Gets the value of the classificationSchemeQuery property.
 RegistryObjectQueryType getClassifiedObjectQuery()
          Gets the value of the classifiedObjectQuery property.
 void setClassificationNodeQuery(ClassificationNodeQuery value)
          Sets the value of the classificationNodeQuery property.
 void setClassificationSchemeQuery(ClassificationSchemeQuery value)
          Sets the value of the classificationSchemeQuery property.
 void setClassifiedObjectQuery(RegistryObjectQueryType value)
          Sets the value of the classifiedObjectQuery property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
getClassificationQueries, getDescriptionBranch, getExternalIdentifierQueries, getNameBranch, getObjectTypeQuery, getSlotBranches, getSourceAssociationQueries, getStatusQuery, getTargetAssociationQueries, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilter
 
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

classificationSchemeQuery

protected ClassificationSchemeQuery classificationSchemeQuery

classifiedObjectQuery

protected RegistryObjectQueryType classifiedObjectQuery

classificationNodeQuery

protected ClassificationNodeQuery classificationNodeQuery
Constructor Detail

ClassificationQuery

public ClassificationQuery()
Method Detail

getClassificationSchemeQuery

public ClassificationSchemeQuery getClassificationSchemeQuery()
Gets the value of the classificationSchemeQuery property.

Returns:
possible object is ClassificationSchemeQuery

setClassificationSchemeQuery

public void setClassificationSchemeQuery(ClassificationSchemeQuery value)
Sets the value of the classificationSchemeQuery property.

Parameters:
value - allowed object is ClassificationSchemeQuery

getClassifiedObjectQuery

public RegistryObjectQueryType getClassifiedObjectQuery()
Gets the value of the classifiedObjectQuery property.

Returns:
possible object is RegistryObjectQueryType

setClassifiedObjectQuery

public void setClassifiedObjectQuery(RegistryObjectQueryType value)
Sets the value of the classifiedObjectQuery property.

Parameters:
value - allowed object is RegistryObjectQueryType

getClassificationNodeQuery

public ClassificationNodeQuery getClassificationNodeQuery()
Gets the value of the classificationNodeQuery property.

Returns:
possible object is ClassificationNodeQuery

setClassificationNodeQuery

public void setClassificationNodeQuery(ClassificationNodeQuery value)
Sets the value of the classificationNodeQuery property.

Parameters:
value - allowed object is ClassificationNodeQuery