Class HpdSubstringParameters

java.lang.Object
org.projecthusky.communication.requests.hpd.data.HpdCommonParameter
org.projecthusky.communication.requests.hpd.data.HpdSubstringParameters
All Implemented Interfaces:
HpdOperationParameters

public class HpdSubstringParameters extends HpdCommonParameter
Class below is used to create the SubstringFilter XMLType Class used for creating substrings OperationType
  • Constructor Summary

    Constructors
    Constructor
    Description
    HpdSubstringParameters(String name, String startsWith, String endsWith)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SubstringFilter
    Abstract method implemented by all child classes which returns an instance of the specific XMLType AttributeDescription MatchingRuleAssertion AttributeValueAssertion SubstringFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HpdSubstringParameters

      public HpdSubstringParameters(String name, String startsWith, String endsWith)
  • Method Details

    • create

      public org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.SubstringFilter create()
      Description copied from interface: HpdOperationParameters
      Abstract method implemented by all child classes which returns an instance of the specific XMLType AttributeDescription MatchingRuleAssertion AttributeValueAssertion SubstringFilter