Class InternalReference


  • public class InternalReference
    extends java.lang.Object
    The Internal_Reference class is used to cross-reference other products in PDS4-compliant registries of PDS and its recognized international partners.

    Java class for Internal_Reference complex type

    .

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

    
     <complexType name="Internal_Reference">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="lid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lid_reference"/>
               <element name="lidvid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lidvid_reference"/>
             </choice>
             <element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
             <element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
           </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.lang.String getLidReference()
      Gets the value of the lidReference property.
      java.lang.String getLidvidReference()
      Gets the value of the lidvidReference property.
      java.lang.String getReferenceType()
      Gets the value of the referenceType property.
      void setComment​(java.lang.String value)
      Sets the value of the comment property.
      void setLidReference​(java.lang.String value)
      Sets the value of the lidReference property.
      void setLidvidReference​(java.lang.String value)
      Sets the value of the lidvidReference property.
      void setReferenceType​(java.lang.String value)
      Sets the value of the referenceType property.
      • Methods inherited from class java.lang.Object

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

      • lidvidReference

        protected java.lang.String lidvidReference
      • lidReference

        protected java.lang.String lidReference
      • referenceType

        protected java.lang.String referenceType
      • comment

        protected java.lang.String comment
    • Constructor Detail

      • InternalReference

        public InternalReference()
    • Method Detail

      • getLidvidReference

        public java.lang.String getLidvidReference()
        Gets the value of the lidvidReference property.
        Returns:
        possible object is String
      • setLidvidReference

        public void setLidvidReference​(java.lang.String value)
        Sets the value of the lidvidReference property.
        Parameters:
        value - allowed object is String
      • getLidReference

        public java.lang.String getLidReference()
        Gets the value of the lidReference property.
        Returns:
        possible object is String
      • setLidReference

        public void setLidReference​(java.lang.String value)
        Sets the value of the lidReference property.
        Parameters:
        value - allowed object is String
      • getReferenceType

        public java.lang.String getReferenceType()
        Gets the value of the referenceType property.
        Returns:
        possible object is String
      • setReferenceType

        public void setReferenceType​(java.lang.String value)
        Sets the value of the referenceType property.
        Parameters:
        value - allowed object is String
      • 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