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

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

public class Column
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 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  java.lang.String allowsNull
           
protected  java.lang.String defaultValue
           
protected  java.util.List<Extension> extensions
           
protected  java.lang.String insertValue
           
protected  java.lang.String jdbcType
           
protected  java.lang.String length
           
protected  java.lang.String name
           
protected  java.lang.String scale
           
protected  java.lang.String sqlType
           
protected  java.lang.String target
           
protected  java.lang.String targetField
           
 
Constructor Summary
Column()
           
 
Method Summary
 java.lang.String getAllowsNull()
          Gets the value of the allowsNull property.
 java.lang.String getDefaultValue()
          Gets the value of the defaultValue property.
 java.util.List<Extension> getExtensions()
          Gets the value of the extensions property.
 java.lang.String getInsertValue()
          Gets the value of the insertValue property.
 java.lang.String getJdbcType()
          Gets the value of the jdbcType property.
 java.lang.String getLength()
          Gets the value of the length property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getScale()
          Gets the value of the scale property.
 java.lang.String getSqlType()
          Gets the value of the sqlType property.
 java.lang.String getTarget()
          Gets the value of the target property.
 java.lang.String getTargetField()
          Gets the value of the targetField property.
 void setAllowsNull(java.lang.String value)
          Sets the value of the allowsNull property.
 void setDefaultValue(java.lang.String value)
          Sets the value of the defaultValue property.
 void setInsertValue(java.lang.String value)
          Sets the value of the insertValue property.
 void setJdbcType(java.lang.String value)
          Sets the value of the jdbcType property.
 void setLength(java.lang.String value)
          Sets the value of the length property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setScale(java.lang.String value)
          Sets the value of the scale property.
 void setSqlType(java.lang.String value)
          Sets the value of the sqlType property.
 void setTarget(java.lang.String value)
          Sets the value of the target property.
 void setTargetField(java.lang.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 java.util.List<Extension> extensions

name

protected java.lang.String name

target

protected java.lang.String target

targetField

protected java.lang.String targetField

jdbcType

protected java.lang.String jdbcType

sqlType

protected java.lang.String sqlType

length

protected java.lang.String length

scale

protected java.lang.String scale

allowsNull

protected java.lang.String allowsNull

defaultValue

protected java.lang.String defaultValue

insertValue

protected java.lang.String insertValue
Constructor Detail

Column

public Column()
Method Detail

getExtensions

public java.util.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 java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getTarget

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

Returns:
possible object is String

setTarget

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

Parameters:
value - allowed object is String

getTargetField

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

Returns:
possible object is String

setTargetField

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

Parameters:
value - allowed object is String

getJdbcType

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

Returns:
possible object is String

setJdbcType

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

Parameters:
value - allowed object is String

getSqlType

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

Returns:
possible object is String

setSqlType

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

Parameters:
value - allowed object is String

getLength

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

Returns:
possible object is String

setLength

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

Parameters:
value - allowed object is String

getScale

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

Returns:
possible object is String

setScale

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

Parameters:
value - allowed object is String

getAllowsNull

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

Returns:
possible object is String

setAllowsNull

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

Parameters:
value - allowed object is String

getDefaultValue

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

Returns:
possible object is String

setDefaultValue

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

Parameters:
value - allowed object is String

getInsertValue

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

Returns:
possible object is String

setInsertValue

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.