public static class Slice.Data 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="table" type="{http://schemas.google.com/dspl/2010}SliceTableMapping"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
SliceTableMapping |
getTable()
Gets the value of the table property.
|
void |
setTable(SliceTableMapping value)
Sets the value of the table property.
|
public SliceTableMapping getTable()
SliceTableMapping
public void setTable(SliceTableMapping value)
value
- allowed object is
SliceTableMapping
Copyright © 2016 Metron, Inc.. All rights reserved.