public class GetLanguagesRet
extends java.lang.Object
getLanguages
, it's a JavaBean to allow
its creation by the JAX-WS APIRequestListenerInterface
,
InfoKey
Constructor and Description |
---|
GetLanguagesRet()
Constructs an empty GetLanguagesRet object
|
GetLanguagesRet(InfoKey retCode,
Lang[] languages)
Constructs a GetLanguagesRet object
|
Modifier and Type | Method and Description |
---|---|
Lang[] |
getLanguages()
get the languages for this GetLanguagesRet object
|
InfoKey |
getRetCode()
get the information object for this GetLanguagesRet object
|
void |
setLanguages(Lang[] languages)
set the languages for this GetLanguagesRet object
|
void |
setRetCode(InfoKey retCode)
set the information object for this GetLanguagesRet object
|
public GetLanguagesRet(InfoKey retCode, Lang[] languages)
code
- information object about the requestlanguages
- languages currently supported by the platformpublic GetLanguagesRet()
public InfoKey getRetCode()
public void setRetCode(InfoKey retCode)
code
- the new information object for this GetLanguagesRet objectpublic Lang[] getLanguages()
public void setLanguages(Lang[] languages)
languages
- the languages for this GetLanguagesRet object