|
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.PropertyDescription
Constructor Summary | |
PropertyDescription()
|
|
PropertyDescription(java.lang.String name,
QName type,
LocalizedString label,
LocalizedString hint,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
LocalizedString |
getHint()
|
LocalizedString |
getLabel()
|
java.lang.String |
getName()
|
QName |
getType()
|
void |
setExtensions(Extension[] extensions)
|
void |
setHint(LocalizedString hint)
|
void |
setLabel(LocalizedString label)
|
void |
setName(java.lang.String name)
|
void |
setType(QName type)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertyDescription()
public PropertyDescription(java.lang.String name, QName type, LocalizedString label, LocalizedString hint, Extension[] extensions)
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public QName getType()
public void setType(QName type)
public LocalizedString getLabel()
public void setLabel(LocalizedString label)
public LocalizedString getHint()
public void setHint(LocalizedString hint)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
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 |