org.plasma.sdo.access.provider.jdo
Class Column

java.lang.Object
  extended by org.plasma.sdo.access.provider.jdo.Column

public class Column
extends 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 ref="{http://java.sun.com/xml/ns/jdo/jdo}extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://java.sun.com/xml/ns/jdo/jdo}attlist.column"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String allowsNull
           
protected  String defaultValue
           
protected  List<Extension> extensions
           
protected  String insertValue
           
protected  String jdbcType
           
protected  String length
           
protected  String name
           
protected  String scale
           
protected  String sqlType
           
protected  String target
           
protected  String targetField
           
 
Constructor Summary
Column()
           
 
Method Summary
 String getAllowsNull()
          Gets the value of the allowsNull property.
 String getDefaultValue()
          Gets the value of the defaultValue property.
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 String getInsertValue()
          Gets the value of the insertValue property.
 String getJdbcType()
          Gets the value of the jdbcType property.
 String getLength()
          Gets the value of the length property.
 String getName()
          Gets the value of the name property.
 String getScale()
          Gets the value of the scale property.
 String getSqlType()
          Gets the value of the sqlType property.
 String getTarget()
          Gets the value of the target property.
 String getTargetField()
          Gets the value of the targetField property.
 void setAllowsNull(String value)
          Sets the value of the allowsNull property.
 void setDefaultValue(String value)
          Sets the value of the defaultValue property.
 void setInsertValue(String value)
          Sets the value of the insertValue property.
 void setJdbcType(String value)
          Sets the value of the jdbcType property.
 void setLength(String value)
          Sets the value of the length property.
 void setName(String value)
          Sets the value of the name property.
 void setScale(String value)
          Sets the value of the scale property.
 void setSqlType(String value)
          Sets the value of the sqlType property.
 void setTarget(String value)
          Sets the value of the target property.
 void setTargetField(String value)
          Sets the value of the targetField property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

name

protected String name

target

protected String target

targetField

protected String targetField

jdbcType

protected String jdbcType

sqlType

protected String sqlType

length

protected String length

scale

protected String scale

allowsNull

protected String allowsNull

defaultValue

protected String defaultValue

insertValue

protected String insertValue
Constructor Detail

Column

public Column()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions 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 extensions property.

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

    getExtensions().add(newItem);
 

Objects of the following type(s) are allowed in the list Extension


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

getTarget

public String getTarget()
Gets the value of the target property.

Returns:
possible object is String

setTarget

public void setTarget(String value)
Sets the value of the target property.

Parameters:
value - allowed object is String

getTargetField

public String getTargetField()
Gets the value of the targetField property.

Returns:
possible object is String

setTargetField

public void setTargetField(String value)
Sets the value of the targetField property.

Parameters:
value - allowed object is String

getJdbcType

public String getJdbcType()
Gets the value of the jdbcType property.

Returns:
possible object is String

setJdbcType

public void setJdbcType(String value)
Sets the value of the jdbcType property.

Parameters:
value - allowed object is String

getSqlType

public String getSqlType()
Gets the value of the sqlType property.

Returns:
possible object is String

setSqlType

public void setSqlType(String value)
Sets the value of the sqlType property.

Parameters:
value - allowed object is String

getLength

public String getLength()
Gets the value of the length property.

Returns:
possible object is String

setLength

public void setLength(String value)
Sets the value of the length property.

Parameters:
value - allowed object is String

getScale

public String getScale()
Gets the value of the scale property.

Returns:
possible object is String

setScale

public void setScale(String value)
Sets the value of the scale property.

Parameters:
value - allowed object is String

getAllowsNull

public String getAllowsNull()
Gets the value of the allowsNull property.

Returns:
possible object is String

setAllowsNull

public void setAllowsNull(String value)
Sets the value of the allowsNull property.

Parameters:
value - allowed object is String

getDefaultValue

public String getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is String

setDefaultValue

public void setDefaultValue(String value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is String

getInsertValue

public String getInsertValue()
Gets the value of the insertValue property.

Returns:
possible object is String

setInsertValue

public void setInsertValue(String value)
Sets the value of the insertValue property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.