public class NamedSet extends Object
Java class for NamedSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NamedSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Annotations" type="{}Annotations" minOccurs="0"/>
<element name="Formula" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
protected String |
caption |
protected String |
description |
protected Object |
formula |
protected String |
name |
| Constructor and Description |
|---|
NamedSet() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
String |
getCaption()
Gets the value of the caption property.
|
String |
getDescription()
Gets the value of the description property.
|
Object |
getFormula()
Gets the value of the formula property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFormula(Object value)
Sets the value of the formula property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Annotations annotations
protected Object formula
protected String name
protected String caption
protected String description
public Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
Annotationspublic Object getFormula()
Objectpublic void setFormula(Object value)
value - allowed object is
Objectpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2020 Open Foris. All rights reserved.