Class AtomictypeType

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

public class AtomictypeType extends Object
An AtomicType represents a simple java object. (The name 'atomic' just means 'non-composed' objects.)

Java class for atomictypeType complex type.

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

 <complexType name="atomictypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="class" use="required" type="{}classType" />
       <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="extends" type="{}classType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • clazz

      protected String clazz
    • autocreate

      protected Boolean autocreate
    • generate

      protected Boolean generate
    • _extends

      protected String _extends
  • Constructor Details

    • AtomictypeType

      public AtomictypeType()
  • Method Details

    • getClazz

      public String getClazz()
      Gets the value of the clazz property.
      Returns:
      possible object is String
    • setClazz

      public void setClazz(String value)
      Sets the value of the clazz 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
    • getExtends

      public String getExtends()
      Gets the value of the extends property.
      Returns:
      possible object is String
    • setExtends

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