|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Field
public class Field
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>
<choice minOccurs="0">
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}array"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}collection"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}map"/>
</choice>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}join" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}embedded" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}element" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}key" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}value" minOccurs="0"/>
<element ref="{http://java.sun.com/xml/ns/jdo/jdo}order" 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.field"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Array |
array
|
protected Collection |
collection
|
protected java.lang.String |
column
|
protected java.util.List<Column> |
columns
|
protected java.lang.String |
defaultFetchGroup
|
protected java.lang.String |
deleteAction
|
protected java.lang.String |
dependent
|
protected Element |
element
|
protected java.lang.String |
embedded
|
protected Embedded |
embeddedElement
|
protected java.util.List<Extension> |
extensions
|
protected java.lang.String |
fieldType
|
protected ForeignKey |
foreignKey
|
protected Index |
index
|
protected java.lang.String |
indexed
|
protected Join |
join
|
protected Key |
key
|
protected java.lang.String |
loadFetchGroup
|
protected Map |
map
|
protected java.lang.String |
mappedBy
|
protected java.lang.String |
name
|
protected java.lang.String |
nullValue
|
protected Order |
order
|
protected java.lang.String |
persistenceModifier
|
protected java.lang.String |
primaryKey
|
protected java.lang.String |
recursionDepth
|
protected java.lang.String |
sequence
|
protected java.lang.String |
serialized
|
protected java.lang.String |
table
|
protected java.lang.String |
unique
|
protected Unique |
uniqueElement
|
protected Value |
value
|
protected java.lang.String |
valueStrategy
|
| Constructor Summary | |
|---|---|
Field()
|
|
| Method Summary | |
|---|---|
Array |
getArray()
Gets the value of the array property. |
Collection |
getCollection()
Gets the value of the collection property. |
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 |
getDefaultFetchGroup()
Gets the value of the defaultFetchGroup property. |
java.lang.String |
getDeleteAction()
Gets the value of the deleteAction property. |
java.lang.String |
getDependent()
Gets the value of the dependent property. |
Element |
getElement()
Gets the value of the element property. |
java.lang.String |
getEmbedded()
Gets the value of the embedded property. |
Embedded |
getEmbeddedElement()
Gets the value of the embeddedElement property. |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property. |
java.lang.String |
getFieldType()
Gets the value of the fieldType 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. |
Join |
getJoin()
Gets the value of the join property. |
Key |
getKey()
Gets the value of the key property. |
java.lang.String |
getLoadFetchGroup()
Gets the value of the loadFetchGroup property. |
Map |
getMap()
Gets the value of the map property. |
java.lang.String |
getMappedBy()
Gets the value of the mappedBy property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNullValue()
Gets the value of the nullValue property. |
Order |
getOrder()
Gets the value of the order property. |
java.lang.String |
getPersistenceModifier()
Gets the value of the persistenceModifier property. |
java.lang.String |
getPrimaryKey()
Gets the value of the primaryKey property. |
java.lang.String |
getRecursionDepth()
Gets the value of the recursionDepth property. |
java.lang.String |
getSequence()
Gets the value of the sequence property. |
java.lang.String |
getSerialized()
Gets the value of the serialized 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. |
Value |
getValue()
Gets the value of the value property. |
java.lang.String |
getValueStrategy()
Gets the value of the valueStrategy property. |
void |
setArray(Array value)
Sets the value of the array property. |
void |
setCollection(Collection value)
Sets the value of the collection property. |
void |
setColumn(java.lang.String value)
Sets the value of the column property. |
void |
setDefaultFetchGroup(java.lang.String value)
Sets the value of the defaultFetchGroup property. |
void |
setDeleteAction(java.lang.String value)
Sets the value of the deleteAction property. |
void |
setDependent(java.lang.String value)
Sets the value of the dependent property. |
void |
setElement(Element value)
Sets the value of the element property. |
void |
setEmbedded(java.lang.String value)
Sets the value of the embedded property. |
void |
setEmbeddedElement(Embedded value)
Sets the value of the embeddedElement property. |
void |
setFieldType(java.lang.String value)
Sets the value of the fieldType 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 |
setJoin(Join value)
Sets the value of the join property. |
void |
setKey(Key value)
Sets the value of the key property. |
void |
setLoadFetchGroup(java.lang.String value)
Sets the value of the loadFetchGroup property. |
void |
setMap(Map value)
Sets the value of the map property. |
void |
setMappedBy(java.lang.String value)
Sets the value of the mappedBy property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNullValue(java.lang.String value)
Sets the value of the nullValue property. |
void |
setOrder(Order value)
Sets the value of the order property. |
void |
setPersistenceModifier(java.lang.String value)
Sets the value of the persistenceModifier property. |
void |
setPrimaryKey(java.lang.String value)
Sets the value of the primaryKey property. |
void |
setRecursionDepth(java.lang.String value)
Sets the value of the recursionDepth property. |
void |
setSequence(java.lang.String value)
Sets the value of the sequence property. |
void |
setSerialized(java.lang.String value)
Sets the value of the serialized 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 |
setValue(Value value)
Sets the value of the value property. |
void |
setValueStrategy(java.lang.String value)
Sets the value of the valueStrategy property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Map map
protected Collection collection
protected Array array
protected Join join
protected Embedded embeddedElement
protected Element element
protected Key key
protected Value value
protected Order order
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 name
protected java.lang.String persistenceModifier
protected java.lang.String fieldType
protected java.lang.String table
protected java.lang.String column
protected java.lang.String primaryKey
protected java.lang.String nullValue
protected java.lang.String defaultFetchGroup
protected java.lang.String embedded
protected java.lang.String serialized
protected java.lang.String dependent
protected java.lang.String valueStrategy
protected java.lang.String deleteAction
protected java.lang.String indexed
protected java.lang.String unique
protected java.lang.String sequence
protected java.lang.String loadFetchGroup
protected java.lang.String recursionDepth
protected java.lang.String mappedBy
| Constructor Detail |
|---|
public Field()
| Method Detail |
|---|
public Map getMap()
Mappublic void setMap(Map value)
value - allowed object is
Mappublic Collection getCollection()
Collectionpublic void setCollection(Collection value)
value - allowed object is
Collectionpublic Array getArray()
Arraypublic void setArray(Array value)
value - allowed object is
Arraypublic Join getJoin()
Joinpublic void setJoin(Join value)
value - allowed object is
Joinpublic Embedded getEmbeddedElement()
Embeddedpublic void setEmbeddedElement(Embedded value)
value - allowed object is
Embeddedpublic Element getElement()
Elementpublic void setElement(Element value)
value - allowed object is
Elementpublic Key getKey()
Keypublic void setKey(Key value)
value - allowed object is
Keypublic Value getValue()
Valuepublic void setValue(Value value)
value - allowed object is
Valuepublic Order getOrder()
Orderpublic void setOrder(Order value)
value - allowed object is
Orderpublic 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 getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersistenceModifier()
Stringpublic void setPersistenceModifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFieldType()
Stringpublic void setFieldType(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 getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrimaryKey()
Stringpublic void setPrimaryKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNullValue()
Stringpublic void setNullValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultFetchGroup()
Stringpublic void setDefaultFetchGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmbedded()
Stringpublic void setEmbedded(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerialized()
Stringpublic void setSerialized(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDependent()
Stringpublic void setDependent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValueStrategy()
Stringpublic void setValueStrategy(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 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 getSequence()
Stringpublic void setSequence(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLoadFetchGroup()
Stringpublic void setLoadFetchGroup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecursionDepth()
Stringpublic void setRecursionDepth(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 | |||||||||