Class ProfileDescription

  • Direct Known Subclasses:
    Profile

    public class ProfileDescription
    extends Object

    Java class for ProfileDescription complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ProfileDescription">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="label" type="{http://silverpeas.org/xml/ns/component}multilang"/>
             <element name="help" type="{http://silverpeas.org/xml/ns/component}multilang"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProfileDescription

        public ProfileDescription()
    • Method Detail

      • getLabel

        public Map<String,​String> getLabel()
        Gets the value of the label property.
        Returns:
        possible object is Multilang
      • setLabel

        public void setLabel​(Map<String,​String> value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is Multilang
      • getHelp

        public Map<String,​String> getHelp()
        Gets the value of the help property.
        Returns:
        possible object is Multilang
      • setHelp

        public void setHelp​(Map<String,​String> value)
        Sets the value of the help property.
        Parameters:
        value - allowed object is Multilang