Class ItemtypeType

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

public class ItemtypeType extends Object
Specifies a specific ComposedType.

Java class for itemtypeType complex type.

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

 <complexType name="itemtypeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="deployment" type="{}deploymentType" minOccurs="0"/>
         <element name="custom-properties" type="{}customPropertiesType" minOccurs="0"/>
         <element name="attributes" type="{}attributesType" minOccurs="0"/>
         <element name="indexes" type="{}indexesType" minOccurs="0"/>
         <element name="model" type="{}itemModelType" minOccurs="0"/>
       </sequence>
       <attribute name="code" use="required" type="{}codeType" />
       <attribute name="extends" type="{}classType" />
       <attribute name="jaloclass" type="{}classType" />
       <attribute name="deployment" type="{}deploymentRefType" />
       <attribute name="singleton" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="jaloonly" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <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="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="metatype" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected List<Serializable> content
    • code

      protected String code
    • _extends

      protected String _extends
    • jaloclass

      protected String jaloclass
    • deployment

      protected String deployment
    • singleton

      protected Boolean singleton
    • jaloonly

      protected Boolean jaloonly
    • autocreate

      protected Boolean autocreate
    • generate

      protected Boolean generate
    • _abstract

      protected Boolean _abstract
    • metatype

      protected String metatype
  • Constructor Details

    • ItemtypeType

      public ItemtypeType()
  • Method Details

    • getContent

      public List<Serializable> getContent()
      Specifies a specific ComposedType.Gets the value of the content 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 content property.

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

       getContent().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<IndexesType> JAXBElement<String> JAXBElement<DeploymentType> JAXBElement<AttributesType> JAXBElement< CustomPropertiesType> String JAXBElement<ItemModelType>

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

      public String getJaloclass()
      Gets the value of the jaloclass property.
      Returns:
      possible object is String
    • setJaloclass

      public void setJaloclass(String value)
      Sets the value of the jaloclass property.
      Parameters:
      value - allowed object is String
    • getDeployment

      public String getDeployment()
      Gets the value of the deployment property.
      Returns:
      possible object is String
    • setDeployment

      public void setDeployment(String value)
      Sets the value of the deployment property.
      Parameters:
      value - allowed object is String
    • isSingleton

      public Boolean isSingleton()
      Gets the value of the singleton property.
      Returns:
      possible object is Boolean
    • setSingleton

      public void setSingleton(Boolean value)
      Sets the value of the singleton property.
      Parameters:
      value - allowed object is Boolean
    • isJaloonly

      public Boolean isJaloonly()
      Gets the value of the jaloonly property.
      Returns:
      possible object is Boolean
    • setJaloonly

      public void setJaloonly(Boolean value)
      Sets the value of the jaloonly property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • isAbstract

      public Boolean isAbstract()
      Gets the value of the abstract property.
      Returns:
      possible object is Boolean
    • setAbstract

      public void setAbstract(Boolean value)
      Sets the value of the abstract property.
      Parameters:
      value - allowed object is Boolean
    • 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