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

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

public class SubmitObjectsRequest
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}RegistryObjectList"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegistryObjectListType registryObjectList
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
comment, id, requestSlotList
 
Constructor Summary
SubmitObjectsRequest()
           
 
Method Summary
 RegistryObjectListType getRegistryObjectList()
          Gets the value of the registryObjectList property.
 void setRegistryObjectList(RegistryObjectListType value)
          Sets the value of the registryObjectList 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

registryObjectList

protected RegistryObjectListType registryObjectList
Constructor Detail

SubmitObjectsRequest

public SubmitObjectsRequest()
Method Detail

getRegistryObjectList

public RegistryObjectListType getRegistryObjectList()
Gets the value of the registryObjectList property.

Returns:
possible object is RegistryObjectListType

setRegistryObjectList

public void setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.

Parameters:
value - allowed object is RegistryObjectListType


Copyright © 2010-2011. All Rights Reserved.