Package org.apache.juneau.dto.atom
Class Common
java.lang.Object
org.apache.juneau.dto.atom.Common
Represents an atomCommonAttributes construct in the RFC4287 specification.
Schema
atomCommonAttributes = attribute xml:base { atomUri }?, attribute xml:lang { atomLanguageTag }?, undefinedAttribute*
See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Common
public Common()
-
-
Method Details
-
getBase
Bean property getter:base .The URI base of this object.
- Returns:
- The property value, or
null if it is not set.
-
setBase
Bean property setter:term .The URI base of this object.
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
-
getLang
Bean property getter:lang .The language of this object.
- Returns:
- The property value, or
null if it is not set.
-
setLang
Bean property setter:lang .The language of this object.
- Parameters:
value
- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
toString
-