|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Record
public class Record
The Record class defines a record of a file and is the parent class of all specific record classes.
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>
Field Summary | |
---|---|
protected int |
fields
|
protected int |
groups
|
Constructor Summary | |
---|---|
Record()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int fields
protected int groups
Constructor Detail |
---|
public Record()
Method Detail |
---|
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 |