public class GridView
extends java.lang.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="imageslot" type="{}imageSlotConfiguration"/>
<element name="labelslot" type="{}propertySlotConfiguration"/>
<element name="descriptionslot" type="{}propertySlotConfiguration"/>
<element name="shortinfoslot" type="{}propertySlotConfiguration"/>
<element name="actionslot" type="{}actionSlotConfiguration"/>
<element name="specialactionslot" type="{}actionSlotConfiguration" minOccurs="0"/>
<element name="additionalPropertySlot" type="{}propertySlotConfiguration" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActionSlotConfiguration |
actionslot |
protected java.util.List<PropertySlotConfiguration> |
additionalPropertySlot |
protected PropertySlotConfiguration |
descriptionslot |
protected ImageSlotConfiguration |
imageslot |
protected PropertySlotConfiguration |
labelslot |
protected PropertySlotConfiguration |
shortinfoslot |
protected ActionSlotConfiguration |
specialactionslot |
| Constructor and Description |
|---|
GridView() |
| Modifier and Type | Method and Description |
|---|---|
ActionSlotConfiguration |
getActionslot()
Gets the value of the actionslot property.
|
java.util.List<PropertySlotConfiguration> |
getAdditionalPropertySlot()
Gets the value of the additionalPropertySlot property.
|
PropertySlotConfiguration |
getDescriptionslot()
Gets the value of the descriptionslot property.
|
ImageSlotConfiguration |
getImageslot()
Gets the value of the imageslot property.
|
PropertySlotConfiguration |
getLabelslot()
Gets the value of the labelslot property.
|
PropertySlotConfiguration |
getShortinfoslot()
Gets the value of the shortinfoslot property.
|
ActionSlotConfiguration |
getSpecialactionslot()
Gets the value of the specialactionslot property.
|
void |
setActionslot(ActionSlotConfiguration value)
Sets the value of the actionslot property.
|
void |
setDescriptionslot(PropertySlotConfiguration value)
Sets the value of the descriptionslot property.
|
void |
setImageslot(ImageSlotConfiguration value)
Sets the value of the imageslot property.
|
void |
setLabelslot(PropertySlotConfiguration value)
Sets the value of the labelslot property.
|
void |
setShortinfoslot(PropertySlotConfiguration value)
Sets the value of the shortinfoslot property.
|
void |
setSpecialactionslot(ActionSlotConfiguration value)
Sets the value of the specialactionslot property.
|
protected ImageSlotConfiguration imageslot
protected PropertySlotConfiguration labelslot
protected PropertySlotConfiguration descriptionslot
protected PropertySlotConfiguration shortinfoslot
protected ActionSlotConfiguration actionslot
protected ActionSlotConfiguration specialactionslot
protected java.util.List<PropertySlotConfiguration> additionalPropertySlot
public ImageSlotConfiguration getImageslot()
ImageSlotConfigurationpublic void setImageslot(ImageSlotConfiguration value)
value - allowed object is
ImageSlotConfigurationpublic PropertySlotConfiguration getLabelslot()
PropertySlotConfigurationpublic void setLabelslot(PropertySlotConfiguration value)
value - allowed object is
PropertySlotConfigurationpublic PropertySlotConfiguration getDescriptionslot()
PropertySlotConfigurationpublic void setDescriptionslot(PropertySlotConfiguration value)
value - allowed object is
PropertySlotConfigurationpublic PropertySlotConfiguration getShortinfoslot()
PropertySlotConfigurationpublic void setShortinfoslot(PropertySlotConfiguration value)
value - allowed object is
PropertySlotConfigurationpublic ActionSlotConfiguration getActionslot()
ActionSlotConfigurationpublic void setActionslot(ActionSlotConfiguration value)
value - allowed object is
ActionSlotConfigurationpublic ActionSlotConfiguration getSpecialactionslot()
ActionSlotConfigurationpublic void setSpecialactionslot(ActionSlotConfiguration value)
value - allowed object is
ActionSlotConfigurationpublic java.util.List<PropertySlotConfiguration> getAdditionalPropertySlot()
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 additionalPropertySlot property.
For example, to add a new item, do as follows:
getAdditionalPropertySlot().add(newItem);
Objects of the following type(s) are allowed in the list
PropertySlotConfiguration
Copyright © 2018 SAP SE. All Rights Reserved.