public static class Link.JaxbLink extends Object
Link that can be marshalled and
unmarshalled by JAXB.Link.JaxbAdapter| 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.