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

com.lapetus_ltd._2009.xml.types
Class XLptsDBCreateTableConstraintType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBCreateTableConstraintType
Direct Known Subclasses:
TLptsDBCreateTableConstraintType

public class XLptsDBCreateTableConstraintType
extends java.lang.Object

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

constraint

protected java.lang.String constraint

constraintType

protected XLptsDBCreateTableConstraintParameterType constraintType

id

protected java.lang.String id

name

protected java.lang.String name

references

protected java.lang.String references
Constructor Detail

XLptsDBCreateTableConstraintType

public XLptsDBCreateTableConstraintType()
Method Detail

getConstraint

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

Returns:
possible object is String

getConstraintType

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

Returns:
possible object is XLptsDBCreateTableConstraintParameterType

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

getReferences

public java.lang.String getReferences()
Gets the value of the references property.

Returns:
possible 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(XLptsDBCreateTableConstraintParameterType value)
Sets the value of the constraintType property.

Parameters:
value - allowed object is XLptsDBCreateTableConstraintParameterType

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

setReferences

public void setReferences(java.lang.String value)
Sets the value of the references property.

Parameters:
value - allowed object is String


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