Class Group

java.lang.Object
gov.nasa.arc.pds.xml.generated.Group
Direct Known Subclasses:
GroupFieldBinary, GroupFieldCharacter, GroupFieldDelimited

public class Group
extends Object
The Group class defines a group of (repeating) fields and, possibly, (sub) groups; it is the parent class of all specific group classes.

Java class for Group complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Group">
   <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="group_number" type="{http://pds.nasa.gov/pds4/pds/v1}group_number" minOccurs="0"/>
         <element name="repetitions" type="{http://pds.nasa.gov/pds4/pds/v1}repetitions"/>
         <element name="fields" type="{http://pds.nasa.gov/pds4/pds/v1}fields"/>
         <element name="groups" type="{http://pds.nasa.gov/pds4/pds/v1}groups"/>
         <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Group

      public Group()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getGroupNumber

      public BigInteger getGroupNumber()
      Gets the value of the groupNumber property.
      Returns:
      possible object is BigInteger
    • setGroupNumber

      public void setGroupNumber​(BigInteger value)
      Sets the value of the groupNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getRepetitions

      public BigInteger getRepetitions()
      Gets the value of the repetitions property.
      Returns:
      possible object is BigInteger
    • setRepetitions

      public void setRepetitions​(BigInteger value)
      Sets the value of the repetitions property.
      Parameters:
      value - allowed object is BigInteger
    • getFields

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

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

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

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

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription​(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String