Class RemoveObjectsRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.RemoveObjectsRequest
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> <attribute name="deletionScope" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" /> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdhocQueryType
protected String
protected ObjectRefListType
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 deletionScope property.Gets the value of the objectRefList property.void
setAdhocQuery
(AdhocQueryType value) Sets the value of the adhocQuery property.void
setDeletionScope
(String value) Sets the value of the deletionScope 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
-
deletionScope
-
-
Constructor Details
-
RemoveObjectsRequest
public RemoveObjectsRequest()
-
-
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
-
getDeletionScope
Gets the value of the deletionScope property.- Returns:
- possible object is
String
-
setDeletionScope
Sets the value of the deletionScope property.- Parameters:
value
- allowed object isString
-