Package gov.nasa.arc.pds.xml.generated
Class Record
java.lang.Object
gov.nasa.arc.pds.xml.generated.Record
- Direct Known Subclasses:
- RecordBinary,- RecordCharacter,- RecordDelimited
public class Record extends Object
The Record class defines a record of a file and
         is the parent class of all specific record
         classes.
 
 
Java class for Record complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Record">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fields" type="{http://pds.nasa.gov/pds4/pds/v1}fields"/>
         <element name="groups" type="{http://pds.nasa.gov/pds4/pds/v1}groups"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected BigIntegerfieldsprotected BigIntegergroups
- 
Constructor SummaryConstructors Constructor Description Record()
- 
Method SummaryModifier and Type Method Description BigIntegergetFields()Gets the value of the fields property.BigIntegergetGroups()Gets the value of the groups property.voidsetFields(BigInteger value)Sets the value of the fields property.voidsetGroups(BigInteger value)Sets the value of the groups property.
- 
Field Details- 
fields
- 
groups
 
- 
- 
Constructor Details- 
Recordpublic Record()
 
- 
- 
Method Details- 
getFieldsGets the value of the fields property.- Returns:
- possible object is
     BigInteger
 
- 
setFieldsSets the value of the fields property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getGroupsGets the value of the groups property.- Returns:
- possible object is
     BigInteger
 
- 
setGroupsSets the value of the groups property.- Parameters:
- value- allowed object is- BigInteger
 
 
-