Package gov.nasa.arc.pds.xml.generated
Class Investigation
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Investigation
 
- 
 public class Investigation extends java.lang.ObjectA set of experiments and/or observations with a clearly defined purpose.Java class for Investigation complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Investigation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name" minOccurs="0"/> <element name="type" type="{http://pds.nasa.gov/pds4/pds/v1}type"/> <element name="start_date" type="{http://pds.nasa.gov/pds4/pds/v1}start_date"/> <element name="stop_date" type="{http://pds.nasa.gov/pds4/pds/v1}stop_date"/> <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Constructor SummaryConstructors Constructor Description Investigation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the value of the description property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetStartDate()Gets the value of the startDate property.StopDategetStopDate()Gets the value of the stopDate property.java.lang.StringgetType()Gets the value of the type property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetStartDate(java.lang.String value)Sets the value of the startDate property.voidsetStopDate(StopDate value)Sets the value of the stopDate property.voidsetType(java.lang.String value)Sets the value of the type property.
 
- 
- 
- 
Field Detail- 
nameprotected java.lang.String name 
 - 
typeprotected java.lang.String type 
 - 
startDateprotected java.lang.String startDate 
 - 
stopDateprotected StopDate stopDate 
 - 
descriptionprotected java.lang.String description 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getTypepublic java.lang.String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(java.lang.String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 - 
getStartDatepublic java.lang.String getStartDate() Gets the value of the startDate property.- Returns:
- possible object is
     String
 
 - 
setStartDatepublic void setStartDate(java.lang.String value) Sets the value of the startDate property.- Parameters:
- value- allowed object is- String
 
 - 
getStopDatepublic StopDate getStopDate() Gets the value of the stopDate property.- Returns:
- possible object is
     StopDate
 
 - 
setStopDatepublic void setStopDate(StopDate value) Sets the value of the stopDate property.- Parameters:
- value- allowed object is- StopDate
 
 - 
getDescriptionpublic java.lang.String getDescription() Gets the value of the description property.- Returns:
- possible object is
     String
 
 - 
setDescriptionpublic void setDescription(java.lang.String value) Sets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-