|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.Property
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 |
public Property()
public Property(String name, String lang, String stringValue, SOAPElement[] _any)
Method Detail |
public String getName()
public void setName(String name)
public String getLang()
public void setLang(String lang)
public String getStringValue()
public void setStringValue(String stringValue)
public SOAPElement[] get_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 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |