public class LocalInternalReference extends 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 String |
comment |
protected Object |
localIdentifierReference |
protected String |
localReferenceType |
| Constructor and Description |
|---|
LocalInternalReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
Object |
getLocalIdentifierReference()
Gets the value of the localIdentifierReference property.
|
String |
getLocalReferenceType()
Gets the value of the localReferenceType property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setLocalIdentifierReference(Object value)
Sets the value of the localIdentifierReference property.
|
void |
setLocalReferenceType(String value)
Sets the value of the localReferenceType property.
|
protected String comment
protected Object localIdentifierReference
protected String localReferenceType
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic Object getLocalIdentifierReference()
Objectpublic void setLocalIdentifierReference(Object value)
value - allowed object is
Objectpublic String getLocalReferenceType()
StringCopyright © 2019. All rights reserved.