Class CompareRequest
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
-
- org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.CompareRequest
-
public class CompareRequest extends DsmlMessage
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 Modifier and Type Field Description protected AttributeValueAssertion
assertion
protected String
dn
-
Fields inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
control, requestID
-
-
Constructor Summary
Constructors Constructor Description CompareRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeValueAssertion
getAssertion()
Gets the value of the assertion property.String
getDn()
Gets the value of the dn property.void
setAssertion(AttributeValueAssertion value)
Sets the value of the assertion property.void
setDn(String value)
Sets the value of the dn property.-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
-
-
-
Field Detail
-
assertion
protected AttributeValueAssertion assertion
-
dn
protected String dn
-
-
Method Detail
-
getAssertion
public AttributeValueAssertion getAssertion()
Gets the value of the assertion property.- Returns:
- possible object is
AttributeValueAssertion
-
setAssertion
public void setAssertion(AttributeValueAssertion value)
Sets the value of the assertion property.- Parameters:
value
- allowed object isAttributeValueAssertion
-
-