Java javax.xml.registry.infomodel LocalizedString fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel LocalizedString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel LocalizedString.

The text is from its open source code.

Method

StringgetCharsetName()
Gets the canonical name for the charset for this object.
LocalegetLocale()
Get the Locale for this object.
StringgetValue()
Get the String value for this object.
voidsetCharsetName(String charsetName)
Set the canonical name for the charset for this object.
voidsetLocale(Locale locale)
Set the Locale for this object.
voidsetValue(String value)
Set the String value for the specified object.