Package gov.nasa.arc.pds.xml.generated
Class LocalInternalReference
java.lang.Object
gov.nasa.arc.pds.xml.generated.LocalInternalReference
public class LocalInternalReference extends 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"/>
         <element name="local_reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}local_reference_type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected Stringcommentprotected ObjectlocalIdentifierReferenceprotected StringlocalReferenceType
- 
Constructor SummaryConstructors Constructor Description LocalInternalReference()
- 
Method SummaryModifier and Type Method Description StringgetComment()Gets the value of the comment property.ObjectgetLocalIdentifierReference()Gets the value of the localIdentifierReference property.StringgetLocalReferenceType()Gets the value of the localReferenceType property.voidsetComment(String value)Sets the value of the comment property.voidsetLocalIdentifierReference(Object value)Sets the value of the localIdentifierReference property.voidsetLocalReferenceType(String value)Sets the value of the localReferenceType property.
- 
Field Details- 
comment
- 
localIdentifierReference
- 
localReferenceType
 
- 
- 
Constructor Details- 
LocalInternalReferencepublic LocalInternalReference()
 
- 
- 
Method Details- 
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
 
- 
getLocalIdentifierReferenceGets the value of the localIdentifierReference property.- Returns:
- possible object is
     Object
 
- 
setLocalIdentifierReferenceSets the value of the localIdentifierReference property.- Parameters:
- value- allowed object is- Object
 
- 
getLocalReferenceTypeGets the value of the localReferenceType property.- Returns:
- possible object is
     String
 
- 
setLocalReferenceTypeSets the value of the localReferenceType property.- Parameters:
- value- allowed object is- String
 
 
-