Class RelatedTypes
java.lang.Object
de.hybris.platform.cockpit.services.config.jaxb.advancedsearch.RelatedTypes
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Gets the value of the type property.booleanGets the value of the includeSubTypes property.voidsetIncludeSubTypes(Boolean value) Sets the value of the includeSubTypes property.
-
Field Details
-
type
-
includeSubTypes
-
-
Constructor Details
-
RelatedTypes
public RelatedTypes()
-
-
Method Details
-
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
setmethod 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
Sets the value of the includeSubTypes property.- Parameters:
value- allowed object isBoolean
-