Uses of Class
gov.nasa.arc.pds.xml.generated.SoftwareSource
-
Packages that use SoftwareSource Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of SoftwareSource in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type SoftwareSource Modifier and Type Field Description protected java.util.List<SoftwareSource>
ProductSoftware. softwareSources
Methods in gov.nasa.arc.pds.xml.generated that return SoftwareSource Modifier and Type Method Description SoftwareSource
ObjectFactory. createSoftwareSource()
Create an instance ofSoftwareSource
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type SoftwareSource Modifier and Type Method Description java.util.List<SoftwareSource>
ProductSoftware. getSoftwareSources()
Gets the value of the softwareSources property.
-