Class LocalInternalReference


  • public class LocalInternalReference
    extends java.lang.Object
    The Local Internal_Reference class is used to cross-reference other Description Objects in a PDS4 label.

    Java class for Local_Internal_Reference complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="Local_Internal_Reference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
             <element name="local_identifier_reference" type="{http://pds.nasa.gov/pds4/pds/v1}local_identifier_reference" maxOccurs="unbounded"/>
             <element name="local_reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}local_reference_type"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComment()
      Gets the value of the comment property.
      java.util.List<jakarta.xml.bind.JAXBElement<java.lang.Object>> getLocalIdentifierReferences()
      Gets the value of the localIdentifierReferences property.
      java.lang.String getLocalReferenceType()
      Gets the value of the localReferenceType property.
      void setComment​(java.lang.String value)
      Sets the value of the comment property.
      void setLocalReferenceType​(java.lang.String value)
      Sets the value of the localReferenceType property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comment

        protected java.lang.String comment
      • localIdentifierReferences

        protected java.util.List<jakarta.xml.bind.JAXBElement<java.lang.Object>> localIdentifierReferences
      • localReferenceType

        protected java.lang.String localReferenceType
    • Constructor Detail

      • LocalInternalReference

        public LocalInternalReference()
    • Method Detail

      • getComment

        public java.lang.String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(java.lang.String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • getLocalIdentifierReferences

        public java.util.List<jakarta.xml.bind.JAXBElement<java.lang.Object>> getLocalIdentifierReferences()
        Gets the value of the localIdentifierReferences property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the localIdentifierReferences property.

        For example, to add a new item, do as follows:

         getLocalIdentifierReferences().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<Object>

        Returns:
        The value of the localIdentifierReferences property.
      • getLocalReferenceType

        public java.lang.String getLocalReferenceType()
        Gets the value of the localReferenceType property.
        Returns:
        possible object is String
      • setLocalReferenceType

        public void setLocalReferenceType​(java.lang.String value)
        Sets the value of the localReferenceType property.
        Parameters:
        value - allowed object is String