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>
Modifier and Type | Field and Description |
---|---|
protected String |
packageDescription |
protected String |
packageName |
protected String |
url |
Constructor and Description |
---|
PdsRegistry() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String packageName
protected String packageDescription
protected String url
public String getPackageName()
String
public void setPackageName(String value)
value
- allowed object is
String
public String getPackageDescription()
String
public void setPackageDescription(String value)
value
- allowed object is
String
Copyright © 2010–2016 Planetary Data System. All rights reserved.