Class Option


  • public class Option
    extends Object

    Java class for ParameterOptionType complex type.

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

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

      • Option

        public Option()
      • Option

        public Option​(Option option)
    • Method Detail

      • getName

        public Map<String,​String> getName()
        Gets the value of the name property.
        Returns:
        possible object is Multilang
      • setName

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

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String