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

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

public class PdsRegistry
extends Object

Java class for PdsRegistry complex type.

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

 <complexType name="PdsRegistry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}packageName" minOccurs="0"/>
         <element ref="{}packageDescription" minOccurs="0"/>
       </sequence>
       <attribute ref="{}url use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String packageDescription
           
protected  String packageName
           
protected  String url
           
 
Constructor Summary
PdsRegistry()
           
 
Method Summary
 String getPackageDescription()
          Gets the value of the packageDescription property.
 String getPackageName()
          Gets the value of the packageName property.
 String getUrl()
          Gets the value of the url property.
 void setPackageDescription(String value)
          Sets the value of the packageDescription property.
 void setPackageName(String value)
          Sets the value of the packageName property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packageName

protected String packageName

packageDescription

protected String packageDescription

url

protected String url
Constructor Detail

PdsRegistry

public PdsRegistry()
Method Detail

getPackageName

public String getPackageName()
Gets the value of the packageName property.

Returns:
possible object is String

setPackageName

public void setPackageName(String value)
Sets the value of the packageName property.

Parameters:
value - allowed object is String

getPackageDescription

public String getPackageDescription()
Gets the value of the packageDescription property.

Returns:
possible object is String

setPackageDescription

public void setPackageDescription(String value)
Sets the value of the packageDescription property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


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