Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateColumnConstraintType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateColumnConstraintType
Direct Known Subclasses:
TLptsDBCreateColumnConstraintType

public class XLptsDBCreateColumnConstraintType
extends java.lang.Object

XSD Generated Class: This holds all the information for a single column constraint. This is kept in a list in the create column structure.

Java class for XLptsDBCreateColumnConstraintType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XLptsDBCreateColumnConstraintType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="constraintType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateColumnConstraintParameterType"/>
         <element name="constraint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="table" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="column" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="onDelete" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateColumnConstraintOnDeleteUpdateType"/>
         <element name="onUpdate" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateColumnConstraintOnDeleteUpdateType"/>
         <element name="columnId" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String column
           
protected  java.lang.String columnId
           
protected  java.lang.String constraint
           
protected  XLptsDBCreateColumnConstraintParameterType constraintType
           
protected  java.lang.String id
           
protected  java.lang.String name
           
protected  XLptsDBCreateColumnConstraintOnDeleteUpdateType onDelete
           
protected  XLptsDBCreateColumnConstraintOnDeleteUpdateType onUpdate
           
protected  java.lang.String table
           
 
Constructor Summary
XLptsDBCreateColumnConstraintType()
           
 
Method Summary
 java.lang.String getColumn()
          Gets the value of the column property.
 java.lang.String getColumnId()
          Gets the value of the columnId property.
 java.lang.String getConstraint()
          Gets the value of the constraint property.
 XLptsDBCreateColumnConstraintParameterType getConstraintType()
          Gets the value of the constraintType property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getName()
          Gets the value of the name property.
 XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnDelete()
          Gets the value of the onDelete property.
 XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnUpdate()
          Gets the value of the onUpdate property.
 java.lang.String getTable()
          Gets the value of the table property.
 void setColumn(java.lang.String value)
          Sets the value of the column property.
 void setColumnId(java.lang.String value)
          Sets the value of the columnId property.
 void setConstraint(java.lang.String value)
          Sets the value of the constraint property.
 void setConstraintType(XLptsDBCreateColumnConstraintParameterType value)
          Sets the value of the constraintType property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOnDelete(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
          Sets the value of the onDelete property.
 void setOnUpdate(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
          Sets the value of the onUpdate property.
 void setTable(java.lang.String value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected java.lang.String column

columnId

protected java.lang.String columnId

constraint

protected java.lang.String constraint

constraintType

protected XLptsDBCreateColumnConstraintParameterType constraintType

id

protected java.lang.String id

name

protected java.lang.String name

onDelete

protected XLptsDBCreateColumnConstraintOnDeleteUpdateType onDelete

onUpdate

protected XLptsDBCreateColumnConstraintOnDeleteUpdateType onUpdate

table

protected java.lang.String table
Constructor Detail

XLptsDBCreateColumnConstraintType

public XLptsDBCreateColumnConstraintType()
Method Detail

getColumn

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

Returns:
possible object is String

getColumnId

public java.lang.String getColumnId()
Gets the value of the columnId property.

Returns:
possible object is String

getConstraint

public java.lang.String getConstraint()
Gets the value of the constraint property.

Returns:
possible object is String

getConstraintType

public XLptsDBCreateColumnConstraintParameterType getConstraintType()
Gets the value of the constraintType property.

Returns:
possible object is XLptsDBCreateColumnConstraintParameterType

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

getOnDelete

public XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnDelete()
Gets the value of the onDelete property.

Returns:
possible object is XLptsDBCreateColumnConstraintOnDeleteUpdateType

getOnUpdate

public XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnUpdate()
Gets the value of the onUpdate property.

Returns:
possible object is XLptsDBCreateColumnConstraintOnDeleteUpdateType

getTable

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

Returns:
possible object is String

setColumn

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

Parameters:
value - allowed object is String

setColumnId

public void setColumnId(java.lang.String value)
Sets the value of the columnId property.

Parameters:
value - allowed object is String

setConstraint

public void setConstraint(java.lang.String value)
Sets the value of the constraint property.

Parameters:
value - allowed object is String

setConstraintType

public void setConstraintType(XLptsDBCreateColumnConstraintParameterType value)
Sets the value of the constraintType property.

Parameters:
value - allowed object is XLptsDBCreateColumnConstraintParameterType

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

setOnDelete

public void setOnDelete(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
Sets the value of the onDelete property.

Parameters:
value - allowed object is XLptsDBCreateColumnConstraintOnDeleteUpdateType

setOnUpdate

public void setOnUpdate(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
Sets the value of the onUpdate property.

Parameters:
value - allowed object is XLptsDBCreateColumnConstraintOnDeleteUpdateType

setTable

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

Parameters:
value - allowed object is String


Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)