|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
oasis.names.tc.ebxml_regrep.xsd.lcm._3.RelocateObjectsRequest
public class 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 | |
---|---|
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 |
---|
protected AdhocQueryType adhocQuery
protected ObjectRefType sourceRegistry
protected ObjectRefType destinationRegistry
protected ObjectRefType ownerAtSource
protected ObjectRefType ownerAtDestination
Constructor Detail |
---|
public RelocateObjectsRequest()
Method Detail |
---|
public AdhocQueryType getAdhocQuery()
AdhocQueryType
public void setAdhocQuery(AdhocQueryType value)
value
- allowed object is
AdhocQueryType
public ObjectRefType getSourceRegistry()
ObjectRefType
public void setSourceRegistry(ObjectRefType value)
value
- allowed object is
ObjectRefType
public ObjectRefType getDestinationRegistry()
ObjectRefType
public void setDestinationRegistry(ObjectRefType value)
value
- allowed object is
ObjectRefType
public ObjectRefType getOwnerAtSource()
ObjectRefType
public void setOwnerAtSource(ObjectRefType value)
value
- allowed object is
ObjectRefType
public ObjectRefType getOwnerAtDestination()
ObjectRefType
public void setOwnerAtDestination(ObjectRefType value)
value
- allowed object is
ObjectRefType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |