public class Group
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.math.BigInteger |
fields |
protected java.math.BigInteger |
groupNumber |
protected java.math.BigInteger |
groups |
protected java.lang.String |
name |
protected java.math.BigInteger |
repetitions |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.math.BigInteger |
getFields()
Gets the value of the fields property.
|
java.math.BigInteger |
getGroupNumber()
Gets the value of the groupNumber property.
|
java.math.BigInteger |
getGroups()
Gets the value of the groups property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getRepetitions()
Gets the value of the repetitions property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFields(java.math.BigInteger value)
Sets the value of the fields property.
|
void |
setGroupNumber(java.math.BigInteger value)
Sets the value of the groupNumber property.
|
void |
setGroups(java.math.BigInteger value)
Sets the value of the groups property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRepetitions(java.math.BigInteger value)
Sets the value of the repetitions property.
|
protected java.lang.String name
protected java.math.BigInteger groupNumber
protected java.math.BigInteger repetitions
protected java.math.BigInteger fields
protected java.math.BigInteger groups
protected java.lang.String description
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getGroupNumber()
BigIntegerpublic void setGroupNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRepetitions()
BigIntegerpublic void setRepetitions(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFields()
BigIntegerpublic void setFields(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getGroups()
BigIntegerpublic void setGroups(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.