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>
| Constructor and Description |
|---|
RelocateObjectsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotListpublic AdhocQueryType getAdhocQuery()
AdhocQueryTypepublic void setAdhocQuery(AdhocQueryType value)
value - allowed object is
AdhocQueryTypepublic ObjectRefType getSourceRegistry()
ObjectRefTypepublic void setSourceRegistry(ObjectRefType value)
value - allowed object is
ObjectRefTypepublic ObjectRefType getDestinationRegistry()
ObjectRefTypepublic void setDestinationRegistry(ObjectRefType value)
value - allowed object is
ObjectRefTypepublic ObjectRefType getOwnerAtSource()
ObjectRefTypepublic void setOwnerAtSource(ObjectRefType value)
value - allowed object is
ObjectRefTypepublic ObjectRefType getOwnerAtDestination()
ObjectRefTypepublic void setOwnerAtDestination(ObjectRefType value)
value - allowed object is
ObjectRefTypeCopyright © 2010–2025. All rights reserved.