oasis.names.tc.ebxml_regrep.xsd.lcm._3
Class RelocateObjectsRequest

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
      extended by oasis.names.tc.ebxml_regrep.xsd.lcm._3.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 Summary
protected  AdhocQueryType adhocQuery
           
protected  ObjectRefType destinationRegistry
           
protected  ObjectRefType ownerAtDestination
           
protected  ObjectRefType ownerAtSource
           
protected  ObjectRefType sourceRegistry
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
comment, id, requestSlotList
 
Constructor Summary
RelocateObjectsRequest()
           
 
Method Summary
 AdhocQueryType getAdhocQuery()
          Gets the value of the adhocQuery property.
 ObjectRefType getDestinationRegistry()
          Gets the value of the destinationRegistry property.
 ObjectRefType getOwnerAtDestination()
          Gets the value of the ownerAtDestination property.
 ObjectRefType getOwnerAtSource()
          Gets the value of the ownerAtSource property.
 ObjectRefType getSourceRegistry()
          Gets the value of the sourceRegistry property.
 void setAdhocQuery(AdhocQueryType value)
          Sets the value of the adhocQuery property.
 void setDestinationRegistry(ObjectRefType value)
          Sets the value of the destinationRegistry property.
 void setOwnerAtDestination(ObjectRefType value)
          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 oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adhocQuery

protected AdhocQueryType adhocQuery

sourceRegistry

protected ObjectRefType sourceRegistry

destinationRegistry

protected ObjectRefType destinationRegistry

ownerAtSource

protected ObjectRefType ownerAtSource

ownerAtDestination

protected ObjectRefType ownerAtDestination
Constructor Detail

RelocateObjectsRequest

public RelocateObjectsRequest()
Method Detail

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