Uses of Class
gov.nasa.arc.pds.xml.generated.ContextArea
-
Packages that use ContextArea Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of ContextArea in gov.nasa.arc.pds.xml.generated
Subclasses of ContextArea in gov.nasa.arc.pds.xml.generated Modifier and Type Class Description class
ObservationArea
The observation area consists of attributes that provide information about the circumstances under which the data were collected.Fields in gov.nasa.arc.pds.xml.generated declared as ContextArea Modifier and Type Field Description protected ContextArea
ProductAncillary. contextArea
protected ContextArea
ProductBrowse. contextArea
protected ContextArea
ProductBundle. contextArea
protected ContextArea
ProductCollection. contextArea
protected ContextArea
ProductDocument. contextArea
protected ContextArea
ProductExternal. contextArea
protected ContextArea
ProductNative. contextArea
protected ContextArea
ProductSPICEKernel. contextArea
protected ContextArea
ProductXMLSchema. contextArea
Methods in gov.nasa.arc.pds.xml.generated that return ContextArea Modifier and Type Method Description ContextArea
ObjectFactory. createContextArea()
Create an instance ofContextArea
ContextArea
ProductAncillary. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductBrowse. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductBundle. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductCollection. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductDocument. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductExternal. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductNative. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductSPICEKernel. getContextArea()
Gets the value of the contextArea property.ContextArea
ProductXMLSchema. getContextArea()
Gets the value of the contextArea property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type ContextArea Modifier and Type Method Description void
ProductAncillary. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductBrowse. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductBundle. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductCollection. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductDocument. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductExternal. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductNative. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductSPICEKernel. setContextArea(ContextArea value)
Sets the value of the contextArea property.void
ProductXMLSchema. setContextArea(ContextArea value)
Sets the value of the contextArea property.
-