public static class Table.ColumnRef
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">
<attribute ref="{}id use="required""/>
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.Boolean |
visible |
| Constructor and Description |
|---|
Table.ColumnRef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setVisible(java.lang.Boolean value)
Sets the value of the visible property.
|
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isVisible()
Booleanpublic void setVisible(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2016. All Rights Reserved.