public static class Document.Dashboards 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="Dashboard" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.Dashboards.Dashboard
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Document.Dashboards.Dashboard |
dashboard |
Constructor and Description |
---|
Dashboards() |
Modifier and Type | Method and Description |
---|---|
Document.Dashboards.Dashboard |
getDashboard()
Gets the value of the dashboard property.
|
void |
setDashboard(Document.Dashboards.Dashboard value)
Sets the value of the dashboard property.
|
protected Document.Dashboards.Dashboard dashboard
public Document.Dashboards.Dashboard getDashboard()
Document.Dashboards.Dashboard
public void setDashboard(Document.Dashboards.Dashboard value)
value
- allowed object is
Document.Dashboards.Dashboard
Copyright © 2000–2024 Packwood Software. All rights reserved.