Uses of Class
gov.nasa.arc.pds.xml.generated.FieldLocation
-
Packages that use FieldLocation Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of FieldLocation in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as FieldLocation Modifier and Type Field Description protected FieldLocation
FieldBinary. fieldLocation
protected FieldLocation
FieldCharacter. fieldLocation
Methods in gov.nasa.arc.pds.xml.generated that return FieldLocation Modifier and Type Method Description FieldLocation
ObjectFactory. createFieldLocation()
Create an instance ofFieldLocation
FieldLocation
FieldBinary. getFieldLocation()
Gets the value of the fieldLocation property.FieldLocation
FieldCharacter. getFieldLocation()
Gets the value of the fieldLocation property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type FieldLocation Modifier and Type Method Description void
FieldBinary. setFieldLocation(FieldLocation value)
Sets the value of the fieldLocation property.void
FieldCharacter. setFieldLocation(FieldLocation value)
Sets the value of the fieldLocation property.
-