public class DFUDataColumnWrapper extends Object
| Constructor and Description |
|---|
DFUDataColumnWrapper()
Instantiates a new DFU data column wrapper.
|
DFUDataColumnWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
Create a Data Column Info object from a axis-generated soap class DFUDataColumn.
|
DFUDataColumnWrapper(DFUDataColumnWrapper dfuDataColumnWrapper)
Instantiates a new DFU data column wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
copy(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
Copy a soap DFU Data Column object into the wrapper.
|
protected void |
copy(DFUDataColumnWrapper dfuDataColumnWrapper)
Copy a soap DFU Data Column object into the wrapper.
|
List<DFUDataColumnAnnotation> |
getAnnotations()
Gets the annotations.
|
List<DFUDataColumnWrapper> |
getChildColumns()
Gets the child columns.
|
String |
getColumnEclType()
Gets the column ecl type.
|
Integer |
getColumnID()
Gets the column ID.
|
String |
getColumnLabel()
Gets the column label.
|
Integer |
getColumnRawSize()
Gets the column raw size.
|
Integer |
getColumnSize()
Gets the column size.
|
String |
getColumnType()
Gets the column type.
|
String |
getColumnValue()
Gets the column value.
|
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] |
getDataColumns()
Gets the data columns.
|
Boolean |
getIsKeyedColumn()
Gets the checks if is keyed column.
|
Boolean |
getIsNaturalColumn()
Gets the checks if is natural column.
|
String |
getMaxcount()
Gets the maxcount.
|
String |
getMaxlength()
Gets the maxlength.
|
Integer |
getMaxSize()
Gets the max size.
|
String |
getOriginalEcl()
Gets the original ecl.
|
String |
getXmlDefaultVal()
Gets the xml default val.
|
String |
getXpath()
Gets the xpath.
|
boolean |
isBlob()
Checks if is blob.
|
boolean |
isIsblob()
Checks if is isblob.
|
void |
setAnnotations(List<DFUDataColumnAnnotation> annotations)
Sets the annotations.
|
void |
setBlob(boolean blob)
Sets the blob.
|
void |
setChildColumns(List<DFUDataColumnWrapper> childColumns)
Sets the child columns.
|
void |
setColumnEclType(String columnEclType)
Sets the column ecl type.
|
void |
setColumnID(Integer columnID)
Sets the column ID.
|
void |
setColumnLabel(String columnLabel)
Sets the column label.
|
void |
setColumnRawSize(Integer columnRawSize)
Sets the column raw size.
|
void |
setColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] childColumns)
Sets the columns.
|
void |
setColumnSize(Integer columnSize)
Sets the column size.
|
void |
setColumnType(String columnType)
Sets the column type.
|
void |
setColumnValue(String columnValue)
Sets the column value.
|
void |
setDataColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] dataColumns)
Sets the data columns.
|
void |
setIsblob(boolean isblob)
Sets the isblob.
|
void |
setIsKeyedColumn(Boolean isKeyedColumn)
Sets the checks if is keyed column.
|
void |
setIsNaturalColumn(Boolean isNaturalColumn)
Sets the checks if is natural column.
|
void |
setMaxcount(String maxcount)
Sets the maxcount.
|
void |
setMaxlength(String maxlength)
Sets the maxlength.
|
void |
setMaxSize(Integer maxSize)
Sets the max size.
|
void |
setOriginalEcl(String originalEcl)
Sets the original ecl.
|
void |
setXmlDefaultVal(String xmlDefaultVal)
Sets the xml default val.
|
void |
setXpath(String xpath)
Sets the xpath.
|
String |
toString() |
public DFUDataColumnWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
base - the basepublic DFUDataColumnWrapper()
public DFUDataColumnWrapper(DFUDataColumnWrapper dfuDataColumnWrapper)
dfuDataColumnWrapper - the dfu data column wrapperprotected void copy(DFUDataColumnWrapper dfuDataColumnWrapper)
dfuDataColumnWrapper - the dfu data column wrapperprotected void copy(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn base)
base - the basepublic List<DFUDataColumnWrapper> getChildColumns()
public void setChildColumns(List<DFUDataColumnWrapper> childColumns)
childColumns - - List of DFUDataColumnInfo objectspublic void setColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] childColumns)
childColumns - - Array of DFUDataColumn objectspublic String getOriginalEcl()
public void setOriginalEcl(String originalEcl)
originalEcl - the new original eclpublic String getXpath()
public void setXpath(String xpath)
xpath - the new xpathpublic String getXmlDefaultVal()
public void setXmlDefaultVal(String xmlDefaultVal)
xmlDefaultVal - the new xml default valpublic String getMaxcount()
public void setMaxcount(String maxcount)
maxcount - the new maxcountpublic String getMaxlength()
public void setMaxlength(String maxlength)
maxlength - the new maxlengthpublic List<DFUDataColumnAnnotation> getAnnotations()
public void setAnnotations(List<DFUDataColumnAnnotation> annotations)
annotations - the new annotationspublic boolean isBlob()
public void setBlob(boolean blob)
blob - the new blobpublic boolean isIsblob()
public void setIsblob(boolean isblob)
isblob - the isblob to setpublic Integer getColumnID()
public void setColumnID(Integer columnID)
columnID - the columnID to setpublic String getColumnLabel()
public void setColumnLabel(String columnLabel)
columnLabel - the columnLabel to setpublic String getColumnType()
public void setColumnType(String columnType)
columnType - the columnType to setpublic String getColumnValue()
public void setColumnValue(String columnValue)
columnValue - the columnValue to setpublic Integer getColumnSize()
public void setColumnSize(Integer columnSize)
columnSize - the columnSize to setpublic Integer getMaxSize()
public void setMaxSize(Integer maxSize)
maxSize - the maxSize to setpublic String getColumnEclType()
public void setColumnEclType(String columnEclType)
columnEclType - the columnEclType to setpublic Integer getColumnRawSize()
public void setColumnRawSize(Integer columnRawSize)
columnRawSize - the columnRawSize to setpublic Boolean getIsNaturalColumn()
public void setIsNaturalColumn(Boolean isNaturalColumn)
isNaturalColumn - the isNaturalColumn to setpublic Boolean getIsKeyedColumn()
public void setIsKeyedColumn(Boolean isKeyedColumn)
isKeyedColumn - the isKeyedColumn to setpublic org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] getDataColumns()
public void setDataColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUDataColumn[] dataColumns)
dataColumns - the dataColumns to setCopyright © 2021. All rights reserved.