public static class Project.Layouts.Layout.Timescale 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="tier" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="show" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="background_color" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="font" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="font_color" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Project.Layouts.Layout.Timescale.Tier
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Project.Layouts.Layout.Timescale.Tier> |
tier |
Constructor and Description |
---|
Project.Layouts.Layout.Timescale() |
protected List<Project.Layouts.Layout.Timescale.Tier> tier
public List<Project.Layouts.Layout.Timescale.Tier> getTier()
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 tier property.
For example, to add a new item, do as follows:
getTier().add(newItem);
Objects of the following type(s) are allowed in the list
Project.Layouts.Layout.Timescale.Tier
Copyright © 2000–2017 Packwood Software. All rights reserved.