Class EnumValueType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.EnumValueType
Configures a single enum value.
Java class for enumValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="enumValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="code" use="required" type="{}enumCodeType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the description property.voidSets the value of the code property.voidsetDescription(String value) Sets the value of the description property.
-
Field Details
-
description
-
code
-
-
Constructor Details
-
EnumValueType
public EnumValueType()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-