|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBCreateTableConstraintType
public class XLptsDBCreateTableConstraintType
XSD Generated Class: This holds the constraint information for a new column in the create table capability.
Java class for XLptsDBCreateTableConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBCreateTableConstraintType"> <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}XLptsDBCreateTableConstraintParameterType"/> <element name="constraint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="references" type="{http://www.w3.org/2001/XMLSchema}string"/> </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 |
constraint
|
protected XLptsDBCreateTableConstraintParameterType |
constraintType
|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
protected java.lang.String |
references
|
Constructor Summary | |
---|---|
XLptsDBCreateTableConstraintType()
|
Method Summary | |
---|---|
java.lang.String |
getConstraint()
Gets the value of the constraint property. |
XLptsDBCreateTableConstraintParameterType |
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. |
java.lang.String |
getReferences()
Gets the value of the references property. |
void |
setConstraint(java.lang.String value)
Sets the value of the constraint property. |
void |
setConstraintType(XLptsDBCreateTableConstraintParameterType 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 |
setReferences(java.lang.String value)
Sets the value of the references 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 constraint
protected XLptsDBCreateTableConstraintParameterType constraintType
protected java.lang.String id
protected java.lang.String name
protected java.lang.String references
Constructor Detail |
---|
public XLptsDBCreateTableConstraintType()
Method Detail |
---|
public java.lang.String getConstraint()
String
public XLptsDBCreateTableConstraintParameterType getConstraintType()
XLptsDBCreateTableConstraintParameterType
public java.lang.String getId()
String
public java.lang.String getName()
String
public java.lang.String getReferences()
String
public void setConstraint(java.lang.String value)
value
- allowed object is
String
public void setConstraintType(XLptsDBCreateTableConstraintParameterType value)
value
- allowed object is
XLptsDBCreateTableConstraintParameterType
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 setReferences(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 |