Class PersistenceType

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

public class PersistenceType extends Object
Defines how the values of the attribute will be stored. Possible values: 'cmp' (deprecated), 'jalo' (not persistent), and 'property' (persistent).

Java class for persistenceType complex type.

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

 <complexType name="persistenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="columntype" type="{}columntypeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="type" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="property"/>
             <enumeration value="jalo"/>
             <enumeration value="cmp"/>
             <enumeration value="dynamic"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="qualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="attributeHandler" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PersistenceType

      public PersistenceType()
  • Method Details

    • getColumntype

      public List<ColumntypeType> getColumntype()
      Gets the value of the columntype property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the columntype property.

      For example, to add a new item, do as follows:

       getColumntype().add(newItem);
       

      Objects of the following type(s) are allowed in the list ColumntypeType

    • 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
    • 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
    • getAttributeHandler

      public String getAttributeHandler()
      Gets the value of the attributeHandler property.
      Returns:
      possible object is String
    • setAttributeHandler

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