|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.query._3.FilterQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.RegistryObjectQueryType
oasis.names.tc.ebxml_regrep.xsd.query._3.AssociationQuery
public class AssociationQuery
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 |
---|
protected ClassificationNodeQuery associationTypeQuery
protected RegistryObjectQueryType sourceObjectQuery
protected RegistryObjectQueryType targetObjectQuery
Constructor Detail |
---|
public AssociationQuery()
Method Detail |
---|
public ClassificationNodeQuery getAssociationTypeQuery()
ClassificationNodeQuery
public void setAssociationTypeQuery(ClassificationNodeQuery value)
value
- allowed object is
ClassificationNodeQuery
public RegistryObjectQueryType getSourceObjectQuery()
RegistryObjectQueryType
public void setSourceObjectQuery(RegistryObjectQueryType value)
value
- allowed object is
RegistryObjectQueryType
public RegistryObjectQueryType getTargetObjectQuery()
RegistryObjectQueryType
public void setTargetObjectQuery(RegistryObjectQueryType value)
value
- allowed object is
RegistryObjectQueryType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |