Class HpdSimpleParameters
java.lang.Object
org.projecthusky.communication.requests.hpd.data.HpdCommonParameter
org.projecthusky.communication.requests.hpd.data.HpdSimpleParameters
- All Implemented Interfaces:
HpdOperationParameters
Class used for creating
AttributeValueAssertion
XMLType
Class used for creating 4 OperationTypes e.g. equalityMatch, approxMatch, greaterOrEqual, lessOrEqual all of which
have the same common fields (name and value)-
Constructor Summary
ConstructorsConstructorDescriptionHpdSimpleParameters
(String name, String value) HpdSimpleParameters
(HpdAttributeName attributeName, String value) -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion
create()
Abstract method implemented by all child classes which returns an instance of the specific XMLTypeAttributeDescription
MatchingRuleAssertion
AttributeValueAssertion
SubstringFilter
-
Constructor Details
-
HpdSimpleParameters
-
HpdSimpleParameters
-
-
Method Details
-
create
public org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AttributeValueAssertion create()Description copied from interface:HpdOperationParameters
Abstract method implemented by all child classes which returns an instance of the specific XMLTypeAttributeDescription
MatchingRuleAssertion
AttributeValueAssertion
SubstringFilter
-