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 Property

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

public class Property
extends Object


Constructor Summary
Property()
           
Property(String name, String lang, String stringValue, SOAPElement[] _any)
           
 
Method Summary
 SOAPElement[] get_any()
           
 String getLang()
           
 String getName()
           
 String getStringValue()
           
 void set_any(SOAPElement[] _any)
           
 void setLang(String lang)
           
 void setName(String name)
           
 void setStringValue(String stringValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(String name,
                String lang,
                String stringValue,
                SOAPElement[] _any)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getLang

public String getLang()

setLang

public void setLang(String lang)

getStringValue

public String getStringValue()

setStringValue

public void setStringValue(String stringValue)

get_any

public SOAPElement[] get_any()

set_any

public void set_any(SOAPElement[] _any)

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