Class HpdEntity
java.lang.Object
org.projecthusky.communication.requests.hpd.data.HpdEntity
- Direct Known Subclasses:
HpdHCProfessional
,HpdHCRegulatedOrganization
,HpdHCRelationshipAttributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest
Abstract method implemented by all child classes which returns an instance of theAddRequest
XMLTypeboolean
isValid()
Abstract method implemented by all child classes used for validating mandatory constraints
-
Constructor Details
-
HpdEntity
-
-
Method Details
-
createAddRequest
public abstract org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest createAddRequest()Abstract method implemented by all child classes which returns an instance of theAddRequest
XMLType -
isValid
public boolean isValid()Abstract method implemented by all child classes used for validating mandatory constraints
-