Package gov.nasa.arc.pds.xml.generated
Class TableDelimitedSourceProductExternal
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ByteStream
- 
- gov.nasa.arc.pds.xml.generated.ParsableByteStream
- 
- gov.nasa.arc.pds.xml.generated.TableDelimited
- 
- gov.nasa.arc.pds.xml.generated.TableDelimitedSourceProductExternal
 
 
 
 
- 
 public class TableDelimitedSourceProductExternal extends TableDelimited The Table_Delimited_Source_Product_External class defines a table that references many source products (products containing input data for the creation of this product) outside the PDS4 Registry that have a common reference_type, doi, curating facility, and/or description. At least one of doi or curating facility must be provided for each source product.Java class for Table_Delimited_Source_Product_External complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Table_Delimited_Source_Product_External"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Table_Delimited"> <sequence> <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringreferenceType- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.TableDelimitedfieldDelimiter, recordDelimited, recordDelimiter, records, uniformlySampled
 - 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamdescription, objectLength, offset, parsingStandardId
 - 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description TableDelimitedSourceProductExternal()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetReferenceType()Gets the value of the referenceType property.voidsetReferenceType(java.lang.String value)Sets the value of the referenceType property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.TableDelimitedgetFieldDelimiter, getRecordDelimited, getRecordDelimiter, getRecords, getUniformlySampled, setFieldDelimiter, setRecordDelimited, setRecordDelimiter, setRecords, setUniformlySampled
 - 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamgetDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 - 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
 
- 
 
- 
- 
- 
Method Detail- 
getReferenceTypepublic java.lang.String getReferenceType() Gets the value of the referenceType property.- Returns:
- possible object is
     String
 
 - 
setReferenceTypepublic void setReferenceType(java.lang.String value) Sets the value of the referenceType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-