public class LocalInternalReference
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected java.lang.Object |
localIdentifierReference |
protected java.lang.String |
localReferenceType |
Constructor and Description |
---|
LocalInternalReference() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.Object |
getLocalIdentifierReference()
Gets the value of the localIdentifierReference property.
|
java.lang.String |
getLocalReferenceType()
Gets the value of the localReferenceType property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setLocalIdentifierReference(java.lang.Object value)
Sets the value of the localIdentifierReference property.
|
void |
setLocalReferenceType(java.lang.String value)
Sets the value of the localReferenceType property.
|
protected java.lang.String comment
protected java.lang.Object localIdentifierReference
protected java.lang.String localReferenceType
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getLocalIdentifierReference()
Object
public void setLocalIdentifierReference(java.lang.Object value)
value
- allowed object is
Object
public java.lang.String getLocalReferenceType()
String
public void setLocalReferenceType(java.lang.String value)
value
- allowed object is
String
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.