Class EnumModelType

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

public class EnumModelType extends Object
Configures a single enum model pojo.

Java class for enumModelType complex type.

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

 <complexType name="enumModelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • _package

      protected String _package
  • Constructor Details

    • EnumModelType

      public EnumModelType()
  • Method Details

    • getPackage

      public String getPackage()
      Gets the value of the package property.
      Returns:
      possible object is String
    • setPackage

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