|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.LocalInternalReference
public class LocalInternalReference
The Local Internal_Reference class is used to cross-reference other Description Objects in a PDS4 label.
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>
Field Summary | |
---|---|
protected String |
comment
|
protected String |
localIdentifierReference
|
protected String |
localReferenceType
|
Constructor Summary | |
---|---|
LocalInternalReference()
|
Method Summary | |
---|---|
String |
getComment()
Gets the value of the comment property. |
String |
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(String value)
Sets the value of the localIdentifierReference property. |
void |
setLocalReferenceType(String value)
Sets the value of the localReferenceType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String comment
protected String localIdentifierReference
protected String localReferenceType
Constructor Detail |
---|
public LocalInternalReference()
Method Detail |
---|
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getLocalIdentifierReference()
String
public void setLocalIdentifierReference(String value)
value
- allowed object is
String
public String getLocalReferenceType()
String
public void setLocalReferenceType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |