Package org.apache.juneau.dto.atom
Class Id
java.lang.Object
org.apache.juneau.dto.atom.Common
org.apache.juneau.dto.atom.Id
Represents an atomId construct in the RFC4287 specification.
Schema
atomId = element atom:id { atomCommonAttributes, (atomUri) }
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Id
Normal constructor.- Parameters:
text
- The id element contents.
-
Id
public Id()Bean constructor.
-
-
Method Details
-
getText
Bean property getter:text .The content of this identifier.
- Returns:
- The property value, or
null if it is not set.
-
setText
Bean property setter:text .The content of this identifier.
- 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.
-