|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Group
public class Group
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 |
---|
protected Integer groupNumber
protected int repetitions
protected int fields
protected int groups
Constructor Detail |
---|
public Group()
Method Detail |
---|
public Integer getGroupNumber()
Integer
public void setGroupNumber(Integer value)
value
- allowed object is
Integer
public int getRepetitions()
public void setRepetitions(int value)
public int getFields()
public void setFields(int value)
public int getGroups()
public void setGroups(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |