Class AttributeType

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

public class AttributeType extends Object
Defines an attribute of a type.

Java class for attributeType complex type.

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

 <complexType name="attributeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="defaultvalue" type="{}defaultValueType" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="persistence" type="{}persistenceType" minOccurs="0"/>
         <element name="modifiers" type="{}modifiersType" minOccurs="0"/>
         <element name="custom-properties" type="{}customPropertiesType" minOccurs="0"/>
         <element name="model" type="{}attributeModelType" minOccurs="0"/>
       </all>
       <attribute name="redeclare" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="metatype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="autocreate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="generate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="isSelectionOf" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AttributeType

      public AttributeType()
  • Method Details

    • getDefaultvalue

      public String getDefaultvalue()
      Gets the value of the defaultvalue property.
      Returns:
      possible object is String
    • setDefaultvalue

      public void setDefaultvalue(String value)
      Sets the value of the defaultvalue property.
      Parameters:
      value - allowed object is String
    • 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
    • getPersistence

      public PersistenceType getPersistence()
      Gets the value of the persistence property.
      Returns:
      possible object is PersistenceType
    • setPersistence

      public void setPersistence(PersistenceType value)
      Sets the value of the persistence property.
      Parameters:
      value - allowed object is PersistenceType
    • getModifiers

      public ModifiersType getModifiers()
      Gets the value of the modifiers property.
      Returns:
      possible object is ModifiersType
    • setModifiers

      public void setModifiers(ModifiersType value)
      Sets the value of the modifiers property.
      Parameters:
      value - allowed object is ModifiersType
    • getCustomProperties

      public CustomPropertiesType getCustomProperties()
      Gets the value of the customProperties property.
      Returns:
      possible object is CustomPropertiesType
    • setCustomProperties

      public void setCustomProperties(CustomPropertiesType value)
      Sets the value of the customProperties property.
      Parameters:
      value - allowed object is CustomPropertiesType
    • getModel

      public AttributeModelType getModel()
      Gets the value of the model property.
      Returns:
      possible object is AttributeModelType
    • setModel

      public void setModel(AttributeModelType value)
      Sets the value of the model property.
      Parameters:
      value - allowed object is AttributeModelType
    • isRedeclare

      public Boolean isRedeclare()
      Gets the value of the redeclare property.
      Returns:
      possible object is Boolean
    • setRedeclare

      public void setRedeclare(Boolean value)
      Sets the value of the redeclare property.
      Parameters:
      value - allowed object is Boolean
    • getQualifier

      public String getQualifier()
      Gets the value of the qualifier property.
      Returns:
      possible object is String
    • setQualifier

      public void setQualifier(String value)
      Sets the value of the qualifier property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getMetatype

      public String getMetatype()
      Gets the value of the metatype property.
      Returns:
      possible object is String
    • setMetatype

      public void setMetatype(String value)
      Sets the value of the metatype property.
      Parameters:
      value - allowed object is String
    • isAutocreate

      public boolean isAutocreate()
      Gets the value of the autocreate property.
      Returns:
      possible object is Boolean
    • setAutocreate

      public void setAutocreate(Boolean value)
      Sets the value of the autocreate property.
      Parameters:
      value - allowed object is Boolean
    • isGenerate

      public boolean isGenerate()
      Gets the value of the generate property.
      Returns:
      possible object is Boolean
    • setGenerate

      public void setGenerate(Boolean value)
      Sets the value of the generate property.
      Parameters:
      value - allowed object is Boolean
    • getIsSelectionOf

      public String getIsSelectionOf()
      Gets the value of the isSelectionOf property.
      Returns:
      possible object is String
    • setIsSelectionOf

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