public class Record extends 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 int |
fields |
protected int |
groups |
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
int |
getFields()
Gets the value of the fields property.
|
int |
getGroups()
Gets the value of the groups property.
|
void |
setFields(int value)
Sets the value of the fields property.
|
void |
setGroups(int value)
Sets the value of the groups property.
|
public int getFields()
public void setFields(int value)
public int getGroups()
public void setGroups(int value)
Copyright © 2016. All Rights Reserved.