public class RelocateObjectsRequest extends RegistryRequestType
| Modifier and Type | Field and Description |
|---|---|
protected AdhocQueryType |
adhocQuery |
protected ObjectRefType |
destinationRegistry |
protected ObjectRefType |
ownerAtDestination |
protected ObjectRefType |
ownerAtSource |
protected ObjectRefType |
sourceRegistry |
comment, id, requestSlotList| Constructor and Description |
|---|
RelocateObjectsRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdhocQueryType |
getAdhocQuery() |
ObjectRefType |
getDestinationRegistry() |
ObjectRefType |
getOwnerAtDestination() |
ObjectRefType |
getOwnerAtSource() |
ObjectRefType |
getSourceRegistry() |
void |
setAdhocQuery(AdhocQueryType value) |
void |
setDestinationRegistry(ObjectRefType value) |
void |
setOwnerAtDestination(ObjectRefType value) |
void |
setOwnerAtSource(ObjectRefType value) |
void |
setSourceRegistry(ObjectRefType value) |
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotListprotected AdhocQueryType adhocQuery
protected ObjectRefType sourceRegistry
protected ObjectRefType destinationRegistry
protected ObjectRefType ownerAtSource
protected ObjectRefType ownerAtDestination
public AdhocQueryType getAdhocQuery()
public void setAdhocQuery(AdhocQueryType value)
public ObjectRefType getSourceRegistry()
public void setSourceRegistry(ObjectRefType value)
public ObjectRefType getDestinationRegistry()
public void setDestinationRegistry(ObjectRefType value)
public ObjectRefType getOwnerAtSource()
public void setOwnerAtSource(ObjectRefType value)
public ObjectRefType getOwnerAtDestination()
public void setOwnerAtDestination(ObjectRefType value)
Copyright © 2020. All rights reserved.