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

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
      extended by oasis.names.tc.ebxml_regrep.xsd.lcm._3.RemoveObjectsRequest

public class RemoveObjectsRequest
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" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}ObjectRefList" minOccurs="0"/>
       </sequence>
       <attribute name="deletionScope" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AdhocQueryType adhocQuery
           
protected  String deletionScope
           
protected  ObjectRefListType objectRefList
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
comment, id, requestSlotList
 
Constructor Summary
RemoveObjectsRequest()
           
 
Method Summary
 AdhocQueryType getAdhocQuery()
          Gets the value of the adhocQuery property.
 String getDeletionScope()
          Gets the value of the deletionScope property.
 ObjectRefListType getObjectRefList()
          Gets the value of the objectRefList property.
 void setAdhocQuery(AdhocQueryType value)
          Sets the value of the adhocQuery property.
 void setDeletionScope(String value)
          Sets the value of the deletionScope property.
 void setObjectRefList(ObjectRefListType value)
          Sets the value of the objectRefList 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

objectRefList

protected ObjectRefListType objectRefList

deletionScope

protected String deletionScope
Constructor Detail

RemoveObjectsRequest

public RemoveObjectsRequest()
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

getObjectRefList

public ObjectRefListType getObjectRefList()
Gets the value of the objectRefList property.

Returns:
possible object is ObjectRefListType

setObjectRefList

public void setObjectRefList(ObjectRefListType value)
Sets the value of the objectRefList property.

Parameters:
value - allowed object is ObjectRefListType

getDeletionScope

public String getDeletionScope()
Gets the value of the deletionScope property.

Returns:
possible object is String

setDeletionScope

public void setDeletionScope(String value)
Sets the value of the deletionScope property.

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.