gov.nasa.arc.pds.xml.generated
Class Group

java.lang.Object
  extended by 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="group_number" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Integer" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int fields
           
protected  Integer groupNumber
           
protected  int groups
           
protected  int repetitions
           
 
Constructor Summary
Group()
           
 
Method Summary
 int getFields()
          Gets the value of the fields property.
 Integer getGroupNumber()
          Gets the value of the groupNumber property.
 int getGroups()
          Gets the value of the groups property.
 int getRepetitions()
          Gets the value of the repetitions property.
 void setFields(int value)
          Sets the value of the fields property.
 void setGroupNumber(Integer value)
          Sets the value of the groupNumber property.
 void setGroups(int value)
          Sets the value of the groups property.
 void setRepetitions(int value)
          Sets the value of the repetitions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupNumber

protected Integer groupNumber

repetitions

protected int repetitions

fields

protected int fields

groups

protected int groups
Constructor Detail

Group

public Group()
Method Detail

getGroupNumber

public Integer getGroupNumber()
Gets the value of the groupNumber property.

Returns:
possible object is Integer

setGroupNumber

public void setGroupNumber(Integer value)
Sets the value of the groupNumber property.

Parameters:
value - allowed object is Integer

getRepetitions

public int getRepetitions()
Gets the value of the repetitions property.


setRepetitions

public void setRepetitions(int value)
Sets the value of the repetitions property.


getFields

public int getFields()
Gets the value of the fields property.


setFields

public void setFields(int value)
Sets the value of the fields property.


getGroups

public int getGroups()
Gets the value of the groups property.


setGroups

public void setGroups(int value)
Sets the value of the groups property.



Copyright © 2013. All Rights Reserved.