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>
| Constructor and Description |
|---|
AssociationQueryType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFiltergetPrimaryFilter, setPrimaryFilterpublic ClassificationNodeQueryType getAssociationTypeQuery()
ClassificationNodeQueryTypepublic void setAssociationTypeQuery(ClassificationNodeQueryType value)
value - allowed object is
ClassificationNodeQueryTypepublic RegistryObjectQueryType getSourceObjectQuery()
RegistryObjectQueryTypepublic void setSourceObjectQuery(RegistryObjectQueryType value)
value - allowed object is
RegistryObjectQueryTypepublic RegistryObjectQueryType getTargetObjectQuery()
RegistryObjectQueryTypepublic void setTargetObjectQuery(RegistryObjectQueryType value)
value - allowed object is
RegistryObjectQueryTypeCopyright © 2010–2025. All rights reserved.