|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used as a simple wrapper interface that associates a String with its Locale. The interface is needed in the InternationalString interface where a Collection of LocalizedString instances are kept. Each LocalizedString instance has a Locale and a String instance.
InternationalString
Method Summary | |
java.util.Locale |
getLocale()
Get the Locale for this object. |
java.lang.String |
getValue()
Get the String value for this object. |
void |
setLocale(java.util.Locale l)
Set the Locale for this object. |
void |
setValue(java.lang.String s)
Set the String value for the specified object. |
Method Detail |
public java.util.Locale getLocale() throws JAXRException
public java.lang.String getValue() throws JAXRException
public void setLocale(java.util.Locale l) throws JAXRException
public void setValue(java.lang.String s) throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |