Class 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>
     
    • Constructor Detail

      • Pds3ProductMetadata

        public Pds3ProductMetadata()
    • 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 is LidContents
      • 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 is TitleContents
      • 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 is StaticMetadata
      • setAncillaryMetadata

        public void setAncillaryMetadata​(AncillaryMetadata value)
        Sets the value of the ancillaryMetadata property.
        Parameters:
        value - allowed object is AncillaryMetadata
      • 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 is IncludePath
      • getObjectType

        public String getObjectType()
        Gets the value of the objectType property.
        Returns:
        possible object is String
      • setObjectType

        public void setObjectType​(String value)
        Sets the value of the objectType property.
        Parameters:
        value - allowed object is String