Class UpdateObjectsRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.UpdateObjectsRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryRequestType"> <sequence> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectList"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
comment, id, requestSlotList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registryObjectList property.void
Sets the value of the registryObjectList property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
-
Field Details
-
registryObjectList
-
-
Constructor Details
-
UpdateObjectsRequest
public UpdateObjectsRequest()
-
-
Method Details
-
getRegistryObjectList
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
Sets the value of the registryObjectList property.- Parameters:
value
- allowed object isRegistryObjectListType
-