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