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 void
copy(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.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.latest.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.latest.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.latest.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()
-
-
-
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
-
-