Class DFUDataColumnWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUDataColumnWrapper
-
- Direct Known Subclasses:
DFURecordDefWrapper
public class DFUDataColumnWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description DFUDataColumnWrapper()Instantiates a new DFU data column wrapper.DFUDataColumnWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcopy(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn base)Copy a soap DFU Data Column object into the wrapper.protected voidcopy(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.StringgetColumnEclType()Gets the column ecl type.IntegergetColumnID()Gets the column ID.StringgetColumnLabel()Gets the column label.IntegergetColumnRawSize()Gets the column raw size.IntegergetColumnSize()Gets the column size.StringgetColumnType()Gets the column type.StringgetColumnValue()Gets the column value.org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[]getDataColumns()Gets the data columns.BooleangetIsKeyedColumn()Gets the checks if is keyed column.BooleangetIsNaturalColumn()Gets the checks if is natural column.StringgetMaxcount()Gets the maxcount.StringgetMaxlength()Gets the maxlength.IntegergetMaxSize()Gets the max size.StringgetOriginalEcl()Gets the original ecl.StringgetXmlDefaultVal()Gets the xml default val.StringgetXpath()Gets the xpath.booleanisBlob()Checks if is blob.booleanisIsblob()Checks if is isblob.voidsetAnnotations(List<DFUDataColumnAnnotation> annotations)Sets the annotations.voidsetBlob(boolean blob)Sets the blob.voidsetChildColumns(List<DFUDataColumnWrapper> childColumns)Sets the child columns.voidsetColumnEclType(String columnEclType)Sets the column ecl type.voidsetColumnID(Integer columnID)Sets the column ID.voidsetColumnLabel(String columnLabel)Sets the column label.voidsetColumnRawSize(Integer columnRawSize)Sets the column raw size.voidsetColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[] childColumns)Sets the columns.voidsetColumnSize(Integer columnSize)Sets the column size.voidsetColumnType(String columnType)Sets the column type.voidsetColumnValue(String columnValue)Sets the column value.voidsetDataColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[] dataColumns)Sets the data columns.voidsetIsblob(boolean isblob)Sets the isblob.voidsetIsKeyedColumn(Boolean isKeyedColumn)Sets the checks if is keyed column.voidsetIsNaturalColumn(Boolean isNaturalColumn)Sets the checks if is natural column.voidsetMaxcount(String maxcount)Sets the maxcount.voidsetMaxlength(String maxlength)Sets the maxlength.voidsetMaxSize(Integer maxSize)Sets the max size.voidsetOriginalEcl(String originalEcl)Sets the original ecl.voidsetXmlDefaultVal(String xmlDefaultVal)Sets the xml default val.voidsetXpath(String xpath)Sets the xpath.StringtoString()
-
-
-
Constructor Detail
-
DFUDataColumnWrapper
public DFUDataColumnWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn base)
Create a Data Column Info object from a axis-generated soap class DFUDataColumn.- Parameters:
base- the base
-
DFUDataColumnWrapper
public DFUDataColumnWrapper()
Instantiates a new DFU data column wrapper.
-
DFUDataColumnWrapper
public DFUDataColumnWrapper(DFUDataColumnWrapper dfuDataColumnWrapper)
Instantiates a new DFU data column wrapper.- Parameters:
dfuDataColumnWrapper- the dfu data column wrapper
-
-
Method Detail
-
copy
protected void copy(DFUDataColumnWrapper dfuDataColumnWrapper)
Copy a soap DFU Data Column object into the wrapper.- Parameters:
dfuDataColumnWrapper- the dfu data column wrapper
-
copy
protected void copy(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn base)
Copy a soap DFU Data Column object into the wrapper.- Parameters:
base- the base
-
getChildColumns
public List<DFUDataColumnWrapper> getChildColumns()
Gets the child columns.- Returns:
- list of child columns if this column is a dataset type column
-
setChildColumns
public void setChildColumns(List<DFUDataColumnWrapper> childColumns)
Sets the child columns.- Parameters:
childColumns- - List of DFUDataColumnInfo objects
-
setColumns
public void setColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[] childColumns)
Sets the columns.- Parameters:
childColumns- - Array of DFUDataColumn objects
-
getOriginalEcl
public String getOriginalEcl()
Gets the original ecl.- Returns:
- the original ecl
-
setOriginalEcl
public void setOriginalEcl(String originalEcl)
Sets the original ecl.- Parameters:
originalEcl- the new original ecl
-
getXpath
public String getXpath()
Gets the xpath.- Returns:
- the xpath
-
setXpath
public void setXpath(String xpath)
Sets the xpath.- Parameters:
xpath- the new xpath
-
getXmlDefaultVal
public String getXmlDefaultVal()
Gets the xml default val.- Returns:
- the xml default val
-
setXmlDefaultVal
public void setXmlDefaultVal(String xmlDefaultVal)
Sets the xml default val.- Parameters:
xmlDefaultVal- the new xml default val
-
getMaxcount
public String getMaxcount()
Gets the maxcount.- Returns:
- the maxcount
-
setMaxcount
public void setMaxcount(String maxcount)
Sets the maxcount.- Parameters:
maxcount- the new maxcount
-
getMaxlength
public String getMaxlength()
Gets the maxlength.- Returns:
- the maxlength
-
setMaxlength
public void setMaxlength(String maxlength)
Sets the maxlength.- Parameters:
maxlength- the new maxlength
-
getAnnotations
public List<DFUDataColumnAnnotation> getAnnotations()
Gets the annotations.- Returns:
- the annotations
-
setAnnotations
public void setAnnotations(List<DFUDataColumnAnnotation> annotations)
Sets the annotations.- Parameters:
annotations- the new annotations
-
isBlob
public boolean isBlob()
Checks if is blob.- Returns:
- true, if is blob
-
setBlob
public void setBlob(boolean blob)
Sets the blob.- Parameters:
blob- the new blob
-
isIsblob
public boolean isIsblob()
Checks if is isblob.- Returns:
- the isblob
-
setIsblob
public void setIsblob(boolean isblob)
Sets the isblob.- Parameters:
isblob- the isblob to set
-
getColumnID
public Integer getColumnID()
Gets the column ID.- Returns:
- the columnID
-
setColumnID
public void setColumnID(Integer columnID)
Sets the column ID.- Parameters:
columnID- the columnID to set
-
getColumnLabel
public String getColumnLabel()
Gets the column label.- Returns:
- the columnLabel
-
setColumnLabel
public void setColumnLabel(String columnLabel)
Sets the column label.- Parameters:
columnLabel- the columnLabel to set
-
getColumnType
public String getColumnType()
Gets the column type.- Returns:
- the columnType
-
setColumnType
public void setColumnType(String columnType)
Sets the column type.- Parameters:
columnType- the columnType to set
-
getColumnValue
public String getColumnValue()
Gets the column value.- Returns:
- the columnValue
-
setColumnValue
public void setColumnValue(String columnValue)
Sets the column value.- Parameters:
columnValue- the columnValue to set
-
getColumnSize
public Integer getColumnSize()
Gets the column size.- Returns:
- the columnSize
-
setColumnSize
public void setColumnSize(Integer columnSize)
Sets the column size.- Parameters:
columnSize- the columnSize to set
-
getMaxSize
public Integer getMaxSize()
Gets the max size.- Returns:
- the maxSize
-
setMaxSize
public void setMaxSize(Integer maxSize)
Sets the max size.- Parameters:
maxSize- the maxSize to set
-
getColumnEclType
public String getColumnEclType()
Gets the column ecl type.- Returns:
- the columnEclType
-
setColumnEclType
public void setColumnEclType(String columnEclType)
Sets the column ecl type.- Parameters:
columnEclType- the columnEclType to set
-
getColumnRawSize
public Integer getColumnRawSize()
Gets the column raw size.- Returns:
- the columnRawSize
-
setColumnRawSize
public void setColumnRawSize(Integer columnRawSize)
Sets the column raw size.- Parameters:
columnRawSize- the columnRawSize to set
-
getIsNaturalColumn
public Boolean getIsNaturalColumn()
Gets the checks if is natural column.- Returns:
- the isNaturalColumn
-
setIsNaturalColumn
public void setIsNaturalColumn(Boolean isNaturalColumn)
Sets the checks if is natural column.- Parameters:
isNaturalColumn- the isNaturalColumn to set
-
getIsKeyedColumn
public Boolean getIsKeyedColumn()
Gets the checks if is keyed column.- Returns:
- the isKeyedColumn
-
setIsKeyedColumn
public void setIsKeyedColumn(Boolean isKeyedColumn)
Sets the checks if is keyed column.- Parameters:
isKeyedColumn- the isKeyedColumn to set
-
getDataColumns
public org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[] getDataColumns()
Gets the data columns.- Returns:
- the dataColumns
-
setDataColumns
public void setDataColumns(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn[] dataColumns)
Sets the data columns.- Parameters:
dataColumns- the dataColumns to set
-
-