Class RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList

java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.xdsi.RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList
Enclosing class:
RetrieveImagingDocumentSetRequestType

public static class RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList extends Object

The following schema fragment specifies the expected content contained within this class.

 <xs:element name="TransferSyntaxUIDList">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="TransferSyntaxUID" type="rim:LongName" maxOccurs="unbounded">
         <xs:annotation>
           <xs:documentation>This is the list of DICOM transfer syntax UIDs to be used when requesting retrieval of DICOM images</xs:documentation>
         </xs:annotation>
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 
  • Field Details

    • transferSyntaxUID

      protected List<String> transferSyntaxUID
  • Constructor Details

    • TransferSyntaxUIDList

      public TransferSyntaxUIDList()
  • Method Details

    • getTransferSyntaxUID

      public List<String> getTransferSyntaxUID()
      Gets the value of the seriesRequest property.

      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:

          getTransferSyntaxUID().add(newItem);
       

      Objects of the following type(s) are allowed in the list RetrieveImagingDocumentSetRequestType.TransferSyntaxUIDList