Class IndexKeyType

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

public class IndexKeyType extends Object
Configures a single index key.

Java class for indexKeyType complex type.

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

 <complexType name="indexKeyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lower" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • attribute

      protected String attribute
    • lower

      protected Boolean lower
  • Constructor Details

    • IndexKeyType

      public IndexKeyType()
  • Method Details

    • getAttribute

      public String getAttribute()
      Gets the value of the attribute property.
      Returns:
      possible object is String
    • setAttribute

      public void setAttribute(String value)
      Sets the value of the attribute property.
      Parameters:
      value - allowed object is String
    • isLower

      public Boolean isLower()
      Gets the value of the lower property.
      Returns:
      possible object is Boolean
    • setLower

      public void setLower(Boolean value)
      Sets the value of the lower property.
      Parameters:
      value - allowed object is Boolean