Uses of Class
gov.nasa.arc.pds.xml.generated.InformationPackageComponent
-
Packages that use InformationPackageComponent Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of InformationPackageComponent in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type InformationPackageComponent Modifier and Type Field Description protected java.util.List<InformationPackageComponent>
ProductAIP. informationPackageComponents
protected java.util.List<InformationPackageComponent>
ProductDIP. informationPackageComponents
protected java.util.List<InformationPackageComponent>
ProductDIPDeepArchive. informationPackageComponents
protected java.util.List<InformationPackageComponent>
ProductSIP. informationPackageComponents
Methods in gov.nasa.arc.pds.xml.generated that return InformationPackageComponent Modifier and Type Method Description InformationPackageComponent
ObjectFactory. createInformationPackageComponent()
Create an instance ofInformationPackageComponent
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type InformationPackageComponent Modifier and Type Method Description java.util.List<InformationPackageComponent>
ProductAIP. getInformationPackageComponents()
Gets the value of the informationPackageComponents property.java.util.List<InformationPackageComponent>
ProductDIP. getInformationPackageComponents()
Gets the value of the informationPackageComponents property.java.util.List<InformationPackageComponent>
ProductDIPDeepArchive. getInformationPackageComponents()
Gets the value of the informationPackageComponents property.java.util.List<InformationPackageComponent>
ProductSIP. getInformationPackageComponents()
Gets the value of the informationPackageComponents property.
-