| Modifier and Type | Field and Description |
|---|---|
private Map<QName,Object> |
params |
private URI |
uri |
| Constructor and Description |
|---|
JaxbLink()
Default constructor needed during unmarshalling.
|
JaxbLink(URI uri)
Construct an instance from a URI and no parameters.
|
JaxbLink(URI uri,
Map<QName,Object> params)
Construct an instance from a URI and some parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Object> |
getParams()
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 © 2014 Sven Strittmatter. All Rights Reserved.