Package org.apache.juneau.dto.atom
Class Icon
java.lang.Object
org.apache.juneau.dto.atom.Common
org.apache.juneau.dto.atom.Icon
Represents an atomIcon construct in the RFC4287 specification.
Schema
atomIcon = element atom:icon { atomCommonAttributes, (atomUri) }
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Icon
Normal constructor.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.- Parameters:
uri
- The URI of the icon.
-
Icon
public Icon()Bean constructor.
-
-
Method Details
-
getUri
Bean property getter:uri .The URI of this icon.
- Returns:
- The property value, or
null if it is not set.
-
setUri
Bean property setter:uri .The URI of this icon.
The value can be of any of the following types:
URI
,URL
,String
. Strings must be valid URIs.- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setBase
Description copied from class:Common
-
setLang
Description copied from class:Common
Bean property setter:lang .The language of this object.
-