java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.Label
All Implemented Interfaces:
ConfigLabel

public class Label extends Object implements ConfigLabel

Java class for label complex type.

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

 <complexType name="label">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Specified by:
      getValue in interface ConfigLabel
      Returns:
      possible object is String
    • setValue

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

      public String getKey()
      Gets the value of the key property.
      Specified by:
      getKey in interface ConfigLabel
      Returns:
      possible object is String
    • setKey

      public void setKey(String value)
      Sets the value of the key property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Specified by:
      getLang in interface ConfigLabel
      Returns:
      possible object is String
    • setLang

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