|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Field
public class Field
The Field class defines a field of a record and is the parent class of all specific field classes.The Field class defines a field of a record or a field of a group and is the parent class of all specific field classes.
Java class for Field complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Field"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://pds.nasa.gov/pds4/pds/v1}name"/> <element name="field_number" type="{http://pds.nasa.gov/pds4/pds/v1}field_number" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Integer |
fieldNumber
|
protected String |
name
|
Constructor Summary | |
---|---|
Field()
|
Method Summary | |
---|---|
Integer |
getFieldNumber()
Gets the value of the fieldNumber property. |
String |
getName()
Gets the value of the name property. |
void |
setFieldNumber(Integer value)
Sets the value of the fieldNumber property. |
void |
setName(String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected Integer fieldNumber
Constructor Detail |
---|
public Field()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getFieldNumber()
Integer
public void setFieldNumber(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |