Uses of Class
gov.nasa.arc.pds.xml.generated.InternalReference
-
Packages that use InternalReference Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of InternalReference in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as InternalReference Modifier and Type Field Description protected InternalReference
InformationPackageComponentDeepArchive. internalReference
protected InternalReference
ObservingSystemComponent. internalReference
protected InternalReference
TargetIdentification. internalReference
protected InternalReference
UpdateEntry. internalReference
Fields in gov.nasa.arc.pds.xml.generated with type parameters of type InternalReference Modifier and Type Field Description protected java.util.List<InternalReference>
DDAttribute. internalReferences
protected java.util.List<InternalReference>
DDClass. internalReferences
protected java.util.List<InternalReference>
InformationPackageComponent. internalReferences
protected java.util.List<InternalReference>
InvestigationArea. internalReferences
protected java.util.List<InternalReference>
ProductZipped. internalReferences
protected java.util.List<InternalReference>
ReferenceList. internalReferences
Methods in gov.nasa.arc.pds.xml.generated that return InternalReference Modifier and Type Method Description InternalReference
ObjectFactory. createInternalReference()
Create an instance ofInternalReference
InternalReference
InformationPackageComponentDeepArchive. getInternalReference()
Gets the value of the internalReference property.InternalReference
ObservingSystemComponent. getInternalReference()
Gets the value of the internalReference property.InternalReference
TargetIdentification. getInternalReference()
Gets the value of the internalReference property.InternalReference
UpdateEntry. getInternalReference()
Gets the value of the internalReference property.Methods in gov.nasa.arc.pds.xml.generated that return types with arguments of type InternalReference Modifier and Type Method Description java.util.List<InternalReference>
DDAttribute. getInternalReferences()
Gets the value of the internalReferences property.java.util.List<InternalReference>
DDClass. getInternalReferences()
Gets the value of the internalReferences property.java.util.List<InternalReference>
InformationPackageComponent. getInternalReferences()
Gets the value of the internalReferences property.java.util.List<InternalReference>
InvestigationArea. getInternalReferences()
Gets the value of the internalReferences property.java.util.List<InternalReference>
ProductZipped. getInternalReferences()
Gets the value of the internalReferences property.java.util.List<InternalReference>
ReferenceList. getInternalReferences()
Gets the value of the internalReferences property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type InternalReference Modifier and Type Method Description void
InformationPackageComponentDeepArchive. setInternalReference(InternalReference value)
Sets the value of the internalReference property.void
ObservingSystemComponent. setInternalReference(InternalReference value)
Sets the value of the internalReference property.void
TargetIdentification. setInternalReference(InternalReference value)
Sets the value of the internalReference property.void
UpdateEntry. setInternalReference(InternalReference value)
Sets the value of the internalReference property.
-