public class RegistryObjectQueryType extends FilterQueryType
| Modifier and Type | Field and Description |
|---|---|
protected List<ClassificationQueryType> |
classificationQuery |
protected InternationalStringBranchType |
descriptionBranch |
protected List<ExternalIdentifierQueryType> |
externalIdentifierQuery |
protected InternationalStringBranchType |
nameBranch |
protected ClassificationNodeQueryType |
objectTypeQuery |
protected List<SlotBranchType> |
slotBranch |
protected List<AssociationQueryType> |
sourceAssociationQuery |
protected ClassificationNodeQueryType |
statusQuery |
protected List<AssociationQueryType> |
targetAssociationQuery |
protected FilterType |
versionInfoFilter |
primaryFilter| Constructor and Description |
|---|
RegistryObjectQueryType() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassificationQueryType> |
getClassificationQuery() |
InternationalStringBranchType |
getDescriptionBranch() |
List<ExternalIdentifierQueryType> |
getExternalIdentifierQuery() |
InternationalStringBranchType |
getNameBranch() |
ClassificationNodeQueryType |
getObjectTypeQuery() |
List<SlotBranchType> |
getSlotBranch() |
List<AssociationQueryType> |
getSourceAssociationQuery() |
ClassificationNodeQueryType |
getStatusQuery() |
List<AssociationQueryType> |
getTargetAssociationQuery() |
FilterType |
getVersionInfoFilter() |
void |
setDescriptionBranch(InternationalStringBranchType value) |
void |
setNameBranch(InternationalStringBranchType value) |
void |
setObjectTypeQuery(ClassificationNodeQueryType value) |
void |
setStatusQuery(ClassificationNodeQueryType value) |
void |
setVersionInfoFilter(FilterType value) |
getPrimaryFilter, setPrimaryFilterprotected List<SlotBranchType> slotBranch
protected InternationalStringBranchType nameBranch
protected InternationalStringBranchType descriptionBranch
protected FilterType versionInfoFilter
protected List<ClassificationQueryType> classificationQuery
protected List<ExternalIdentifierQueryType> externalIdentifierQuery
protected ClassificationNodeQueryType objectTypeQuery
protected ClassificationNodeQueryType statusQuery
protected List<AssociationQueryType> sourceAssociationQuery
protected List<AssociationQueryType> targetAssociationQuery
public List<SlotBranchType> getSlotBranch()
public InternationalStringBranchType getNameBranch()
public void setNameBranch(InternationalStringBranchType value)
public InternationalStringBranchType getDescriptionBranch()
public void setDescriptionBranch(InternationalStringBranchType value)
public FilterType getVersionInfoFilter()
public void setVersionInfoFilter(FilterType value)
public List<ClassificationQueryType> getClassificationQuery()
public List<ExternalIdentifierQueryType> getExternalIdentifierQuery()
public ClassificationNodeQueryType getObjectTypeQuery()
public void setObjectTypeQuery(ClassificationNodeQueryType value)
public ClassificationNodeQueryType getStatusQuery()
public void setStatusQuery(ClassificationNodeQueryType value)
public List<AssociationQueryType> getSourceAssociationQuery()
public List<AssociationQueryType> getTargetAssociationQuery()
Copyright © 2021. All rights reserved.