| Constructor and Description |
|---|
Logo()
Bean constructor.
|
Logo(Object uri)
Normal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Logo |
base(Object base)
Sets the URI base of this object.
|
URI |
getUri()
Returns the URI of the logo.
|
Logo |
lang(String lang)
Sets the language of this object.
|
Logo |
uri(Object uri)
Sets the URI of the logo.
|
public Logo(Object uri)
The value can be of any of the following types: URI, URL, String.
Strings must be valid URIs.
URIs defined by UriResolver can be used for values.
uri - The URI of the logo.public Logo()
@Xml(format=ELEMENTS) public URI getUri()
@Beanp(value="uri") public Logo uri(Object uri)
The value can be of any of the following types: URI, URL, String.
Strings must be valid URIs.
URIs defined by UriResolver can be used for values.
uri - The URI of the logo.public Logo base(Object base)
Common
The value can be of any of the following types: URI, URL, String.
Strings must be valid URIs.
URIs defined by UriResolver can be used for values.
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.