Class RelocateObjectsRequest
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryRequestType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.lcm.RelocateObjectsRequest
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"/> <element name="SourceRegistry" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefType"/> <element name="DestinationRegistry" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefType"/> <element name="OwnerAtSource" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefType"/> <element name="OwnerAtDestination" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefType"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected AdhocQueryType
protected ObjectRefType
protected ObjectRefType
protected ObjectRefType
protected ObjectRefType
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 destinationRegistry property.Gets the value of the ownerAtDestination property.Gets the value of the ownerAtSource property.Gets the value of the sourceRegistry property.void
setAdhocQuery
(AdhocQueryType value) Sets the value of the adhocQuery property.void
Sets the value of the destinationRegistry property.void
Sets the value of the ownerAtDestination property.void
setOwnerAtSource
(ObjectRefType value) Sets the value of the ownerAtSource property.void
setSourceRegistry
(ObjectRefType value) Sets the value of the sourceRegistry 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
-
sourceRegistry
-
destinationRegistry
-
ownerAtSource
-
ownerAtDestination
-
-
Constructor Details
-
RelocateObjectsRequest
public RelocateObjectsRequest()
-
-
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
-
getSourceRegistry
Gets the value of the sourceRegistry property.- Returns:
- possible object is
ObjectRefType
-
setSourceRegistry
Sets the value of the sourceRegistry property.- Parameters:
value
- allowed object isObjectRefType
-
getDestinationRegistry
Gets the value of the destinationRegistry property.- Returns:
- possible object is
ObjectRefType
-
setDestinationRegistry
Sets the value of the destinationRegistry property.- Parameters:
value
- allowed object isObjectRefType
-
getOwnerAtSource
Gets the value of the ownerAtSource property.- Returns:
- possible object is
ObjectRefType
-
setOwnerAtSource
Sets the value of the ownerAtSource property.- Parameters:
value
- allowed object isObjectRefType
-
getOwnerAtDestination
Gets the value of the ownerAtDestination property.- Returns:
- possible object is
ObjectRefType
-
setOwnerAtDestination
Sets the value of the ownerAtDestination property.- Parameters:
value
- allowed object isObjectRefType
-