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

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.ClassificationQueryType

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>
 


Field Summary
protected  ClassificationNodeQueryType classificationNodeQuery
           
protected  ClassificationSchemeQueryType classificationSchemeQuery
           
protected  RegistryObjectQueryType classifiedObjectQuery
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilter
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
primaryFilter
 
Constructor Summary
ClassificationQueryType()
           
 
Method Summary
 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.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, 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 ClassificationSchemeQueryType classificationSchemeQuery

classifiedObjectQuery

protected RegistryObjectQueryType classifiedObjectQuery

classificationNodeQuery

protected ClassificationNodeQueryType classificationNodeQuery
Constructor Detail

ClassificationQueryType

public ClassificationQueryType()
Method Detail

getClassificationSchemeQuery

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

Returns:
possible object is ClassificationSchemeQueryType

setClassificationSchemeQuery

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

Parameters:
value - allowed object is ClassificationSchemeQueryType

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 ClassificationNodeQueryType getClassificationNodeQuery()
Gets the value of the classificationNodeQuery property.

Returns:
possible object is ClassificationNodeQueryType

setClassificationNodeQuery

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

Parameters:
value - allowed object is ClassificationNodeQueryType


Copyright © 2010-2011. All Rights Reserved.