Class DeprecateObjectsRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.DeprecateObjectsRequest
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}AdhocQuery" minOccurs="0"/> <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefList" minOccurs="0"/> </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 adhocQuery property.Gets the value of the objectRefList property.void
setAdhocQuery
(AdhocQueryType value) Sets the value of the adhocQuery property.void
Sets the value of the objectRefList property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
-
Field Details
-
adhocQuery
-
objectRefList
-
-
Constructor Details
-
DeprecateObjectsRequest
public DeprecateObjectsRequest()
-
-
Method Details
-
getAdhocQuery
Gets the value of the adhocQuery property.- Returns:
- possible object is
AdhocQueryType
-
setAdhocQuery
Sets the value of the adhocQuery property.- Parameters:
value
- allowed object isAdhocQueryType
-
getObjectRefList
Gets the value of the objectRefList property.- Returns:
- possible object is
ObjectRefListType
-
setObjectRefList
Sets the value of the objectRefList property.- Parameters:
value
- allowed object isObjectRefListType
-