Class Pds3ProductMetadata
- java.lang.Object
-
- gov.nasa.pds.harvest.search.policy.Pds3ProductMetadata
-
public class Pds3ProductMetadata extends Object
Java class for Pds3ProductMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pds3ProductMetadata"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}lidContents"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}titleContents" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}staticMetadata" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}ancillaryMetadata" minOccurs="0"/> <element ref="{https://pds.nasa.gov/software/pds4/harvest/v1}includePaths" minOccurs="0"/> </all> <attribute ref="{https://pds.nasa.gov/software/pds4/harvest/v1}objectType"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AncillaryMetadata
ancillaryMetadata
protected IncludePath
includePaths
protected LidContents
lidContents
protected String
objectType
protected StaticMetadata
staticMetadata
protected TitleContents
titleContents
-
Constructor Summary
Constructors Constructor Description Pds3ProductMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AncillaryMetadata
getAncillaryMetadata()
Gets the value of the ancillaryMetadata property.IncludePath
getIncludePaths()
Gets the value of the includePaths property.LidContents
getLidContents()
Gets the value of the lidContents property.String
getObjectType()
Gets the value of the objectType property.StaticMetadata
getStaticMetadata()
Gets the value of the staticMetadata property.TitleContents
getTitleContents()
Gets the value of the titleContents property.void
setAncillaryMetadata(AncillaryMetadata value)
Sets the value of the ancillaryMetadata property.void
setIncludePaths(IncludePath value)
Sets the value of the includePaths property.void
setLidContents(LidContents value)
Sets the value of the lidContents property.void
setObjectType(String value)
Sets the value of the objectType property.void
setStaticMetadata(StaticMetadata value)
Sets the value of the staticMetadata property.void
setTitleContents(TitleContents value)
Sets the value of the titleContents property.
-
-
-
Field Detail
-
lidContents
protected LidContents lidContents
-
titleContents
protected TitleContents titleContents
-
staticMetadata
protected StaticMetadata staticMetadata
-
ancillaryMetadata
protected AncillaryMetadata ancillaryMetadata
-
includePaths
protected IncludePath includePaths
-
objectType
protected String objectType
-
-
Method Detail
-
getLidContents
public LidContents getLidContents()
Gets the value of the lidContents property.- Returns:
- possible object is
LidContents
-
setLidContents
public void setLidContents(LidContents value)
Sets the value of the lidContents property.- Parameters:
value
- allowed object isLidContents
-
getTitleContents
public TitleContents getTitleContents()
Gets the value of the titleContents property.- Returns:
- possible object is
TitleContents
-
setTitleContents
public void setTitleContents(TitleContents value)
Sets the value of the titleContents property.- Parameters:
value
- allowed object isTitleContents
-
getStaticMetadata
public StaticMetadata getStaticMetadata()
Gets the value of the staticMetadata property.- Returns:
- possible object is
StaticMetadata
-
setStaticMetadata
public void setStaticMetadata(StaticMetadata value)
Sets the value of the staticMetadata property.- Parameters:
value
- allowed object isStaticMetadata
-
getAncillaryMetadata
public AncillaryMetadata getAncillaryMetadata()
Gets the value of the ancillaryMetadata property.- Returns:
- possible object is
AncillaryMetadata
-
setAncillaryMetadata
public void setAncillaryMetadata(AncillaryMetadata value)
Sets the value of the ancillaryMetadata property.- Parameters:
value
- allowed object isAncillaryMetadata
-
getIncludePaths
public IncludePath getIncludePaths()
Gets the value of the includePaths property.- Returns:
- possible object is
IncludePath
-
setIncludePaths
public void setIncludePaths(IncludePath value)
Sets the value of the includePaths property.- Parameters:
value
- allowed object isIncludePath
-
getObjectType
public String getObjectType()
Gets the value of the objectType property.- Returns:
- possible object is
String
-
-