public class Record
extends java.lang.Object
Java class for Record complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Record">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
fields |
protected java.math.BigInteger |
groups |
| Constructor and Description |
|---|
Record() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getFields()
Gets the value of the fields property.
|
java.math.BigInteger |
getGroups()
Gets the value of the groups property.
|
void |
setFields(java.math.BigInteger value)
Sets the value of the fields property.
|
void |
setGroups(java.math.BigInteger value)
Sets the value of the groups property.
|
protected java.math.BigInteger fields
protected java.math.BigInteger groups
public 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
BigIntegerCopyright © 2023 Planetary Data System. All rights reserved.