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

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryResponseType
Direct Known Subclasses:
AdhocQueryResponse, GetChangeHistoryViewResponse.AdhocQueryResponse

public class RegistryResponseType
extends java.lang.Object

Java class for RegistryResponseType complex type.

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

 <complexType name="RegistryResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResponseSlotList" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}SlotListType" minOccurs="0"/>
         <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryErrorList" minOccurs="0"/>
       </sequence>
       <attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegistryErrorList registryErrorList
           
protected  java.lang.String requestId
           
protected  SlotList responseSlotList
           
protected  java.lang.String status
           
 
Constructor Summary
RegistryResponseType()
           
 
Method Summary
 RegistryErrorList getRegistryErrorList()
          Gets the value of the registryErrorList property.
 java.lang.String getRequestId()
          Gets the value of the requestId property.
 SlotList getResponseSlotList()
          Gets the value of the responseSlotList property.
 java.lang.String getStatus()
          Gets the value of the status property.
 void setRegistryErrorList(RegistryErrorList value)
          Sets the value of the registryErrorList property.
 void setRequestId(java.lang.String value)
          Sets the value of the requestId property.
 void setResponseSlotList(SlotList value)
          Sets the value of the responseSlotList property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseSlotList

protected SlotList responseSlotList

registryErrorList

protected RegistryErrorList registryErrorList

status

protected java.lang.String status

requestId

protected java.lang.String requestId
Constructor Detail

RegistryResponseType

public RegistryResponseType()
Method Detail

getResponseSlotList

public SlotList getResponseSlotList()
Gets the value of the responseSlotList property.

Returns:
possible object is SlotList

setResponseSlotList

public void setResponseSlotList(SlotList value)
Sets the value of the responseSlotList property.

Parameters:
value - allowed object is SlotList

getRegistryErrorList

public RegistryErrorList getRegistryErrorList()
Gets the value of the registryErrorList property.

Returns:
possible object is RegistryErrorList

setRegistryErrorList

public void setRegistryErrorList(RegistryErrorList value)
Sets the value of the registryErrorList property.

Parameters:
value - allowed object is RegistryErrorList

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getRequestId

public java.lang.String getRequestId()
Gets the value of the requestId property.

Returns:
possible object is String

setRequestId

public void setRequestId(java.lang.String value)
Sets the value of the requestId property.

Parameters:
value - allowed object is String