Class DFUDataColumnWrapper

    • 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
      • 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