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

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

public class AssociationQueryType
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  ClassificationNodeQueryType associationTypeQuery
           
protected  RegistryObjectQueryType sourceObjectQuery
           
protected  RegistryObjectQueryType targetObjectQuery
           
 
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
AssociationQueryType()
           
 
Method Summary
 ClassificationNodeQueryType 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(ClassificationNodeQueryType 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
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

associationTypeQuery

protected ClassificationNodeQueryType associationTypeQuery

sourceObjectQuery

protected RegistryObjectQueryType sourceObjectQuery

targetObjectQuery

protected RegistryObjectQueryType targetObjectQuery
Constructor Detail

AssociationQueryType

public AssociationQueryType()
Method Detail

getAssociationTypeQuery

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

Returns:
possible object is ClassificationNodeQueryType

setAssociationTypeQuery

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

Parameters:
value - allowed object is ClassificationNodeQueryType

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


Copyright © 2010-2011. All Rights Reserved.