Uses of Class
gov.nasa.arc.pds.xml.generated.RecordLength
-
Packages that use RecordLength Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of RecordLength in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as RecordLength Modifier and Type Field Description protected RecordLength
RecordBinary. recordLength
protected RecordLength
RecordCharacter. recordLength
Methods in gov.nasa.arc.pds.xml.generated that return RecordLength Modifier and Type Method Description RecordLength
ObjectFactory. createRecordLength()
Create an instance ofRecordLength
RecordLength
RecordBinary. getRecordLength()
Gets the value of the recordLength property.RecordLength
RecordCharacter. getRecordLength()
Gets the value of the recordLength property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type RecordLength Modifier and Type Method Description void
RecordBinary. setRecordLength(RecordLength value)
Sets the value of the recordLength property.void
RecordCharacter. setRecordLength(RecordLength value)
Sets the value of the recordLength property.
-