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

public class RelocateObjectsRequest 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}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 Details

  • Constructor Details

    • RelocateObjectsRequest

      public RelocateObjectsRequest()
  • Method Details

    • getAdhocQuery

      public AdhocQueryType getAdhocQuery()
      Gets the value of the adhocQuery property.
      Returns:
      possible object is AdhocQueryType
    • setAdhocQuery

      public void setAdhocQuery(AdhocQueryType value)
      Sets the value of the adhocQuery property.
      Parameters:
      value - allowed object is AdhocQueryType
    • getSourceRegistry

      public ObjectRefType getSourceRegistry()
      Gets the value of the sourceRegistry property.
      Returns:
      possible object is ObjectRefType
    • setSourceRegistry

      public void setSourceRegistry(ObjectRefType value)
      Sets the value of the sourceRegistry property.
      Parameters:
      value - allowed object is ObjectRefType
    • getDestinationRegistry

      public ObjectRefType getDestinationRegistry()
      Gets the value of the destinationRegistry property.
      Returns:
      possible object is ObjectRefType
    • setDestinationRegistry

      public void setDestinationRegistry(ObjectRefType value)
      Sets the value of the destinationRegistry property.
      Parameters:
      value - allowed object is ObjectRefType
    • getOwnerAtSource

      public ObjectRefType getOwnerAtSource()
      Gets the value of the ownerAtSource property.
      Returns:
      possible object is ObjectRefType
    • setOwnerAtSource

      public void setOwnerAtSource(ObjectRefType value)
      Sets the value of the ownerAtSource property.
      Parameters:
      value - allowed object is ObjectRefType
    • getOwnerAtDestination

      public ObjectRefType getOwnerAtDestination()
      Gets the value of the ownerAtDestination property.
      Returns:
      possible object is ObjectRefType
    • setOwnerAtDestination

      public void setOwnerAtDestination(ObjectRefType value)
      Sets the value of the ownerAtDestination property.
      Parameters:
      value - allowed object is ObjectRefType