Class IndexKeyType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.IndexKeyType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute property.isLower()Gets the value of the lower property.voidsetAttribute(String value) Sets the value of the attribute property.voidSets the value of the lower property.
-
Field Details
-
attribute
-
lower
-
-
Constructor Details
-
IndexKeyType
public IndexKeyType()
-
-
Method Details
-
getAttribute
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
Sets the value of the attribute property.- Parameters:
value- allowed object isString
-
isLower
Gets the value of the lower property.- Returns:
- possible object is
Boolean
-
setLower
Sets the value of the lower property.- Parameters:
value- allowed object isBoolean
-