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