|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.sdo.access.provider.jdo.Property
public class Property
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.property"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Array |
array
|
protected Collection |
collection
|
protected String |
column
|
protected List<Column> |
columns
|
protected String |
defaultFetchGroup
|
protected String |
deleteAction
|
protected String |
dependent
|
protected Element |
element
|
protected String |
embedded
|
protected Embedded |
embeddedElement
|
protected List<Extension> |
extensions
|
protected String |
fieldName
|
protected String |
fieldType
|
protected ForeignKey |
foreignKey
|
protected Index |
index
|
protected String |
indexed
|
protected Join |
join
|
protected Key |
key
|
protected String |
loadFetchGroup
|
protected Map |
map
|
protected String |
mappedBy
|
protected String |
name
|
protected String |
nullValue
|
protected Order |
order
|
protected String |
persistenceModifier
|
protected String |
primaryKey
|
protected String |
recursionDepth
|
protected String |
sequence
|
protected String |
serialized
|
protected String |
table
|
protected String |
unique
|
protected Unique |
uniqueElement
|
protected Value |
value
|
protected String |
valueStrategy
|
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
Array |
getArray()
Gets the value of the array property. |
Collection |
getCollection()
Gets the value of the collection property. |
String |
getColumn()
Gets the value of the column property. |
List<Column> |
getColumns()
Gets the value of the columns property. |
String |
getDefaultFetchGroup()
Gets the value of the defaultFetchGroup property. |
String |
getDeleteAction()
Gets the value of the deleteAction property. |
String |
getDependent()
Gets the value of the dependent property. |
Element |
getElement()
Gets the value of the element property. |
String |
getEmbedded()
Gets the value of the embedded property. |
Embedded |
getEmbeddedElement()
Gets the value of the embeddedElement property. |
List<Extension> |
getExtensions()
Gets the value of the extensions property. |
String |
getFieldName()
Gets the value of the fieldName property. |
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. |
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. |
String |
getLoadFetchGroup()
Gets the value of the loadFetchGroup property. |
Map |
getMap()
Gets the value of the map property. |
String |
getMappedBy()
Gets the value of the mappedBy property. |
String |
getName()
Gets the value of the name property. |
String |
getNullValue()
Gets the value of the nullValue property. |
Order |
getOrder()
Gets the value of the order property. |
String |
getPersistenceModifier()
Gets the value of the persistenceModifier property. |
String |
getPrimaryKey()
Gets the value of the primaryKey property. |
String |
getRecursionDepth()
Gets the value of the recursionDepth property. |
String |
getSequence()
Gets the value of the sequence property. |
String |
getSerialized()
Gets the value of the serialized property. |
String |
getTable()
Gets the value of the table property. |
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. |
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(String value)
Sets the value of the column property. |
void |
setDefaultFetchGroup(String value)
Sets the value of the defaultFetchGroup property. |
void |
setDeleteAction(String value)
Sets the value of the deleteAction property. |
void |
setDependent(String value)
Sets the value of the dependent property. |
void |
setElement(Element value)
Sets the value of the element property. |
void |
setEmbedded(String value)
Sets the value of the embedded property. |
void |
setEmbeddedElement(Embedded value)
Sets the value of the embeddedElement property. |
void |
setFieldName(String value)
Sets the value of the fieldName property. |
void |
setFieldType(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(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(String value)
Sets the value of the loadFetchGroup property. |
void |
setMap(Map value)
Sets the value of the map property. |
void |
setMappedBy(String value)
Sets the value of the mappedBy property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullValue(String value)
Sets the value of the nullValue property. |
void |
setOrder(Order value)
Sets the value of the order property. |
void |
setPersistenceModifier(String value)
Sets the value of the persistenceModifier property. |
void |
setPrimaryKey(String value)
Sets the value of the primaryKey property. |
void |
setRecursionDepth(String value)
Sets the value of the recursionDepth property. |
void |
setSequence(String value)
Sets the value of the sequence property. |
void |
setSerialized(String value)
Sets the value of the serialized property. |
void |
setTable(String value)
Sets the value of the table property. |
void |
setUnique(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(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 List<Column> columns
protected ForeignKey foreignKey
protected Index index
protected Unique uniqueElement
protected List<Extension> extensions
protected String name
protected String persistenceModifier
protected String defaultFetchGroup
protected String loadFetchGroup
protected String nullValue
protected String dependent
protected String embedded
protected String primaryKey
protected String valueStrategy
protected String sequence
protected String serialized
protected String fieldType
protected String table
protected String column
protected String deleteAction
protected String indexed
protected String unique
protected String mappedBy
protected String recursionDepth
protected String fieldName
| Constructor Detail |
|---|
public Property()
| 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 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 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 getPersistenceModifier()
Stringpublic void setPersistenceModifier(String value)
value - allowed object is
Stringpublic String getDefaultFetchGroup()
Stringpublic void setDefaultFetchGroup(String value)
value - allowed object is
Stringpublic String getLoadFetchGroup()
Stringpublic void setLoadFetchGroup(String value)
value - allowed object is
Stringpublic String getNullValue()
Stringpublic void setNullValue(String value)
value - allowed object is
Stringpublic String getDependent()
Stringpublic void setDependent(String value)
value - allowed object is
Stringpublic String getEmbedded()
Stringpublic void setEmbedded(String value)
value - allowed object is
Stringpublic String getPrimaryKey()
Stringpublic void setPrimaryKey(String value)
value - allowed object is
Stringpublic String getValueStrategy()
Stringpublic void setValueStrategy(String value)
value - allowed object is
Stringpublic String getSequence()
Stringpublic void setSequence(String value)
value - allowed object is
Stringpublic String getSerialized()
Stringpublic void setSerialized(String value)
value - allowed object is
Stringpublic String getFieldType()
Stringpublic void setFieldType(String value)
value - allowed object is
Stringpublic String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getDeleteAction()
Stringpublic void setDeleteAction(String value)
value - allowed object is
Stringpublic String getIndexed()
Stringpublic void setIndexed(String value)
value - allowed object is
Stringpublic String getUnique()
Stringpublic void setUnique(String value)
value - allowed object is
Stringpublic String getMappedBy()
Stringpublic void setMappedBy(String value)
value - allowed object is
Stringpublic String getRecursionDepth()
Stringpublic void setRecursionDepth(String value)
value - allowed object is
Stringpublic String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||