Class CompareRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.CompareRequest
Java class for CompareRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompareRequest"> <complexContent> <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage"> <sequence> <element name="assertion" type="{urn:oasis:names:tc:DSML:2:0:core}AttributeValueAssertion"/> </sequence> <attribute name="dn" use="required" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlDN" /> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assertion property.getDn()
Gets the value of the dn property.void
Sets the value of the assertion property.void
Sets the value of the dn property.Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
Field Details
-
assertion
-
dn
-
-
Constructor Details
-
CompareRequest
public CompareRequest()
-
-
Method Details
-
getAssertion
Gets the value of the assertion property.- Returns:
- possible object is
AttributeValueAssertion
-
setAssertion
Sets the value of the assertion property.- Parameters:
value
- allowed object isAttributeValueAssertion
-
getDn
Gets the value of the dn property.- Returns:
- possible object is
String
-
setDn
Sets the value of the dn property.- Parameters:
value
- allowed object isString
-