gov.nasa.pds.harvest.pdap.policy
Class ProductMetadata

java.lang.Object
  extended by gov.nasa.pds.harvest.pdap.policy.ProductMetadata

public class ProductMetadata
extends Object

Java class for ProductMetadata complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProductMetadata">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{}staticMetadata" minOccurs="0"/>
         <element ref="{}dynamicMetadata" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DynamicMetadata dynamicMetadata
           
protected  StaticMetadata staticMetadata
           
 
Constructor Summary
ProductMetadata()
           
 
Method Summary
 DynamicMetadata getDynamicMetadata()
          Gets the value of the dynamicMetadata property.
 StaticMetadata getStaticMetadata()
          Gets the value of the staticMetadata property.
 void setDynamicMetadata(DynamicMetadata value)
          Sets the value of the dynamicMetadata property.
 void setStaticMetadata(StaticMetadata value)
          Sets the value of the staticMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staticMetadata

protected StaticMetadata staticMetadata

dynamicMetadata

protected DynamicMetadata dynamicMetadata
Constructor Detail

ProductMetadata

public ProductMetadata()
Method Detail

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

getDynamicMetadata

public DynamicMetadata getDynamicMetadata()
Gets the value of the dynamicMetadata property.

Returns:
possible object is DynamicMetadata

setDynamicMetadata

public void setDynamicMetadata(DynamicMetadata value)
Sets the value of the dynamicMetadata property.

Parameters:
value - allowed object is DynamicMetadata


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