Class SubscriptionForPatientIndependentSubmissionSetQuery

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.requests.query.Query
org.openehealth.ipf.commons.ihe.xds.core.requests.query.StoredQuery
org.openehealth.ipf.commons.ihe.xds.core.requests.query.SubscriptionForPatientIndependentSubmissionSetQuery
All Implemented Interfaces:
Serializable

public class SubscriptionForPatientIndependentSubmissionSetQuery extends StoredQuery
Represents a stored query for SubscriptionFilterQuery used for ITI-52 filters
Author:
Christian Ohr
See Also:
  • Constructor Details

    • SubscriptionForPatientIndependentSubmissionSetQuery

      public SubscriptionForPatientIndependentSubmissionSetQuery()
      Constructs the query.
  • Method Details

    • accept

      public void accept(Query.Visitor visitor)
      Description copied from class: Query
      Accept a visitor to process an instance of this class.
      Specified by:
      accept in class Query
      Parameters:
      visitor - the visitor implementation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class StoredQuery
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class StoredQuery
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class StoredQuery
    • toString

      public String toString()
      Overrides:
      toString in class StoredQuery
    • getSourceIds

      public List<String> getSourceIds()
    • setSourceIds

      public void setSourceIds(List<String> sourceIds)
    • getAuthorPersons

      public List<String> getAuthorPersons()
    • setAuthorPersons

      public void setAuthorPersons(List<String> authorPersons)
    • getIntendedRecipients

      public List<String> getIntendedRecipients()
    • setIntendedRecipients

      public void setIntendedRecipients(List<String> intendedRecipients)