Operation |
Details |
public getLanguage():String |
Sequential Notes: | Get the language of this element. @return The iso 639-2 code of the language. If the element has no language, "" or null is returned. | |
public hashCode():int |
Sequential |
public hasValue():boolean |
Sequential Notes: | Check if this object has useful content. @return true if either this element has a value or a sub-element of it. | |
public setLanguage( String language):void |
Sequential Notes: | Set the language of this element. | |
public toJson():String |
Sequential Notes: | Display this object as JSON object. @return The object as JSON | |
public toRdf():String |
Sequential Notes: | Display this object as RDF/XML. @return The object as RDF | |