com.metsci.glimpse.dspl.schema
Class SliceTableMapping.MapDimension

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.SliceTableMapping.MapDimension
Enclosing class:
SliceTableMapping

public static class SliceTableMapping.MapDimension
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">
       <attribute name="concept" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="toColumn" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
SliceTableMapping.MapDimension()
           
 
Method Summary
 javax.xml.namespace.QName getConcept()
          Gets the value of the concept property.
 java.lang.String getToColumn()
          Gets the value of the toColumn property.
 void setConcept(javax.xml.namespace.QName value)
          Sets the value of the concept property.
 void setToColumn(java.lang.String value)
          Sets the value of the toColumn property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliceTableMapping.MapDimension

public SliceTableMapping.MapDimension()
Method Detail

getConcept

public javax.xml.namespace.QName getConcept()
Gets the value of the concept property.

Returns:
possible object is QName

setConcept

public void setConcept(javax.xml.namespace.QName value)
Sets the value of the concept property.

Parameters:
value - allowed object is QName

getToColumn

public java.lang.String getToColumn()
Gets the value of the toColumn property.

Returns:
possible object is String

setToColumn

public void setToColumn(java.lang.String value)
Sets the value of the toColumn property.

Parameters:
value - allowed object is String


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