public class LocalIDRelation
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
comment |
protected java.util.List<java.lang.String> |
idReferenceFroms |
protected java.util.List<java.lang.String> |
idReferenceTos |
protected java.lang.String |
idReferenceType |
| Constructor and Description |
|---|
LocalIDRelation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
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.String |
getIdReferenceType()
Gets the value of the idReferenceType property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setIdReferenceType(java.lang.String value)
Sets the value of the idReferenceType property.
|
protected java.lang.String comment
protected java.util.List<java.lang.String> idReferenceFroms
protected java.util.List<java.lang.String> idReferenceTos
protected java.lang.String idReferenceType
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getIdReferenceFroms()
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 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
public java.util.List<java.lang.String> getIdReferenceTos()
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 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
public java.lang.String getIdReferenceType()
Stringpublic void setIdReferenceType(java.lang.String value)
value - allowed object is
StringCopyright © 2022 Planetary Data System. All rights reserved.