java.lang.Object
org.projecthusky.communication.requests.hpd.HpdRequest
Direct Known Subclasses:
HpdAddFeed, HpdDeleteFeed, HpdSearchQuery

public abstract class HpdRequest extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
    Method implemented by all child classes which returns an instance of DsmlMessage
    boolean
    Method implemented by all child classes used for validating mandatory constraints

    Methods inherited from class java.lang.Object

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

    • HpdRequest

      public HpdRequest()
  • Method Details

    • build

      public abstract org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage build()
      Method implemented by all child classes which returns an instance of DsmlMessage
    • isValid

      public boolean isValid()
      Method implemented by all child classes used for validating mandatory constraints