public class Reference
extends java.lang.Object
The current request returns the resource reference for the coverage.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | hrefThe link address of the returned coverage file. | 
| java.lang.String | roleThe role, Coverage, or metadata represented by the current connection. | 
| Constructor and Description | 
|---|
| Reference()The Constructor. | 
| Reference(Reference reference)The Constructor. | 
public java.lang.String href
public java.lang.String role
public Reference()
The Constructor.
public Reference(Reference reference)
The Constructor.
reference - Coverage resource reference.public boolean equals(java.lang.Object obj)
Determines whether the specified Reference object and the current Reference object are equal.
equals in class java.lang.Objectobj - The object that is compared with the current Reference object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object