Class DFURecordDefWrapper

    • Constructor Detail

      • DFURecordDefWrapper

        public DFURecordDefWrapper​(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
      • DFURecordDefWrapper

        public DFURecordDefWrapper()
        Instantiates a new DFU record def wrapper.
      • DFURecordDefWrapper

        public DFURecordDefWrapper​(ArrayList<DFUDataColumnWrapper> columns)
        Instantiates a new DFU record def wrapper.
        Parameters:
        columns - the columns
    • Method Detail

      • getRecordName

        public String getRecordName()
        Gets the record name.
        Returns:
        the record name
      • setRecordName

        public void setRecordName​(String recordName)
        Sets the record name.
        Parameters:
        recordName - the new record name
      • isInline

        public boolean isInline()
        Checks if is inline.
        Returns:
        true, if is inline
      • setInline

        public void setInline​(boolean inline)
        Sets the inline.
        Parameters:
        inline - the new inline
      • getRecordLayoutName

        public String getRecordLayoutName()
        Gets the record layout name.
        Returns:
        the record layout name
      • setRecordLayoutName

        public void setRecordLayoutName​(String recordLayoutName)
        Sets the record layout name.
        Parameters:
        recordLayoutName - the new record layout name
      • isSingleRow

        public boolean isSingleRow()
        Checks if is single row.
        Returns:
        true, if is single row
      • setSingleRow

        public void setSingleRow​(boolean singlerow)
        Sets the single row.
        Parameters:
        singlerow - the new single row
      • getFileType

        public FileFormat getFileType()
        Gets the file type.
        Returns:
        the file type
      • setFileType

        public void setFileType​(FileFormat f)
        Sets the file type.
        Parameters:
        f - the new file type
      • getMaxRecLength

        public String getMaxRecLength()
        Gets the max rec length.
        Returns:
        the max rec length
      • setMaxRecLength

        public void setMaxRecLength​(String maxreclength)
        Sets the max rec length.
        Parameters:
        maxreclength - the new max rec length