Class LocalIDRelation
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.LocalIDRelation
 
- 
 public class LocalIDRelation extends java.lang.ObjectThe Local_ID_Relation class defines a one directional relationship between two description objects in the label.Java class for Local_ID_Relation complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Local_ID_Relation"> <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="id_reference_from" type="{http://pds.nasa.gov/pds4/pds/v1}id_reference_from" maxOccurs="unbounded"/> <element name="id_reference_to" type="{http://pds.nasa.gov/pds4/pds/v1}id_reference_to" maxOccurs="unbounded"/> <element name="id_reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}id_reference_type"/> </sequence> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Stringcommentprotected java.util.List<java.lang.String>idReferenceFromsprotected java.util.List<java.lang.String>idReferenceTosprotected java.lang.StringidReferenceType
 - 
Constructor SummaryConstructors Constructor Description LocalIDRelation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComment()Gets the value of the comment property.java.util.List<java.lang.String>getIdReferenceFroms()Gets the value of the idReferenceFroms property.java.util.List<java.lang.String>getIdReferenceTos()Gets the value of the idReferenceTos property.java.lang.StringgetIdReferenceType()Gets the value of the idReferenceType property.voidsetComment(java.lang.String value)Sets the value of the comment property.voidsetIdReferenceType(java.lang.String value)Sets the value of the idReferenceType property.
 
- 
- 
- 
Method Detail- 
getCommentpublic java.lang.String getComment() Gets the value of the comment property.- Returns:
- possible object is
     String
 
 - 
setCommentpublic void setComment(java.lang.String value) Sets the value of the comment property.- Parameters:
- value- allowed object is- String
 
 - 
getIdReferenceFromspublic java.util.List<java.lang.String> getIdReferenceFroms() Gets the value of the idReferenceFroms 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 setmethod for the idReferenceFroms property.For example, to add a new item, do as follows: getIdReferenceFroms().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the idReferenceFroms property.
 
 - 
getIdReferenceTospublic java.util.List<java.lang.String> getIdReferenceTos() Gets the value of the idReferenceTos 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 setmethod for the idReferenceTos property.For example, to add a new item, do as follows: getIdReferenceTos().add(newItem); Objects of the following type(s) are allowed in the list String- Returns:
- The value of the idReferenceTos property.
 
 - 
getIdReferenceTypepublic java.lang.String getIdReferenceType() Gets the value of the idReferenceType property.- Returns:
- possible object is
     String
 
 - 
setIdReferenceTypepublic void setIdReferenceType(java.lang.String value) Sets the value of the idReferenceType property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-