public class Pds3ProductMetadata extends Object
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="{}lidContents"/> <element ref="{}titleContents" minOccurs="0"/> <element ref="{}staticMetadata" minOccurs="0"/> <element ref="{}ancillaryMetadata" minOccurs="0"/> <element ref="{}includePaths" minOccurs="0"/> </all> <attribute ref="{}objectType"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AncillaryMetadata |
ancillaryMetadata |
protected IncludePath |
includePaths |
protected LidContents |
lidContents |
protected String |
objectType |
protected StaticMetadata |
staticMetadata |
protected TitleContents |
titleContents |
Constructor and Description |
---|
Pds3ProductMetadata() |
Modifier and Type | Method and Description |
---|---|
AncillaryMetadata |
getAncillaryMetadata()
Gets the value of the ancillaryMetadata property.
|
IncludePath |
getIncludePaths()
Gets the value of the includePaths property.
|
LidContents |
getLidContents()
Gets the value of the lidContents property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
StaticMetadata |
getStaticMetadata()
Gets the value of the staticMetadata property.
|
TitleContents |
getTitleContents()
Gets the value of the titleContents property.
|
void |
setAncillaryMetadata(AncillaryMetadata value)
Sets the value of the ancillaryMetadata property.
|
void |
setIncludePaths(IncludePath value)
Sets the value of the includePaths property.
|
void |
setLidContents(LidContents value)
Sets the value of the lidContents property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setStaticMetadata(StaticMetadata value)
Sets the value of the staticMetadata property.
|
void |
setTitleContents(TitleContents value)
Sets the value of the titleContents property.
|
protected LidContents lidContents
protected TitleContents titleContents
protected StaticMetadata staticMetadata
protected AncillaryMetadata ancillaryMetadata
protected IncludePath includePaths
protected String objectType
public LidContents getLidContents()
LidContents
public void setLidContents(LidContents value)
value
- allowed object is
LidContents
public TitleContents getTitleContents()
TitleContents
public void setTitleContents(TitleContents value)
value
- allowed object is
TitleContents
public StaticMetadata getStaticMetadata()
StaticMetadata
public void setStaticMetadata(StaticMetadata value)
value
- allowed object is
StaticMetadata
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
public String getObjectType()
String
Copyright © 2010–2017 Planetary Data System. All rights reserved.