|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Column
public class Column
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 |
|---|
protected List<Extension> extensions
protected String name
protected String target
protected String targetField
protected String jdbcType
protected String sqlType
protected String length
protected String scale
protected String allowsNull
protected String defaultValue
protected String insertValue
| Constructor Detail |
|---|
public Column()
| Method Detail |
|---|
public List<Extension> getExtensions()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic String getTargetField()
Stringpublic void setTargetField(String value)
value - allowed object is
Stringpublic String getJdbcType()
Stringpublic void setJdbcType(String value)
value - allowed object is
Stringpublic String getSqlType()
Stringpublic void setSqlType(String value)
value - allowed object is
Stringpublic String getLength()
Stringpublic void setLength(String value)
value - allowed object is
Stringpublic String getScale()
Stringpublic void setScale(String value)
value - allowed object is
Stringpublic String getAllowsNull()
Stringpublic void setAllowsNull(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic String getInsertValue()
Stringpublic void setInsertValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||