public class InformationPackage extends Object
Java class for Information_Package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Information_Package"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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 |
Constructor and Description |
---|
InformationPackage() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String description
Copyright © 2016. All Rights Reserved.