public class Textelements extends BaseObject implements Serializable
Java class for textelements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="textelements"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="label" type="{http://www.appng.org/schema/platform}text-element" maxOccurs="unbounded" minOccurs="0"/> <element name="title" type="{http://www.appng.org/schema/platform}text-element" maxOccurs="unbounded" minOccurs="0"/> <element name="text" type="{http://www.appng.org/schema/platform}text-element" maxOccurs="unbounded" minOccurs="0"/> <element name="lightbox" type="{http://www.appng.org/schema/platform}text-element" maxOccurs="unbounded" minOccurs="0"/> <element name="tooltip" type="{http://www.appng.org/schema/platform}text-element" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="target" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<TextElement> |
label |
protected List<TextElement> |
lightbox |
protected String |
target |
protected List<TextElement> |
text |
protected List<TextElement> |
title |
protected List<TextElement> |
tooltip |
Constructor and Description |
---|
Textelements() |
Modifier and Type | Method and Description |
---|---|
List<TextElement> |
getLabel()
Gets the value of the label property.
|
List<TextElement> |
getLightbox()
Gets the value of the lightbox property.
|
String |
getTarget()
Gets the value of the target property.
|
List<TextElement> |
getText()
Gets the value of the text property.
|
List<TextElement> |
getTitle()
Gets the value of the title property.
|
List<TextElement> |
getTooltip()
Gets the value of the tooltip property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
protected List<TextElement> label
protected List<TextElement> title
protected List<TextElement> text
protected List<TextElement> lightbox
protected List<TextElement> tooltip
protected String target
public List<TextElement> getLabel()
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 label property.
For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
TextElement
public List<TextElement> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
TextElement
public List<TextElement> getText()
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 text property.
For example, to add a new item, do as follows:
getText().add(newItem);
Objects of the following type(s) are allowed in the list
TextElement
public List<TextElement> getLightbox()
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 lightbox property.
For example, to add a new item, do as follows:
getLightbox().add(newItem);
Objects of the following type(s) are allowed in the list
TextElement
public List<TextElement> getTooltip()
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 tooltip property.
For example, to add a new item, do as follows:
getTooltip().add(newItem);
Objects of the following type(s) are allowed in the list
TextElement
public String getTarget()
String
Copyright © 2011–2020 aiticon GmbH. All rights reserved.