public class Reference
extends java.lang.Object
Constructor and Description |
---|
Reference()
Constructor.
|
Reference(java.lang.String logicalId,
java.lang.String version,
java.lang.String associationType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssociationType()
Get the association type.
|
java.lang.String |
getLogicalId()
Get the logical identifier.
|
java.lang.String |
getVersion()
Get the version.
|
void |
setAssociationType(java.lang.String type)
Set the association type.
|
void |
setLogicalId(java.lang.String id)
Set the logical identifier.
|
void |
setVersion(java.lang.String ver)
Set the version.
|
public Reference()
public Reference(java.lang.String logicalId, java.lang.String version, java.lang.String associationType)
public java.lang.String getLogicalId()
public void setLogicalId(java.lang.String id)
id
- A LID.public java.lang.String getVersion()
public void setVersion(java.lang.String ver)
ver
- A version ID.public java.lang.String getAssociationType()
public void setAssociationType(java.lang.String type)
type
- An association type.Copyright © 2010-2019 Planetary Data System. All Rights Reserved.