public class DocumentAttribute
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description |
|---|---|
protected TableElementLocation |
location |
protected java.lang.String |
text |
protected java.lang.String |
type |
| Constructor and Description |
|---|
DocumentAttribute() |
| Modifier and Type | Method and Description |
|---|---|
TableElementLocation |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getType()
Gets the type.
|
protected java.lang.String type
protected java.lang.String text
protected TableElementLocation location
public java.lang.String getType()
public java.lang.String getText()
public TableElementLocation getLocation()