|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBCreateStatementColumnType
public class XLptsDBCreateStatementColumnType
XSD Generated Class: This is the create statement column type, which holds all the information for a new column in the create capability.
Java class for XLptsDBCreateStatementColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XLptsDBCreateStatementColumnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="column" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sqlType" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementColumnSqlType"/> <element name="sizes" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementColumnSizeType"/> <element name="constraintTypeList" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateColumnConstraintType" maxOccurs="unbounded" minOccurs="0"/> <element name="default" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementColumnDefaultType"/> <element name="collate" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDBCreateStatementColumnCollateType"/> </sequence> <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected XLptsDBCreateStatementColumnDefaultType |
_default
|
protected XLptsDBCreateStatementColumnCollateType |
collate
|
protected java.lang.String |
column
|
protected java.util.List<XLptsDBCreateColumnConstraintType> |
constraintTypeList
|
protected java.lang.String |
id
|
protected XLptsDBCreateStatementColumnSizeType |
sizes
|
protected XLptsDBCreateStatementColumnSqlType |
sqlType
|
Constructor Summary | |
---|---|
XLptsDBCreateStatementColumnType()
|
Method Summary | |
---|---|
XLptsDBCreateStatementColumnCollateType |
getCollate()
Gets the value of the collate property. |
java.lang.String |
getColumn()
Gets the value of the column property. |
java.util.List<XLptsDBCreateColumnConstraintType> |
getConstraintTypeList()
Gets the value of the constraintTypeList property. |
XLptsDBCreateStatementColumnDefaultType |
getDefault()
Gets the value of the default property. |
java.lang.String |
getId()
Gets the value of the id property. |
XLptsDBCreateStatementColumnSizeType |
getSizes()
Gets the value of the sizes property. |
XLptsDBCreateStatementColumnSqlType |
getSqlType()
Gets the value of the sqlType property. |
void |
setCollate(XLptsDBCreateStatementColumnCollateType value)
Sets the value of the collate property. |
void |
setColumn(java.lang.String value)
Sets the value of the column property. |
void |
setDefault(XLptsDBCreateStatementColumnDefaultType value)
Sets the value of the default property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSizes(XLptsDBCreateStatementColumnSizeType value)
Sets the value of the sizes property. |
void |
setSqlType(XLptsDBCreateStatementColumnSqlType value)
Sets the value of the sqlType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected XLptsDBCreateStatementColumnDefaultType _default
protected XLptsDBCreateStatementColumnCollateType collate
protected java.lang.String column
protected java.util.List<XLptsDBCreateColumnConstraintType> constraintTypeList
protected java.lang.String id
protected XLptsDBCreateStatementColumnSizeType sizes
protected XLptsDBCreateStatementColumnSqlType sqlType
Constructor Detail |
---|
public XLptsDBCreateStatementColumnType()
Method Detail |
---|
public XLptsDBCreateStatementColumnCollateType getCollate()
XLptsDBCreateStatementColumnCollateType
public java.lang.String getColumn()
String
public java.util.List<XLptsDBCreateColumnConstraintType> getConstraintTypeList()
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 constraintTypeList property.
For example, to add a new item, do as follows:
getConstraintTypeList().add(newItem);
Objects of the following type(s) are allowed in the list
XLptsDBCreateColumnConstraintType
public XLptsDBCreateStatementColumnDefaultType getDefault()
XLptsDBCreateStatementColumnDefaultType
public java.lang.String getId()
String
public XLptsDBCreateStatementColumnSizeType getSizes()
XLptsDBCreateStatementColumnSizeType
public XLptsDBCreateStatementColumnSqlType getSqlType()
XLptsDBCreateStatementColumnSqlType
public void setCollate(XLptsDBCreateStatementColumnCollateType value)
value
- allowed object is
XLptsDBCreateStatementColumnCollateType
public void setColumn(java.lang.String value)
value
- allowed object is
String
public void setDefault(XLptsDBCreateStatementColumnDefaultType value)
value
- allowed object is
XLptsDBCreateStatementColumnDefaultType
public void setId(java.lang.String value)
value
- allowed object is
String
public void setSizes(XLptsDBCreateStatementColumnSizeType value)
value
- allowed object is
XLptsDBCreateStatementColumnSizeType
public void setSqlType(XLptsDBCreateStatementColumnSqlType value)
value
- allowed object is
XLptsDBCreateStatementColumnSqlType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |