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="RegistryErrorList" type="{urn:dicom:wado:ws:2011}RegistryErrorListType" minOccurs="0"/>
</sequence>
<attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegistryResponseType() |
| Modifier and Type | Method and Description |
|---|---|
RegistryErrorListType |
getRegistryErrorList()
Gets the value of the registryErrorList property.
|
java.lang.String |
getRequestId()
Gets the value of the requestId property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
void |
setRegistryErrorList(RegistryErrorListType value)
Sets the value of the registryErrorList property.
|
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
public RegistryErrorListType getRegistryErrorList()
RegistryErrorListTypepublic void setRegistryErrorList(RegistryErrorListType value)
value - allowed object is
RegistryErrorListTypepublic java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestId()
Stringpublic void setRequestId(java.lang.String value)
value - allowed object is
String