Class HpdExtensibleMatchParameters

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

public class HpdExtensibleMatchParameters extends HpdCommonParameter
Class below is used to create the MatchingRuleAssertion XMLType Class used for creating extensibleMatch OperationType
  • Constructor Summary

    Constructors
    Constructor
    Description
    HpdExtensibleMatchParameters(String name, String value, String matchingRule, boolean dnAttributes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.MatchingRuleAssertion
    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

    • HpdExtensibleMatchParameters

      public HpdExtensibleMatchParameters(String name, String value, String matchingRule, boolean dnAttributes)
  • Method Details

    • create

      public org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.MatchingRuleAssertion 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