org.gedcomx.atom
Class CommonAttributes

java.lang.Object
  extended by org.gedcomx.atom.CommonAttributes
Direct Known Subclasses:
Category, ExtensibleElement

public abstract class CommonAttributes
extends Object

Author:
Ryan Heaton

Constructor Summary
CommonAttributes()
           
 
Method Summary
 URI getBase()
          The base.
 String getLang()
          The language.
 void setBase(URI base)
          The base.
 void setLang(String lang)
          The language.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonAttributes

public CommonAttributes()
Method Detail

getLang

public String getLang()
The language.

Returns:
The language.
See Also:
The atom spec, section 2.

setLang

public void setLang(String lang)
The language.

Parameters:
lang - The language.
See Also:
The atom spec, section 2.

getBase

public URI getBase()
The base.

Returns:
The base.
See Also:
The atom spec, section 2.

setBase

public void setBase(URI base)
The base.

Parameters:
base - The base.
See Also:
The atom spec, section 2.


Copyright © 2016. All rights reserved.