Uses of Class
gov.nasa.arc.pds.xml.generated.TargetIdentification
-
Packages that use TargetIdentification Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of TargetIdentification in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type TargetIdentification Modifier and Type Field Description protected java.util.List<TargetIdentification>
ContextArea. targetIdentifications
Methods in gov.nasa.arc.pds.xml.generated that return TargetIdentification Modifier and Type Method Description TargetIdentification
ObjectFactory. createTargetIdentification()
Create an instance ofTargetIdentification
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type TargetIdentification Modifier and Type Method Description java.util.List<TargetIdentification>
ContextArea. getTargetIdentifications()
Gets the value of the targetIdentifications property.
-