public class ProductDocument extends Product
Java class for Product_Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_Document">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
<sequence>
<element name="Context_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Context_Area" minOccurs="0"/>
<element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/>
<element name="Document" type="{http://pds.nasa.gov/pds4/pds/v1}Document"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContextArea |
contextArea |
protected Document |
document |
protected ReferenceList |
referenceList |
identificationArea| Constructor and Description |
|---|
ProductDocument() |
| Modifier and Type | Method and Description |
|---|---|
ContextArea |
getContextArea()
Gets the value of the contextArea property.
|
Document |
getDocument()
Gets the value of the document property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
void |
setContextArea(ContextArea value)
Sets the value of the contextArea property.
|
void |
setDocument(Document value)
Sets the value of the document property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
getIdentificationArea, setIdentificationAreaprotected ContextArea contextArea
protected ReferenceList referenceList
protected Document document
public ContextArea getContextArea()
ContextAreapublic void setContextArea(ContextArea value)
value - allowed object is
ContextAreapublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic Document getDocument()
DocumentCopyright © 2022 Planetary Data System. All rights reserved.