gov.nasa.pds.harvest.policy
Class Pds3ProductMetadata

java.lang.Object
  extended by gov.nasa.pds.harvest.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="{}lidContents"/>
         <element ref="{}titleContents"/>
         <element ref="{}staticMetadata" minOccurs="0"/>
         <element ref="{}ancillaryMetadata" minOccurs="0"/>
         <element ref="{}includePaths" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AncillaryMetadata ancillaryMetadata
           
protected  IncludePath includePaths
           
protected  LidContents lidContents
           
protected  StaticMetadata staticMetadata
           
protected  TitleContents titleContents
           
 
Constructor Summary
Pds3ProductMetadata()
           
 
Method Summary
 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.
 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 setStaticMetadata(StaticMetadata value)
          Sets the value of the staticMetadata property.
 void setTitleContents(TitleContents value)
          Sets the value of the titleContents property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lidContents

protected LidContents lidContents

titleContents

protected TitleContents titleContents

staticMetadata

protected StaticMetadata staticMetadata

ancillaryMetadata

protected AncillaryMetadata ancillaryMetadata

includePaths

protected IncludePath includePaths
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

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 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


Copyright © 2010-2014 Planetary Data System. All Rights Reserved.