org.deegree.observation.persistence.contsql.jaxb
Class ColumnType

java.lang.Object
  extended by org.deegree.observation.persistence.contsql.jaxb.ColumnType

public class ColumnType
extends Object

Java class for ColumnType complex type.

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

 <complexType name="ColumnType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String name
           
protected  String type
           
 
Constructor Summary
ColumnType()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getType()
          Gets the value of the type property.
 void setName(String value)
          Sets the value of the name property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type

name

protected String name
Constructor Detail

ColumnType

public ColumnType()
Method Detail

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.