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

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

public class AssociationQuery
extends RegistryObjectQueryType

Java class for AssociationQueryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AssociationQueryType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType">
       <sequence>
         <element name="AssociationTypeQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ClassificationNodeQueryType" minOccurs="0"/>
         <element name="SourceObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/>
         <element name="TargetObjectQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  ClassificationNodeQuery associationTypeQuery
           
protected  RegistryObjectQueryType sourceObjectQuery
           
protected  RegistryObjectQueryType targetObjectQuery
           
 
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
AssociationQuery()
           
 
Method Summary
 ClassificationNodeQuery getAssociationTypeQuery()
          Gets the value of the associationTypeQuery property.
 RegistryObjectQueryType getSourceObjectQuery()
          Gets the value of the sourceObjectQuery property.
 RegistryObjectQueryType getTargetObjectQuery()
          Gets the value of the targetObjectQuery property.
 void setAssociationTypeQuery(ClassificationNodeQuery value)
          Sets the value of the associationTypeQuery property.
 void setSourceObjectQuery(RegistryObjectQueryType value)
          Sets the value of the sourceObjectQuery property.
 void setTargetObjectQuery(RegistryObjectQueryType value)
          Sets the value of the targetObjectQuery 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

associationTypeQuery

protected ClassificationNodeQuery associationTypeQuery

sourceObjectQuery

protected RegistryObjectQueryType sourceObjectQuery

targetObjectQuery

protected RegistryObjectQueryType targetObjectQuery
Constructor Detail

AssociationQuery

public AssociationQuery()
Method Detail

getAssociationTypeQuery

public ClassificationNodeQuery getAssociationTypeQuery()
Gets the value of the associationTypeQuery property.

Returns:
possible object is ClassificationNodeQuery

setAssociationTypeQuery

public void setAssociationTypeQuery(ClassificationNodeQuery value)
Sets the value of the associationTypeQuery property.

Parameters:
value - allowed object is ClassificationNodeQuery

getSourceObjectQuery

public RegistryObjectQueryType getSourceObjectQuery()
Gets the value of the sourceObjectQuery property.

Returns:
possible object is RegistryObjectQueryType

setSourceObjectQuery

public void setSourceObjectQuery(RegistryObjectQueryType value)
Sets the value of the sourceObjectQuery property.

Parameters:
value - allowed object is RegistryObjectQueryType

getTargetObjectQuery

public RegistryObjectQueryType getTargetObjectQuery()
Gets the value of the targetObjectQuery property.

Returns:
possible object is RegistryObjectQueryType

setTargetObjectQuery

public void setTargetObjectQuery(RegistryObjectQueryType value)
Sets the value of the targetObjectQuery property.

Parameters:
value - allowed object is RegistryObjectQueryType