| Constructor and Description |
|---|
Id()
Bean constructor.
|
Id(String text)
Normal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Id |
base(Object base)
Sets the URI base of this object.
|
String |
getText()
Returns the content of this identifier.
|
Id |
lang(String lang)
Sets the language of this object.
|
Id |
text(String text)
Sets the content of this identifier.
|
public Id()
@Xml(format=TEXT) public String getText()
@Beanp(value="text") public Id text(String text)
text - The content of this identifier.public Id 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.