gov.nasa.pds.harvest.policy
Class Directory

java.lang.Object
  extended by gov.nasa.pds.harvest.policy.Directory

public class Directory
extends Object

Java class for Directory complex type.

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

 <complexType name="Directory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}path" maxOccurs="unbounded"/>
         <element ref="{}filePattern" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> filePattern
           
protected  List<String> path
           
 
Constructor Summary
Directory()
           
 
Method Summary
 List<String> getFilePattern()
          Gets the value of the filePattern property.
 List<String> getPath()
          Gets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected List<String> path

filePattern

protected List<String> filePattern
Constructor Detail

Directory

public Directory()
Method Detail

getPath

public List<String> getPath()
Gets the value of the path property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the path property.

For example, to add a new item, do as follows:

    getPath().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getFilePattern

public List<String> getFilePattern()
Gets the value of the filePattern property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filePattern property.

For example, to add a new item, do as follows:

    getFilePattern().add(newItem);
 

Objects of the following type(s) are allowed in the list String



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