Class RegistryResponseType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryResponseType
- Direct Known Subclasses:
AdhocQueryResponse
Base type for all ebXML Registry responses
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RegistryErrorListprotected Stringprotected SlotListTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registryErrorList property.Gets the value of the requestId property.Gets the value of the responseSlotList property.Gets the value of the status property.voidSets the value of the registryErrorList property.voidsetRequestId(String value) Sets the value of the requestId property.voidsetResponseSlotList(SlotListType value) Sets the value of the responseSlotList property.voidSets the value of the status property.
-
Field Details
-
responseSlotList
-
registryErrorList
-
status
-
requestId
-
-
Constructor Details
-
RegistryResponseType
public RegistryResponseType()
-
-
Method Details
-
getResponseSlotList
Gets the value of the responseSlotList property.- Returns:
- possible object is
SlotListType
-
setResponseSlotList
Sets the value of the responseSlotList property.- Parameters:
value- allowed object isSlotListType
-
getRegistryErrorList
Gets the value of the registryErrorList property.- Returns:
- possible object is
RegistryErrorList
-
setRegistryErrorList
Sets the value of the registryErrorList property.- Parameters:
value- allowed object isRegistryErrorList
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getRequestId
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-