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 PropertyDescription

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

public class PropertyDescription
extends Object


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

Constructor Detail

PropertyDescription

public PropertyDescription()

PropertyDescription

public PropertyDescription(String name,
                           QName type,
                           LocalizedString label,
                           LocalizedString hint,
                           Extension[] extensions)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public QName getType()

setType

public void setType(QName type)

getLabel

public LocalizedString getLabel()

setLabel

public void setLabel(LocalizedString label)

getHint

public LocalizedString getHint()

setHint

public void setHint(LocalizedString hint)

getExtensions

public Extension[] getExtensions()

setExtensions

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