This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification

com.sun.portal.wsrp.common.stubs
Class LocalizedString

java.lang.Object
  extended bycom.sun.portal.wsrp.common.stubs.LocalizedString

public class LocalizedString
extends Object


Constructor Summary
LocalizedString()
           
LocalizedString(String lang, String resourceName, String value)
           
 
Method Summary
 String getLang()
           
 String getResourceName()
           
 String getValue()
           
 void setLang(String lang)
           
 void setResourceName(String resourceName)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedString

public LocalizedString()

LocalizedString

public LocalizedString(String lang,
                       String resourceName,
                       String value)
Method Detail

getLang

public String getLang()

setLang

public void setLang(String lang)

getResourceName

public String getResourceName()

setResourceName

public void setResourceName(String resourceName)

getValue

public String getValue()

setValue

public void setValue(String value)

This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification