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="{}lidPrefix" minOccurs="0"/>
         <element ref="{}associations" minOccurs="0"/>
         <element ref="{}ancillaryMetadata" minOccurs="0"/>
         <element ref="{}includePaths" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AncillaryMetadata ancillaryMetadata
           
protected  Associations associations
           
protected  IncludePath includePaths
           
protected  String lidPrefix
           
 
Constructor Summary
Pds3ProductMetadata()
           
 
Method Summary
 AncillaryMetadata getAncillaryMetadata()
          Gets the value of the ancillaryMetadata property.
 Associations getAssociations()
          Gets the value of the associations property.
 IncludePath getIncludePaths()
          Gets the value of the includePaths property.
 String getLidPrefix()
          Gets the value of the lidPrefix property.
 void setAncillaryMetadata(AncillaryMetadata value)
          Sets the value of the ancillaryMetadata property.
 void setAssociations(Associations value)
          Sets the value of the associations property.
 void setIncludePaths(IncludePath value)
          Sets the value of the includePaths property.
 void setLidPrefix(String value)
          Sets the value of the lidPrefix property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lidPrefix

protected String lidPrefix

associations

protected Associations associations

ancillaryMetadata

protected AncillaryMetadata ancillaryMetadata

includePaths

protected IncludePath includePaths
Constructor Detail

Pds3ProductMetadata

public Pds3ProductMetadata()
Method Detail

getLidPrefix

public String getLidPrefix()
Gets the value of the lidPrefix property.

Returns:
possible object is String

setLidPrefix

public void setLidPrefix(String value)
Sets the value of the lidPrefix property.

Parameters:
value - allowed object is String

getAssociations

public Associations getAssociations()
Gets the value of the associations property.

Returns:
possible object is Associations

setAssociations

public void setAssociations(Associations value)
Sets the value of the associations property.

Parameters:
value - allowed object is Associations

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-2012 Planetary Data System. All Rights Reserved.