Class OrganizationQueryType
Java class for OrganizationQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}RegistryObjectQueryType">
<sequence>
<element name="AddressFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TelephoneNumberFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="EmailAddressFilter" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}FilterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ParentQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}OrganizationQueryType" minOccurs="0"/>
<element name="ChildOrganizationQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}OrganizationQueryType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrimaryContactQuery" type="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}PersonQueryType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<FilterType>protected List<OrganizationQueryType>protected List<FilterType>protected OrganizationQueryTypeprotected PersonQueryTypeprotected List<FilterType>Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
classificationQuery, descriptionBranch, externalIdentifierQuery, nameBranch, objectTypeQuery, slotBranch, sourceAssociationQuery, statusQuery, targetAssociationQuery, versionInfoFilterFields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
primaryFilter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressFilter property.Gets the value of the childOrganizationQuery property.Gets the value of the emailAddressFilter property.Gets the value of the parentQuery property.Gets the value of the primaryContactQuery property.Gets the value of the telephoneNumberFilter property.voidSets the value of the parentQuery property.voidSets the value of the primaryContactQuery property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.RegistryObjectQueryType
getClassificationQuery, getDescriptionBranch, getExternalIdentifierQuery, getNameBranch, getObjectTypeQuery, getSlotBranch, getSourceAssociationQuery, getStatusQuery, getTargetAssociationQuery, getVersionInfoFilter, setDescriptionBranch, setNameBranch, setObjectTypeQuery, setStatusQuery, setVersionInfoFilterMethods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.FilterQueryType
getPrimaryFilter, setPrimaryFilter
-
Field Details
-
addressFilter
-
telephoneNumberFilter
-
emailAddressFilter
-
parentQuery
-
childOrganizationQuery
-
-
-
Constructor Details
-
OrganizationQueryType
public OrganizationQueryType()
-
-
Method Details
-
getAddressFilter
Gets the value of the addressFilter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the addressFilter property.For example, to add a new item, do as follows:
getAddressFilter().add(newItem);Objects of the following type(s) are allowed in the list
FilterType -
getTelephoneNumberFilter
Gets the value of the telephoneNumberFilter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the telephoneNumberFilter property.For example, to add a new item, do as follows:
getTelephoneNumberFilter().add(newItem);Objects of the following type(s) are allowed in the list
FilterType -
getEmailAddressFilter
Gets the value of the emailAddressFilter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the emailAddressFilter property.For example, to add a new item, do as follows:
getEmailAddressFilter().add(newItem);Objects of the following type(s) are allowed in the list
FilterType -
getParentQuery
Gets the value of the parentQuery property.- Returns:
- possible object is
OrganizationQueryType
-
setParentQuery
Sets the value of the parentQuery property.- Parameters:
value- allowed object isOrganizationQueryType
-
getChildOrganizationQuery
Gets the value of the childOrganizationQuery property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the childOrganizationQuery property.For example, to add a new item, do as follows:
getChildOrganizationQuery().add(newItem);Objects of the following type(s) are allowed in the list
OrganizationQueryType -
getPrimaryContactQuery
Gets the value of the primaryContactQuery property.- Returns:
- possible object is
PersonQueryType
-
setPrimaryContactQuery
Sets the value of the primaryContactQuery property.- Parameters:
value- allowed object isPersonQueryType
-