oasis.names.tc.ebxml_regrep.xsd.rs._3
Class RegistryRequestType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
Direct Known Subclasses:
AcceptObjectsRequest, AdhocQueryRequest, ApproveObjectsRequest, DeprecateObjectsRequest, RelocateObjectsRequest, RemoveObjectsRequest, SubmitObjectsRequest, UndeprecateObjectsRequest, UpdateObjectsRequest

public class RegistryRequestType
extends java.lang.Object

Base type for all ebXML Registry requests

Java class for RegistryRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RegistryRequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestSlotList" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SlotListType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String comment
           
protected  java.lang.String id
           
protected  SlotList requestSlotList
           
 
Constructor Summary
RegistryRequestType()
           
 
Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getId()
          Gets the value of the id property.
 SlotList getRequestSlotList()
          Gets the value of the requestSlotList property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setRequestSlotList(SlotList value)
          Sets the value of the requestSlotList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestSlotList

protected SlotList requestSlotList

id

protected java.lang.String id

comment

protected java.lang.String comment
Constructor Detail

RegistryRequestType

public RegistryRequestType()
Method Detail

getRequestSlotList

public SlotList getRequestSlotList()
Gets the value of the requestSlotList property.

Returns:
possible object is SlotList

setRequestSlotList

public void setRequestSlotList(SlotList value)
Sets the value of the requestSlotList property.

Parameters:
value - allowed object is SlotList

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String