public class RegistryResponseType extends 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="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryResponseType() |
| Modifier and Type | Method and Description |
|---|---|
RegistryErrorList |
getRegistryErrorList()
Gets the value of the registryErrorList property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
SlotListType |
getResponseSlotList()
Gets the value of the responseSlotList property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setRegistryErrorList(RegistryErrorList value)
Sets the value of the registryErrorList property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setResponseSlotList(SlotListType value)
Sets the value of the responseSlotList property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
public SlotListType getResponseSlotList()
SlotListTypepublic void setResponseSlotList(SlotListType value)
value - allowed object is
SlotListTypepublic RegistryErrorList getRegistryErrorList()
RegistryErrorListpublic void setRegistryErrorList(RegistryErrorList value)
value - allowed object is
RegistryErrorListpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getRequestId()
StringCopyright © 2010–2025. All rights reserved.