Class ItemtypesType

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

public class ItemtypesType extends Object
Defines a grouping of item types.

Java class for itemtypesType complex type.

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

 <complexType name="itemtypesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="itemtype" type="{}itemtypeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typegroup" type="{}typeGroupType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ItemtypesType

      public ItemtypesType()
  • Method Details

    • getItemtype

      public List<ItemtypeType> getItemtype()
      Gets the value of the itemtype 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 itemtype property.

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

       getItemtype().add(newItem);
       

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

    • getTypegroup

      public List<TypeGroupType> getTypegroup()
      Gets the value of the typegroup 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 typegroup property.

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

       getTypegroup().add(newItem);
       

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