public class CompareView extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="editor-area-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}editor-area-ctx" minOccurs="0"/>
<element name="grid-view-ctx" type="{http://www.hybris.com/cockpitng/component/compareview}grid-view-ctx" minOccurs="0"/>
<element name="header" type="{http://www.hybris.com/cockpitng/component/compareview}header" minOccurs="0"/>
<element name="section" type="{http://www.hybris.com/cockpitng/component/compareview}section" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EditorAreaCtx |
editorAreaCtx |
protected GridViewCtx |
gridViewCtx |
protected Header |
header |
protected List<Section> |
section |
| Constructor and Description |
|---|
CompareView() |
| Modifier and Type | Method and Description |
|---|---|
EditorAreaCtx |
getEditorAreaCtx()
Gets the value of the editorAreaCtx property.
|
GridViewCtx |
getGridViewCtx()
Gets the value of the gridViewCtx property.
|
Header |
getHeader()
Gets the value of the header property.
|
List<Section> |
getSection()
Gets the value of the section property.
|
void |
setEditorAreaCtx(EditorAreaCtx value)
Sets the value of the editorAreaCtx property.
|
void |
setGridViewCtx(GridViewCtx value)
Sets the value of the gridViewCtx property.
|
void |
setHeader(Header value)
Sets the value of the header property.
|
protected EditorAreaCtx editorAreaCtx
protected GridViewCtx gridViewCtx
protected Header header
public EditorAreaCtx getEditorAreaCtx()
EditorAreaCtxpublic void setEditorAreaCtx(EditorAreaCtx value)
value - allowed object is EditorAreaCtxpublic GridViewCtx getGridViewCtx()
GridViewCtxpublic void setGridViewCtx(GridViewCtx value)
value - allowed object is GridViewCtxpublic Header getHeader()
Headerpublic void setHeader(Header value)
value - allowed object is Headerpublic List<Section> getSection()
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
section property.
For example, to add a new item, do as follows:
getSection().add(newItem);
Objects of the following type(s) are allowed in the list Section
Copyright © 2018. All rights reserved.