com.metsci.glimpse.dspl.schema
Class Concept.Data

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Concept.Data
Enclosing class:
Concept

public static class Concept.Data
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">
       <sequence>
         <element name="table" type="{http://schemas.google.com/dspl/2010}ConceptTableMapping"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
Concept.Data()
           
 
Method Summary
 ConceptTableMapping getTable()
          Gets the value of the table property.
 void setTable(ConceptTableMapping value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concept.Data

public Concept.Data()
Method Detail

getTable

public ConceptTableMapping getTable()
Gets the value of the table property.

Returns:
possible object is ConceptTableMapping

setTable

public void setTable(ConceptTableMapping value)
Sets the value of the table property.

Parameters:
value - allowed object is ConceptTableMapping


Copyright © 2012 Metron, Inc.. All Rights Reserved.