Class Label
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.wizard.Label
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets the value of the key property.getLang()Gets the value of the lang property.getValue()Gets the value of the value property.voidSets the value of the key property.voidSets the value of the lang property.voidSets the value of the value property.
-
Field Details
-
value
-
key
-
lang
-
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getValue
Gets the value of the value property.- Specified by:
getValuein interfaceConfigLabel- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getKey
Gets the value of the key property.- Specified by:
getKeyin interfaceConfigLabel- Returns:
- possible object is
String
-
setKey
Sets the value of the key property.- Parameters:
value- allowed object isString
-
getLang
Gets the value of the lang property.- Specified by:
getLangin interfaceConfigLabel- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value- allowed object isString
-