public class ModificationDetail
extends java.lang.Object
Java class for Modification_Detail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Modification_Detail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="modification_date" type="{http://pds.nasa.gov/pds4/pds/v1}modification_date"/>
<element name="version_id" type="{http://pds.nasa.gov/pds4/pds/v1}version_id"/>
<element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
modificationDate |
protected java.lang.String |
versionId |
| Constructor and Description |
|---|
ModificationDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getModificationDate()
Gets the value of the modificationDate property.
|
java.lang.String |
getVersionId()
Gets the value of the versionId property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setModificationDate(java.lang.String value)
Sets the value of the modificationDate property.
|
void |
setVersionId(java.lang.String value)
Sets the value of the versionId property.
|
protected java.lang.String modificationDate
protected java.lang.String versionId
protected java.lang.String description
public java.lang.String getModificationDate()
Stringpublic void setModificationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersionId()
Stringpublic void setVersionId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.