Package gov.nasa.arc.pds.xml.generated
Class InternalReference
java.lang.Object
gov.nasa.arc.pds.xml.generated.InternalReference
public class InternalReference extends 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>
 - 
Field SummaryFields Modifier and Type Field Description protected Stringcommentprotected StringlidReferenceprotected StringlidvidReferenceprotected StringreferenceType
- 
Constructor SummaryConstructors Constructor Description InternalReference()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.StringgetLidReference()Gets the value of the lidReference property.StringgetLidvidReference()Gets the value of the lidvidReference property.StringgetReferenceType()Gets the value of the referenceType property.voidsetComment(String value)Sets the value of the comment property.voidsetLidReference(String value)Sets the value of the lidReference property.voidsetLidvidReference(String value)Sets the value of the lidvidReference property.voidsetReferenceType(String value)Sets the value of the referenceType property.
- 
Field Details- 
lidvidReference
- 
lidReference
- 
referenceType
- 
comment
 
- 
- 
Constructor Details- 
InternalReferencepublic InternalReference()
 
- 
- 
Method Details- 
getLidvidReferenceGets the value of the lidvidReference property.- Returns:
- possible object is
     String
 
- 
setLidvidReferenceSets the value of the lidvidReference property.- Parameters:
- value- allowed object is- String
 
- 
getLidReferenceGets the value of the lidReference property.- Returns:
- possible object is
     String
 
- 
setLidReferenceSets the value of the lidReference property.- Parameters:
- value- allowed object is- String
 
- 
getReferenceTypeGets the value of the referenceType property.- Returns:
- possible object is
     String
 
- 
setReferenceTypeSets the value of the referenceType property.- Parameters:
- value- allowed object is- String
 
- 
getCommentGets the value of the comment property.- Returns:
- possible object is
     String
 
- 
setCommentSets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 
-