Uses of Class
gov.nasa.arc.pds.xml.generated.DDAttribute
-
Packages that use DDAttribute Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of DDAttribute in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type DDAttribute Modifier and Type Field Description protected java.util.List<DDAttribute>
IngestLDD. ddAttributes
Methods in gov.nasa.arc.pds.xml.generated that return DDAttribute Modifier and Type Method Description DDAttribute
ObjectFactory. createDDAttribute()
Create an instance ofDDAttribute
Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type DDAttribute Modifier and Type Method Description java.util.List<DDAttribute>
IngestLDD. getDDAttributes()
Gets the value of the ddAttributes property.
-