Class MaptypeType

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

public class MaptypeType extends Object
Like the java collection framework, a type, which defines map objects. Attention: When used as type for an attribute, the attribute will not be searchable and the access performance is not effective. Consider to use a relation.

Java class for maptypeType complex type.

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

 <complexType name="maptypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="code" use="required" type="{}codeType" />
       <attribute name="argumenttype" use="required" type="{}classType" />
       <attribute name="returntype" 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="redeclare" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
    • argumenttype

      protected String argumenttype
    • returntype

      protected String returntype
    • autocreate

      protected Boolean autocreate
    • generate

      protected Boolean generate
    • redeclare

      protected Boolean redeclare
  • Constructor Details

    • MaptypeType

      public MaptypeType()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getArgumenttype

      public String getArgumenttype()
      Gets the value of the argumenttype property.
      Returns:
      possible object is String
    • setArgumenttype

      public void setArgumenttype(String value)
      Sets the value of the argumenttype property.
      Parameters:
      value - allowed object is String
    • getReturntype

      public String getReturntype()
      Gets the value of the returntype property.
      Returns:
      possible object is String
    • setReturntype

      public void setReturntype(String value)
      Sets the value of the returntype 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
    • 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