public class TableRef extends Object
<complexType name="table-ref">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}id use="required""/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TableRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
Copyright © 2020. All rights reserved.