|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.pdap.policy.PdsRegistry
public class PdsRegistry
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 |
---|
protected String packageName
protected String packageDescription
protected String url
Constructor Detail |
---|
public PdsRegistry()
Method Detail |
---|
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
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |