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