Class EnumValueType

java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.EnumValueType

public class EnumValueType extends Object
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 Details

    • description

      protected String description
    • code

      protected String code
  • Constructor Details

    • EnumValueType

      public EnumValueType()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

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