|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.harvest.policy.Pds3ProductMetadata
public class Pds3ProductMetadata
Java class for Pds3ProductMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Pds3ProductMetadata"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element ref="{}lidPrefix" minOccurs="0"/> <element ref="{}associations" minOccurs="0"/> <element ref="{}ancillaryMetadata" minOccurs="0"/> <element ref="{}includePaths" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AncillaryMetadata |
ancillaryMetadata
|
protected Associations |
associations
|
protected IncludePath |
includePaths
|
protected String |
lidPrefix
|
Constructor Summary | |
---|---|
Pds3ProductMetadata()
|
Method Summary | |
---|---|
AncillaryMetadata |
getAncillaryMetadata()
Gets the value of the ancillaryMetadata property. |
Associations |
getAssociations()
Gets the value of the associations property. |
IncludePath |
getIncludePaths()
Gets the value of the includePaths property. |
String |
getLidPrefix()
Gets the value of the lidPrefix property. |
void |
setAncillaryMetadata(AncillaryMetadata value)
Sets the value of the ancillaryMetadata property. |
void |
setAssociations(Associations value)
Sets the value of the associations property. |
void |
setIncludePaths(IncludePath value)
Sets the value of the includePaths property. |
void |
setLidPrefix(String value)
Sets the value of the lidPrefix property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String lidPrefix
protected Associations associations
protected AncillaryMetadata ancillaryMetadata
protected IncludePath includePaths
Constructor Detail |
---|
public Pds3ProductMetadata()
Method Detail |
---|
public String getLidPrefix()
String
public void setLidPrefix(String value)
value
- allowed object is
String
public Associations getAssociations()
Associations
public void setAssociations(Associations value)
value
- allowed object is
Associations
public AncillaryMetadata getAncillaryMetadata()
AncillaryMetadata
public void setAncillaryMetadata(AncillaryMetadata value)
value
- allowed object is
AncillaryMetadata
public IncludePath getIncludePaths()
IncludePath
public void setIncludePaths(IncludePath value)
value
- allowed object is
IncludePath
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |