public static class RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest
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="HomeCommunityId" type="{urn:dicom:wado:ws:2011}LongName" minOccurs="0"/>
<element name="RepositoryUniqueId" type="{urn:dicom:wado:ws:2011}LongName" minOccurs="0"/>
<element name="DocumentUniqueId" type="{urn:dicom:wado:ws:2011}LongName"/>
<element name="Annotation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Rows" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Columns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WindowWidth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="WindowCenter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ImageQuality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PresentationSeriesUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Anonymize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FrameNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentTypeList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="CharsetList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnotation()
Gets the value of the annotation property.
|
java.lang.String |
getAnonymize()
Gets the value of the anonymize property.
|
java.util.List<java.lang.String> |
getCharsetList()
Gets the value of the charsetList property.
|
java.lang.String |
getColumns()
Gets the value of the columns property.
|
java.util.List<java.lang.String> |
getContentTypeList()
Gets the value of the contentTypeList property.
|
java.lang.String |
getDocumentUniqueId()
Gets the value of the documentUniqueId property.
|
java.lang.String |
getFrameNumber()
Gets the value of the frameNumber property.
|
java.lang.String |
getHomeCommunityId()
Gets the value of the homeCommunityId property.
|
java.lang.String |
getImageQuality()
Gets the value of the imageQuality property.
|
java.lang.String |
getPresentationSeriesUID()
Gets the value of the presentationSeriesUID property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
java.lang.String |
getRepositoryUniqueId()
Gets the value of the repositoryUniqueId property.
|
java.lang.String |
getRows()
Gets the value of the rows property.
|
java.lang.String |
getWindowCenter()
Gets the value of the windowCenter property.
|
java.lang.String |
getWindowWidth()
Gets the value of the windowWidth property.
|
void |
setAnnotation(java.lang.String value)
Sets the value of the annotation property.
|
void |
setAnonymize(java.lang.String value)
Sets the value of the anonymize property.
|
void |
setColumns(java.lang.String value)
Sets the value of the columns property.
|
void |
setDocumentUniqueId(java.lang.String value)
Sets the value of the documentUniqueId property.
|
void |
setFrameNumber(java.lang.String value)
Sets the value of the frameNumber property.
|
void |
setHomeCommunityId(java.lang.String value)
Sets the value of the homeCommunityId property.
|
void |
setImageQuality(java.lang.String value)
Sets the value of the imageQuality property.
|
void |
setPresentationSeriesUID(java.lang.String value)
Sets the value of the presentationSeriesUID property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setRepositoryUniqueId(java.lang.String value)
Sets the value of the repositoryUniqueId property.
|
void |
setRows(java.lang.String value)
Sets the value of the rows property.
|
void |
setWindowCenter(java.lang.String value)
Sets the value of the windowCenter property.
|
void |
setWindowWidth(java.lang.String value)
Sets the value of the windowWidth property.
|
public RetrieveRenderedImagingDocumentSetRequestType.StudyRequest.SeriesRequest.RenderedDocumentRequest()
public java.lang.String getHomeCommunityId()
Stringpublic void setHomeCommunityId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRepositoryUniqueId()
Stringpublic void setRepositoryUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDocumentUniqueId()
Stringpublic void setDocumentUniqueId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAnnotation()
Stringpublic void setAnnotation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRows()
Stringpublic void setRows(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumns()
Stringpublic void setColumns(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegion()
Stringpublic void setRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWindowWidth()
Stringpublic void setWindowWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWindowCenter()
Stringpublic void setWindowCenter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImageQuality()
Stringpublic void setImageQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPresentationSeriesUID()
Stringpublic void setPresentationSeriesUID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAnonymize()
Stringpublic void setAnonymize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFrameNumber()
Stringpublic void setFrameNumber(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getContentTypeList()
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 contentTypeList property.
For example, to add a new item, do as follows:
getContentTypeList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getCharsetList()
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 charsetList property.
For example, to add a new item, do as follows:
getCharsetList().add(newItem);
Objects of the following type(s) are allowed in the list
String