Package gov.nasa.arc.pds.xml.generated
Class TableDelimitedSourceProductInternal
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.TableDelimitedSourceProductInternal
public class TableDelimitedSourceProductInternal extends TableDelimited
The Table_Delimited_Source_Product_Internal
class defines a table that references many source products
(products containing input data for the creation of this
product) in the PDS4 registry system. A source product contains
input data for the creation of this product.
Java class for Table_Delimited_Source_Product_Internal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table_Delimited_Source_Product_Internal">
<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 Summary
Fields Modifier and Type Field Description protected StringreferenceTypeFields inherited from class gov.nasa.arc.pds.xml.generated.TableDelimited
fieldDelimiter, recordDelimited, recordDelimiter, records, uniformlySampledFields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
description, objectLength, offset, parsingStandardIdFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, md5Checksum, name -
Constructor Summary
Constructors Constructor Description TableDelimitedSourceProductInternal() -
Method Summary
Modifier and Type Method Description StringgetReferenceType()Gets the value of the referenceType property.voidsetReferenceType(String value)Sets the value of the referenceType property.Methods inherited from class gov.nasa.arc.pds.xml.generated.TableDelimited
getFieldDelimiter, getRecordDelimited, getRecordDelimiter, getRecords, getUniformlySampled, setFieldDelimiter, setRecordDelimited, setRecordDelimiter, setRecords, setUniformlySampledMethods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
-
Field Details
-
referenceType
-
-
Constructor Details
-
TableDelimitedSourceProductInternal
public TableDelimitedSourceProductInternal()
-
-
Method Details