org.plasma.sdo.access.provider.jdo
Class Value

java.lang.Object
  extended by org.plasma.sdo.access.provider.jdo.Value

public class Value
extends Object

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  String column
           
protected  List<Column> columns
           
protected  String deleteAction
           
protected  Embedded embedded
           
protected  List<Extension> extensions
           
protected  ForeignKey foreignKey
           
protected  Index index
           
protected  String indexed
           
protected  String mappedBy
           
protected  String table
           
protected  String unique
           
protected  Unique uniqueElement
           
protected  String updateAction
           
 
Constructor Summary
Value()
           
 
Method Summary
 String getColumn()
          Gets the value of the column property.
 List<Column> getColumns()
          Gets the value of the columns property.
 String getDeleteAction()
          Gets the value of the deleteAction property.
 Embedded getEmbedded()
          Gets the value of the embedded property.
 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.
 String getIndexed()
          Gets the value of the indexed property.
 String getMappedBy()
          Gets the value of the mappedBy 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.
 String getUpdateAction()
          Gets the value of the updateAction property.
 void setColumn(String value)
          Sets the value of the column property.
 void setDeleteAction(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(String value)
          Sets the value of the indexed property.
 void setMappedBy(String value)
          Sets the value of the mappedBy 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 setUpdateAction(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

embedded

protected Embedded embedded

columns

protected List<Column> columns

foreignKey

protected ForeignKey foreignKey

index

protected Index index

uniqueElement

protected Unique uniqueElement

extensions

protected List<Extension> extensions

column

protected String column

table

protected String table

deleteAction

protected String deleteAction

updateAction

protected String updateAction

indexed

protected String indexed

unique

protected String unique

mappedBy

protected String mappedBy
Constructor Detail

Value

public Value()
Method Detail

getEmbedded

public Embedded getEmbedded()
Gets the value of the embedded property.

Returns:
possible object is Embedded

setEmbedded

public void setEmbedded(Embedded value)
Sets the value of the embedded property.

Parameters:
value - allowed object is Embedded

getColumns

public List<Column> getColumns()
Gets the value of the columns property.

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


getForeignKey

public ForeignKey getForeignKey()
Gets the value of the foreignKey property.

Returns:
possible object is ForeignKey

setForeignKey

public void setForeignKey(ForeignKey value)
Sets the value of the foreignKey property.

Parameters:
value - allowed object is ForeignKey

getIndex

public Index getIndex()
Gets the value of the index property.

Returns:
possible object is Index

setIndex

public void setIndex(Index value)
Sets the value of the index property.

Parameters:
value - allowed object is Index

getUniqueElement

public Unique getUniqueElement()
Gets the value of the uniqueElement property.

Returns:
possible object is Unique

setUniqueElement

public void setUniqueElement(Unique value)
Sets the value of the uniqueElement property.

Parameters:
value - allowed object is Unique

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions property.

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


getColumn

public String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(String value)
Sets the value of the column property.

Parameters:
value - allowed object is String

getTable

public String getTable()
Gets the value of the table property.

Returns:
possible object is String

setTable

public void setTable(String value)
Sets the value of the table property.

Parameters:
value - allowed object is String

getDeleteAction

public String getDeleteAction()
Gets the value of the deleteAction property.

Returns:
possible object is String

setDeleteAction

public void setDeleteAction(String value)
Sets the value of the deleteAction property.

Parameters:
value - allowed object is String

getUpdateAction

public String getUpdateAction()
Gets the value of the updateAction property.

Returns:
possible object is String

setUpdateAction

public void setUpdateAction(String value)
Sets the value of the updateAction property.

Parameters:
value - allowed object is String

getIndexed

public String getIndexed()
Gets the value of the indexed property.

Returns:
possible object is String

setIndexed

public void setIndexed(String value)
Sets the value of the indexed property.

Parameters:
value - allowed object is String

getUnique

public String getUnique()
Gets the value of the unique property.

Returns:
possible object is String

setUnique

public void setUnique(String value)
Sets the value of the unique property.

Parameters:
value - allowed object is String

getMappedBy

public String getMappedBy()
Gets the value of the mappedBy property.

Returns:
possible object is String

setMappedBy

public void setMappedBy(String value)
Sets the value of the mappedBy property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.