public class RetrieveImagingDocumentSetRequestType
extends java.lang.Object
Java class for RetrieveImagingDocumentSetRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveImagingDocumentSetRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="StudyRequest" maxOccurs="unbounded">
<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>
</element>
<element name="TransferSyntaxUIDList">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TransferSyntaxUID" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetrieveImagingDocumentSetRequestType.StudyRequest
Java class for anonymous complex type.
|
static class |
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RetrieveImagingDocumentSetRequestType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RetrieveImagingDocumentSetRequestType.StudyRequest> |
getStudyRequest()
Gets the value of the studyRequest property.
|
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList |
getTransferSyntaxUIDList()
Gets the value of the transferSyntaxUIDList property.
|
void |
setTransferSyntaxUIDList(RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList value)
Sets the value of the transferSyntaxUIDList property.
|
public RetrieveImagingDocumentSetRequestType()
public java.util.List<RetrieveImagingDocumentSetRequestType.StudyRequest> getStudyRequest()
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 studyRequest property.
For example, to add a new item, do as follows:
getStudyRequest().add(newItem);
Objects of the following type(s) are allowed in the list
RetrieveImagingDocumentSetRequestType.StudyRequest
public RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList getTransferSyntaxUIDList()
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDListpublic void setTransferSyntaxUIDList(RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList value)
value - allowed object is
RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList