public class ProductContext extends Product
Java class for Product_Context complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Product_Context">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Product">
<sequence>
<element name="Discipline_Area" type="{http://pds.nasa.gov/pds4/pds/v1}Discipline_Area" minOccurs="0"/>
<element name="Reference_List" type="{http://pds.nasa.gov/pds4/pds/v1}Reference_List" minOccurs="0"/>
<choice>
<element name="Agency" type="{http://pds.nasa.gov/pds4/pds/v1}Agency"/>
<element name="Airborne" type="{http://pds.nasa.gov/pds4/pds/v1}Airborne"/>
<element name="Facility" type="{http://pds.nasa.gov/pds4/pds/v1}Facility"/>
<element name="Instrument" type="{http://pds.nasa.gov/pds4/pds/v1}Instrument"/>
<element name="Instrument_Host" type="{http://pds.nasa.gov/pds4/pds/v1}Instrument_Host"/>
<element name="Investigation" type="{http://pds.nasa.gov/pds4/pds/v1}Investigation"/>
<element name="Node" type="{http://pds.nasa.gov/pds4/pds/v1}Node"/>
<element name="Other" type="{http://pds.nasa.gov/pds4/pds/v1}Other"/>
<element name="PDS_Affiliate" type="{http://pds.nasa.gov/pds4/pds/v1}PDS_Affiliate"/>
<element name="PDS_Guest" type="{http://pds.nasa.gov/pds4/pds/v1}PDS_Guest"/>
<element name="Resource" type="{http://pds.nasa.gov/pds4/pds/v1}Resource"/>
<element name="Target" type="{http://pds.nasa.gov/pds4/pds/v1}Target"/>
<element name="Telescope" type="{http://pds.nasa.gov/pds4/pds/v1}Telescope"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Agency |
agency |
protected Airborne |
airborne |
protected DisciplineArea |
disciplineArea |
protected Facility |
facility |
protected Instrument |
instrument |
protected InstrumentHost |
instrumentHost |
protected Investigation |
investigation |
protected Node |
node |
protected Other |
other |
protected PDSAffiliate |
pdsAffiliate |
protected PDSGuest |
pdsGuest |
protected ReferenceList |
referenceList |
protected Resource |
resource |
protected Target |
target |
protected Telescope |
telescope |
identificationArea| Constructor and Description |
|---|
ProductContext() |
| Modifier and Type | Method and Description |
|---|---|
Agency |
getAgency()
Gets the value of the agency property.
|
Airborne |
getAirborne()
Gets the value of the airborne property.
|
DisciplineArea |
getDisciplineArea()
Gets the value of the disciplineArea property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
Instrument |
getInstrument()
Gets the value of the instrument property.
|
InstrumentHost |
getInstrumentHost()
Gets the value of the instrumentHost property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
Node |
getNode()
Gets the value of the node property.
|
Other |
getOther()
Gets the value of the other property.
|
PDSAffiliate |
getPDSAffiliate()
Gets the value of the pdsAffiliate property.
|
PDSGuest |
getPDSGuest()
Gets the value of the pdsGuest property.
|
ReferenceList |
getReferenceList()
Gets the value of the referenceList property.
|
Resource |
getResource()
Gets the value of the resource property.
|
Target |
getTarget()
Gets the value of the target property.
|
Telescope |
getTelescope()
Gets the value of the telescope property.
|
void |
setAgency(Agency value)
Sets the value of the agency property.
|
void |
setAirborne(Airborne value)
Sets the value of the airborne property.
|
void |
setDisciplineArea(DisciplineArea value)
Sets the value of the disciplineArea property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setInstrument(Instrument value)
Sets the value of the instrument property.
|
void |
setInstrumentHost(InstrumentHost value)
Sets the value of the instrumentHost property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
void |
setNode(Node value)
Sets the value of the node property.
|
void |
setOther(Other value)
Sets the value of the other property.
|
void |
setPDSAffiliate(PDSAffiliate value)
Sets the value of the pdsAffiliate property.
|
void |
setPDSGuest(PDSGuest value)
Sets the value of the pdsGuest property.
|
void |
setReferenceList(ReferenceList value)
Sets the value of the referenceList property.
|
void |
setResource(Resource value)
Sets the value of the resource property.
|
void |
setTarget(Target value)
Sets the value of the target property.
|
void |
setTelescope(Telescope value)
Sets the value of the telescope property.
|
getIdentificationArea, setIdentificationAreaprotected DisciplineArea disciplineArea
protected ReferenceList referenceList
protected Telescope telescope
protected Target target
protected Resource resource
protected PDSGuest pdsGuest
protected PDSAffiliate pdsAffiliate
protected Other other
protected Node node
protected Investigation investigation
protected InstrumentHost instrumentHost
protected Instrument instrument
protected Facility facility
protected Airborne airborne
protected Agency agency
public DisciplineArea getDisciplineArea()
DisciplineAreapublic void setDisciplineArea(DisciplineArea value)
value - allowed object is
DisciplineAreapublic ReferenceList getReferenceList()
ReferenceListpublic void setReferenceList(ReferenceList value)
value - allowed object is
ReferenceListpublic Telescope getTelescope()
Telescopepublic void setTelescope(Telescope value)
value - allowed object is
Telescopepublic Target getTarget()
Targetpublic void setTarget(Target value)
value - allowed object is
Targetpublic Resource getResource()
Resourcepublic void setResource(Resource value)
value - allowed object is
Resourcepublic PDSGuest getPDSGuest()
PDSGuestpublic void setPDSGuest(PDSGuest value)
value - allowed object is
PDSGuestpublic PDSAffiliate getPDSAffiliate()
PDSAffiliatepublic void setPDSAffiliate(PDSAffiliate value)
value - allowed object is
PDSAffiliatepublic Other getOther()
Otherpublic void setOther(Other value)
value - allowed object is
Otherpublic void setNode(Node value)
value - allowed object is
Nodepublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic InstrumentHost getInstrumentHost()
InstrumentHostpublic void setInstrumentHost(InstrumentHost value)
value - allowed object is
InstrumentHostpublic Instrument getInstrument()
Instrumentpublic void setInstrument(Instrument value)
value - allowed object is
Instrumentpublic Facility getFacility()
Facilitypublic void setFacility(Facility value)
value - allowed object is
Facilitypublic Airborne getAirborne()
Airbornepublic void setAirborne(Airborne value)
value - allowed object is
Airbornepublic Agency getAgency()
AgencyCopyright © 2022 Planetary Data System. All rights reserved.