public static class RetrieveImagingDocumentSetRequestType.StudyRequest
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SeriesRequest" maxOccurs="unbounded">
<complexType>
<complexContent>
<extension base="{urn:ihe:iti:xds-b:2007}RetrieveDocumentSetRequestType">
<attribute name="seriesInstanceUID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="studyInstanceUID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveImagingDocumentSetRequestType.StudyRequest.SeriesRequest
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RetrieveImagingDocumentSetRequestType.StudyRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RetrieveImagingDocumentSetRequestType.StudyRequest.SeriesRequest> |
getSeriesRequest()
Gets the value of the seriesRequest property.
|
java.lang.String |
getStudyInstanceUID()
Gets the value of the studyInstanceUID property.
|
void |
setStudyInstanceUID(java.lang.String value)
Sets the value of the studyInstanceUID property.
|
public RetrieveImagingDocumentSetRequestType.StudyRequest()
public java.util.List<RetrieveImagingDocumentSetRequestType.StudyRequest.SeriesRequest> getSeriesRequest()
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 seriesRequest property.
For example, to add a new item, do as follows:
getSeriesRequest().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetRequestType.StudyRequest.SeriesRequest
public java.lang.String getStudyInstanceUID()
Stringpublic void setStudyInstanceUID(java.lang.String value)
value - allowed object is
String