Uses of Class
gov.nasa.arc.pds.xml.generated.Document
-
Packages that use Document Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of Document in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as Document Modifier and Type Field Description protected Document
ProductDocument. document
Methods in gov.nasa.arc.pds.xml.generated that return Document Modifier and Type Method Description Document
ObjectFactory. createDocument()
Create an instance ofDocument
Document
ProductDocument. getDocument()
Gets the value of the document property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type Document Modifier and Type Method Description void
ProductDocument. setDocument(Document value)
Sets the value of the document property.
-