public class ModificationDetail extends 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 String |
description |
protected String |
modificationDate |
protected String |
versionId |
Constructor and Description |
---|
ModificationDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getModificationDate()
Gets the value of the modificationDate property.
|
String |
getVersionId()
Gets the value of the versionId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setModificationDate(String value)
Sets the value of the modificationDate property.
|
void |
setVersionId(String value)
Sets the value of the versionId property.
|
protected String modificationDate
protected String versionId
protected String description
public String getModificationDate()
String
public void setModificationDate(String value)
value
- allowed object is
String
public String getVersionId()
String
public void setVersionId(String value)
value
- allowed object is
String
public String getDescription()
String
Copyright © 2010–2018 Planetary Data System. All rights reserved.