public class RetrieveImagingDocumentSetInformationResponseType
extends java.lang.Object
Java class for RetrieveImagingDocumentSetInformationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveImagingDocumentSetInformationResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="RegistryResponse" type="{urn:dicom:wado:ws:2011}RegistryResponseType"/>
<element name="DocumentInformationResponse" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HomeCommunityId" type="{urn:dicom:wado:ws:2011}LongName" minOccurs="0"/>
<element name="RepositoryUniqueId" type="{urn:dicom:wado:ws:2011}LongName"/>
<element name="DocumentUniqueId" type="{urn:dicom:wado:ws:2011}LongName"/>
<element name="FrameNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="XPathResponseList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="XPathResponse" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveImagingDocumentSetInformationResponseType.DocumentInformationResponse
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RetrieveImagingDocumentSetInformationResponseType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RetrieveImagingDocumentSetInformationResponseType.DocumentInformationResponse> |
getDocumentInformationResponse()
Gets the value of the documentInformationResponse property.
|
RegistryResponseType |
getRegistryResponse()
Gets the value of the registryResponse property.
|
void |
setRegistryResponse(RegistryResponseType value)
Sets the value of the registryResponse property.
|
public RetrieveImagingDocumentSetInformationResponseType()
public RegistryResponseType getRegistryResponse()
RegistryResponseTypepublic void setRegistryResponse(RegistryResponseType value)
value - allowed object is
RegistryResponseTypepublic java.util.List<RetrieveImagingDocumentSetInformationResponseType.DocumentInformationResponse> getDocumentInformationResponse()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the documentInformationResponse property.
For example, to add a new item, do as follows:
getDocumentInformationResponse().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetInformationResponseType.DocumentInformationResponse