Class AddRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.AddRequest
Java class for AddRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddRequest"> <complexContent> <extension base="{urn:oasis:names:tc:DSML:2:0:core}DsmlMessage"> <sequence> <element name="attr" type="{urn:oasis:names:tc:DSML:2:0:core}DsmlAttr" maxOccurs="unbounded" minOccurs="0"/> </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
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlMessage
getControl, getRequestID, setRequestID
-
Field Details
-
attr
-
dn
-
-
Constructor Details
-
AddRequest
public AddRequest()
-
-
Method Details
-
getAttr
Gets the value of the attr property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the attr property.For example, to add a new item, do as follows:
getAttr().add(newItem);
Objects of the following type(s) are allowed in the list
DsmlAttr
-
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
-