Uses of Class
gov.nasa.arc.pds.xml.generated.DDAttributeReference
-
Packages that use DDAttributeReference Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of DDAttributeReference in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as DDAttributeReference Modifier and Type Field Description protected DDAttributeReference
DDAssociation. ddAttributeReference
protected DDAttributeReference
DDRule. ddAttributeReference
Methods in gov.nasa.arc.pds.xml.generated that return DDAttributeReference Modifier and Type Method Description DDAttributeReference
ObjectFactory. createDDAttributeReference()
Create an instance ofDDAttributeReference
DDAttributeReference
DDAssociation. getDDAttributeReference()
Gets the value of the ddAttributeReference property.DDAttributeReference
DDRule. getDDAttributeReference()
Gets the value of the ddAttributeReference property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type DDAttributeReference Modifier and Type Method Description void
DDAssociation. setDDAttributeReference(DDAttributeReference value)
Sets the value of the ddAttributeReference property.void
DDRule. setDDAttributeReference(DDAttributeReference value)
Sets the value of the ddAttributeReference property.
-