1 // automatically generated by the FlatBuffers compiler, do not modify 2 3 package NamespaceA.NamespaceB; 4 5 import java.nio.*; 6 import java.lang.*; 7 import java.util.*; 8 import com.google.flatbuffers.*; 9 10 public class TableInNestedNST { 11 private int foo; 12 getFoo()13 public int getFoo() { return foo; } 14 setFoo(int foo)15 public void setFoo(int foo) { this.foo = foo; } 16 17 TableInNestedNST()18 public TableInNestedNST() { 19 this.foo = 0; 20 } 21 } 22 23