public class InternalReference extends Object
Java class for Internal_Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Internal_Reference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="lid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lid_reference"/>
<element name="lidvid_reference" type="{http://pds.nasa.gov/pds4/pds/v1}lidvid_reference"/>
</choice>
<element name="reference_type" type="{http://pds.nasa.gov/pds4/pds/v1}reference_type"/>
<element name="comment" type="{http://pds.nasa.gov/pds4/pds/v1}comment" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
lidReference |
protected String |
lidvidReference |
protected String |
referenceType |
| Constructor and Description |
|---|
InternalReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
String |
getLidReference()
Gets the value of the lidReference property.
|
String |
getLidvidReference()
Gets the value of the lidvidReference property.
|
String |
getReferenceType()
Gets the value of the referenceType property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setLidReference(String value)
Sets the value of the lidReference property.
|
void |
setLidvidReference(String value)
Sets the value of the lidvidReference property.
|
void |
setReferenceType(String value)
Sets the value of the referenceType property.
|
protected String lidvidReference
protected String lidReference
protected String referenceType
protected String comment
public String getLidvidReference()
Stringpublic void setLidvidReference(String value)
value - allowed object is
Stringpublic String getLidReference()
Stringpublic void setLidReference(String value)
value - allowed object is
Stringpublic String getReferenceType()
Stringpublic void setReferenceType(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2019. All rights reserved.