public class JaxbLink extends Object
| Constructor and Description |
|---|
JaxbLink()
Default constructor needed during unmarshalling.
|
JaxbLink(URI uri)
Construct an instance from a URI and no parameters.
|
JaxbLink(URI uri,
String rel)
Construct an instance from a URI and some parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRel()
Get the parameter map for this link.
|
URI |
getUri()
Get the underlying URI for this link.
|
public JaxbLink()
public JaxbLink(URI uri)
uri - underlying URI.Copyright © 2021. All rights reserved.