Class SubmitObjectsRequest
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
-
- org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.SubmitObjectsRequest
-
public class SubmitObjectsRequest extends RegistryRequestType
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 Modifier and Type Field Description protected RegistryObjectListType
registryObjectList
-
Fields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
comment, id, requestSlotList
-
-
Constructor Summary
Constructors Constructor Description SubmitObjectsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryObjectListType
getRegistryObjectList()
Gets the value of the registryObjectList property.void
setRegistryObjectList(RegistryObjectListType value)
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 Detail
-
registryObjectList
protected RegistryObjectListType registryObjectList
-
-
Method Detail
-
getRegistryObjectList
public RegistryObjectListType getRegistryObjectList()
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
public void setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.- Parameters:
value
- allowed object isRegistryObjectListType
-
-