com.metsci.glimpse.dspl.schema
Class ConceptTableMapping

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.ConceptTableMapping

public class ConceptTableMapping
extends java.lang.Object

A mapping to a table that provides data for a concept.

Java class for ConceptTableMapping complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConceptTableMapping">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mapConcept" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="mapProperty" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
                 <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
                 <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class ConceptTableMapping.MapConcept
          Java class for anonymous complex type.
static class ConceptTableMapping.MapProperty
          Java class for anonymous complex type.
 
Constructor Summary
ConceptTableMapping()
           
 
Method Summary
 ConceptTableMapping.MapConcept getMapConcept()
          Gets the value of the mapConcept property.
 java.util.List<ConceptTableMapping.MapProperty> getMapProperty()
          Gets the value of the mapProperty property.
 java.lang.String getRef()
          Gets the value of the ref property.
 void setMapConcept(ConceptTableMapping.MapConcept value)
          Sets the value of the mapConcept property.
 void setRef(java.lang.String value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptTableMapping

public ConceptTableMapping()
Method Detail

getMapConcept

public ConceptTableMapping.MapConcept getMapConcept()
Gets the value of the mapConcept property.

Returns:
possible object is ConceptTableMapping.MapConcept

setMapConcept

public void setMapConcept(ConceptTableMapping.MapConcept value)
Sets the value of the mapConcept property.

Parameters:
value - allowed object is ConceptTableMapping.MapConcept

getMapProperty

public java.util.List<ConceptTableMapping.MapProperty> getMapProperty()
Gets the value of the mapProperty property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mapProperty property.

For example, to add a new item, do as follows:

    getMapProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ConceptTableMapping.MapProperty


getRef

public java.lang.String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(java.lang.String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String


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