Uses of Class
gov.nasa.arc.pds.xml.generated.Collection
-
Packages that use Collection Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of Collection in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as Collection Modifier and Type Field Description protected Collection
ProductCollection. collection
Methods in gov.nasa.arc.pds.xml.generated that return Collection Modifier and Type Method Description Collection
ObjectFactory. createCollection()
Create an instance ofCollection
Collection
ProductCollection. getCollection()
Gets the value of the collection property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type Collection Modifier and Type Method Description void
ProductCollection. setCollection(Collection value)
Sets the value of the collection property.
-