java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.RelatedTypes

public class RelatedTypes extends Object

Java class for related-types complex type.

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

 <complexType name="related-types">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{}type" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • type

      protected List<Type> type
    • includeSubTypes

      protected Boolean includeSubTypes
  • Constructor Details

    • RelatedTypes

      public RelatedTypes()
  • Method Details

    • getType

      public List<Type> getType()
      Gets the value of the type 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 type property.

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

       getType().add(newItem);
       

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

    • isIncludeSubTypes

      public boolean isIncludeSubTypes()
      Gets the value of the includeSubTypes property.
      Returns:
      possible object is Boolean
    • setIncludeSubTypes

      public void setIncludeSubTypes(Boolean value)
      Sets the value of the includeSubTypes property.
      Parameters:
      value - allowed object is Boolean