|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBCreateColumnConstraintType
public class XLptsDBCreateColumnConstraintType
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 |
---|
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 Detail |
---|
public XLptsDBCreateColumnConstraintType()
Method Detail |
---|
public java.lang.String getColumn()
String
public java.lang.String getColumnId()
String
public java.lang.String getConstraint()
String
public XLptsDBCreateColumnConstraintParameterType getConstraintType()
XLptsDBCreateColumnConstraintParameterType
public java.lang.String getId()
String
public java.lang.String getName()
String
public XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnDelete()
XLptsDBCreateColumnConstraintOnDeleteUpdateType
public XLptsDBCreateColumnConstraintOnDeleteUpdateType getOnUpdate()
XLptsDBCreateColumnConstraintOnDeleteUpdateType
public java.lang.String getTable()
String
public void setColumn(java.lang.String value)
value
- allowed object is
String
public void setColumnId(java.lang.String value)
value
- allowed object is
String
public void setConstraint(java.lang.String value)
value
- allowed object is
String
public void setConstraintType(XLptsDBCreateColumnConstraintParameterType value)
value
- allowed object is
XLptsDBCreateColumnConstraintParameterType
public void setId(java.lang.String value)
value
- allowed object is
String
public void setName(java.lang.String value)
value
- allowed object is
String
public void setOnDelete(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
value
- allowed object is
XLptsDBCreateColumnConstraintOnDeleteUpdateType
public void setOnUpdate(XLptsDBCreateColumnConstraintOnDeleteUpdateType value)
value
- allowed object is
XLptsDBCreateColumnConstraintOnDeleteUpdateType
public void setTable(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 |