public class OrganizationQueryType extends RegistryObjectQueryType
| Modifier and Type | Field and Description |
|---|---|
protected List<FilterType> |
addressFilter |
protected List<OrganizationQueryType> |
childOrganizationQuery |
protected List<FilterType> |
emailAddressFilter |
protected OrganizationQueryType |
parentQuery |
protected PersonQueryType |
primaryContactQuery |
protected List<FilterType> |
telephoneNumberFilter |
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilterprimaryFilter| Constructor and Description |
|---|
OrganizationQueryType() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterType> |
getAddressFilter() |
List<OrganizationQueryType> |
getChildOrganizationQuery() |
List<FilterType> |
getEmailAddressFilter() |
OrganizationQueryType |
getParentQuery() |
PersonQueryType |
getPrimaryContactQuery() |
List<FilterType> |
getTelephoneNumberFilter() |
void |
setParentQuery(OrganizationQueryType value) |
void |
setPrimaryContactQuery(PersonQueryType value) |
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFiltergetPrimaryFilter, setPrimaryFilterprotected List<FilterType> addressFilter
protected List<FilterType> telephoneNumberFilter
protected List<FilterType> emailAddressFilter
protected OrganizationQueryType parentQuery
protected List<OrganizationQueryType> childOrganizationQuery
protected PersonQueryType primaryContactQuery
public List<FilterType> getAddressFilter()
public List<FilterType> getTelephoneNumberFilter()
public List<FilterType> getEmailAddressFilter()
public OrganizationQueryType getParentQuery()
public void setParentQuery(OrganizationQueryType value)
public List<OrganizationQueryType> getChildOrganizationQuery()
public PersonQueryType getPrimaryContactQuery()
public void setPrimaryContactQuery(PersonQueryType value)
Copyright © 2020. All rights reserved.