|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Value
public class Value
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}embedded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}column" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}foreign-key" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}index" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}unique" minOccurs="0"/>
<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.value"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
column
|
protected java.util.List<Column> |
columns
|
protected java.lang.String |
deleteAction
|
protected Embedded |
embedded
|
protected java.util.List<Extension> |
extensions
|
protected ForeignKey |
foreignKey
|
protected Index |
index
|
protected java.lang.String |
indexed
|
protected java.lang.String |
mappedBy
|
protected java.lang.String |
table
|
protected java.lang.String |
unique
|
protected Unique |
uniqueElement
|
protected java.lang.String |
updateAction
|
| Constructor Summary | |
|---|---|
Value()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumn()
Gets the value of the column property. |
java.util.List<Column> |
getColumns()
Gets the value of the columns property. |
java.lang.String |
getDeleteAction()
Gets the value of the deleteAction property. |
Embedded |
getEmbedded()
Gets the value of the embedded property. |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property. |
ForeignKey |
getForeignKey()
Gets the value of the foreignKey property. |
Index |
getIndex()
Gets the value of the index property. |
java.lang.String |
getIndexed()
Gets the value of the indexed property. |
java.lang.String |
getMappedBy()
Gets the value of the mappedBy property. |
java.lang.String |
getTable()
Gets the value of the table property. |
java.lang.String |
getUnique()
Gets the value of the unique property. |
Unique |
getUniqueElement()
Gets the value of the uniqueElement property. |
java.lang.String |
getUpdateAction()
Gets the value of the updateAction property. |
void |
setColumn(java.lang.String value)
Sets the value of the column property. |
void |
setDeleteAction(java.lang.String value)
Sets the value of the deleteAction property. |
void |
setEmbedded(Embedded value)
Sets the value of the embedded property. |
void |
setForeignKey(ForeignKey value)
Sets the value of the foreignKey property. |
void |
setIndex(Index value)
Sets the value of the index property. |
void |
setIndexed(java.lang.String value)
Sets the value of the indexed property. |
void |
setMappedBy(java.lang.String value)
Sets the value of the mappedBy property. |
void |
setTable(java.lang.String value)
Sets the value of the table property. |
void |
setUnique(java.lang.String value)
Sets the value of the unique property. |
void |
setUniqueElement(Unique value)
Sets the value of the uniqueElement property. |
void |
setUpdateAction(java.lang.String value)
Sets the value of the updateAction property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Embedded embedded
protected java.util.List<Column> columns
protected ForeignKey foreignKey
protected Index index
protected Unique uniqueElement
protected java.util.List<Extension> extensions
protected java.lang.String column
protected java.lang.String table
protected java.lang.String deleteAction
protected java.lang.String updateAction
protected java.lang.String indexed
protected java.lang.String unique
protected java.lang.String mappedBy
| Constructor Detail |
|---|
public Value()
| Method Detail |
|---|
public Embedded getEmbedded()
Embeddedpublic void setEmbedded(Embedded value)
value - allowed object is
Embeddedpublic java.util.List<Column> getColumns()
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 columns property.
For example, to add a new item, do as follows:
getColumns().add(newItem);
Objects of the following type(s) are allowed in the list
Column
public ForeignKey getForeignKey()
ForeignKeypublic void setForeignKey(ForeignKey value)
value - allowed object is
ForeignKeypublic Index getIndex()
Indexpublic void setIndex(Index value)
value - allowed object is
Indexpublic Unique getUniqueElement()
Uniquepublic void setUniqueElement(Unique value)
value - allowed object is
Uniquepublic 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 getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTable()
Stringpublic void setTable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeleteAction()
Stringpublic void setDeleteAction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpdateAction()
Stringpublic void setUpdateAction(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIndexed()
Stringpublic void setIndexed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnique()
Stringpublic void setUnique(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMappedBy()
Stringpublic void setMappedBy(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 | |||||||||