Class Record

  • Direct Known Subclasses:
    RecordBinary, RecordCharacter, RecordDelimited

    public class Record
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.math.BigInteger fields  
      protected java.math.BigInteger groups  
    • Constructor Summary

      Constructors 
      Constructor Description
      Record()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger getFields()
      Gets the value of the fields property.
      java.math.BigInteger getGroups()
      Gets the value of the groups property.
      void setFields​(java.math.BigInteger value)
      Sets the value of the fields property.
      void setGroups​(java.math.BigInteger value)
      Sets the value of the groups property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fields

        protected java.math.BigInteger fields
      • groups

        protected java.math.BigInteger groups
    • Constructor Detail

      • Record

        public Record()
    • Method Detail

      • getFields

        public java.math.BigInteger getFields()
        Gets the value of the fields property.
        Returns:
        possible object is BigInteger
      • setFields

        public void setFields​(java.math.BigInteger value)
        Sets the value of the fields property.
        Parameters:
        value - allowed object is BigInteger
      • getGroups

        public java.math.BigInteger getGroups()
        Gets the value of the groups property.
        Returns:
        possible object is BigInteger
      • setGroups

        public void setGroups​(java.math.BigInteger value)
        Sets the value of the groups property.
        Parameters:
        value - allowed object is BigInteger