org.jboss.portal.wsrp.core
Class PropertyDescription
java.lang.Object
org.jboss.portal.wsrp.core.PropertyDescription
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyDescription
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
type
protected javax.xml.namespace.QName type
label
protected LocalizedString label
hint
protected LocalizedString hint
extensions
protected Extension[] extensions
PropertyDescription
public PropertyDescription()
PropertyDescription
public PropertyDescription(java.lang.String name,
javax.xml.namespace.QName type,
LocalizedString label,
LocalizedString hint,
Extension[] extensions)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public javax.xml.namespace.QName getType()
setType
public void setType(javax.xml.namespace.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)