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 SummaryFields Modifier and Type Field Description protected AncillaryMetadataancillaryMetadataprotected IncludePathincludePathsprotected LidContentslidContentsprotected StringobjectTypeprotected StaticMetadatastaticMetadataprotected TitleContentstitleContents
 - 
Constructor SummaryConstructors Constructor Description Pds3ProductMetadata()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AncillaryMetadatagetAncillaryMetadata()Gets the value of the ancillaryMetadata property.IncludePathgetIncludePaths()Gets the value of the includePaths property.LidContentsgetLidContents()Gets the value of the lidContents property.StringgetObjectType()Gets the value of the objectType property.StaticMetadatagetStaticMetadata()Gets the value of the staticMetadata property.TitleContentsgetTitleContents()Gets the value of the titleContents property.voidsetAncillaryMetadata(AncillaryMetadata value)Sets the value of the ancillaryMetadata property.voidsetIncludePaths(IncludePath value)Sets the value of the includePaths property.voidsetLidContents(LidContents value)Sets the value of the lidContents property.voidsetObjectType(String value)Sets the value of the objectType property.voidsetStaticMetadata(StaticMetadata value)Sets the value of the staticMetadata property.voidsetTitleContents(TitleContents value)Sets the value of the titleContents property.
 
- 
- 
- 
Field Detail- 
lidContentsprotected LidContents lidContents 
 - 
titleContentsprotected TitleContents titleContents 
 - 
staticMetadataprotected StaticMetadata staticMetadata 
 - 
ancillaryMetadataprotected AncillaryMetadata ancillaryMetadata 
 - 
includePathsprotected IncludePath includePaths 
 - 
objectTypeprotected String objectType 
 
- 
 - 
Method Detail- 
getLidContentspublic LidContents getLidContents() Gets the value of the lidContents property.- Returns:
- possible object is
     LidContents
 
 - 
setLidContentspublic void setLidContents(LidContents value) Sets the value of the lidContents property.- Parameters:
- value- allowed object is- LidContents
 
 - 
getTitleContentspublic TitleContents getTitleContents() Gets the value of the titleContents property.- Returns:
- possible object is
     TitleContents
 
 - 
setTitleContentspublic void setTitleContents(TitleContents value) Sets the value of the titleContents property.- Parameters:
- value- allowed object is- TitleContents
 
 - 
getStaticMetadatapublic StaticMetadata getStaticMetadata() Gets the value of the staticMetadata property.- Returns:
- possible object is
     StaticMetadata
 
 - 
setStaticMetadatapublic void setStaticMetadata(StaticMetadata value) Sets the value of the staticMetadata property.- Parameters:
- value- allowed object is- StaticMetadata
 
 - 
getAncillaryMetadatapublic AncillaryMetadata getAncillaryMetadata() Gets the value of the ancillaryMetadata property.- Returns:
- possible object is
     AncillaryMetadata
 
 - 
setAncillaryMetadatapublic void setAncillaryMetadata(AncillaryMetadata value) Sets the value of the ancillaryMetadata property.- Parameters:
- value- allowed object is- AncillaryMetadata
 
 - 
getIncludePathspublic IncludePath getIncludePaths() Gets the value of the includePaths property.- Returns:
- possible object is
     IncludePath
 
 - 
setIncludePathspublic void setIncludePaths(IncludePath value) Sets the value of the includePaths property.- Parameters:
- value- allowed object is- IncludePath
 
 - 
getObjectTypepublic String getObjectType() Gets the value of the objectType property.- Returns:
- possible object is
     String
 
 
- 
 
-