Class DFURecordDefWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFUDataColumnWrapper
-
- org.hpccsystems.ws.client.wrappers.wsdfu.DFURecordDefWrapper
-
public class DFURecordDefWrapper extends DFUDataColumnWrapper
-
-
Constructor Summary
Constructors Constructor Description DFURecordDefWrapper()Instantiates a new DFU record def wrapper.DFURecordDefWrapper(ArrayList<DFUDataColumnWrapper> columns)Instantiates a new DFU record def wrapper.DFURecordDefWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.DFUDataColumn base)Create a Data Column Info object from a axis-generated soap class DFUDataColumn.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFormatgetFileType()Gets the file type.StringgetMaxRecLength()Gets the max rec length.StringgetRecordLayoutName()Gets the record layout name.StringgetRecordName()Gets the record name.booleanisInline()Checks if is inline.booleanisSingleRow()Checks if is single row.voidsetFileType(FileFormat f)Sets the file type.voidsetInline(boolean inline)Sets the inline.voidsetMaxRecLength(String maxreclength)Sets the max rec length.voidsetRecordLayoutName(String recordLayoutName)Sets the record layout name.voidsetRecordName(String recordName)Sets the record name.voidsetSingleRow(boolean singlerow)Sets the single row.StringtoString()-
Methods inherited from class org.hpccsystems.ws.client.wrappers.wsdfu.DFUDataColumnWrapper
copy, copy, getAnnotations, getChildColumns, getColumnEclType, getColumnID, getColumnLabel, getColumnRawSize, getColumnSize, getColumnType, getColumnValue, getDataColumns, getIsKeyedColumn, getIsNaturalColumn, getMaxcount, getMaxlength, getMaxSize, getOriginalEcl, getXmlDefaultVal, getXpath, isBlob, isIsblob, setAnnotations, setBlob, setChildColumns, setColumnEclType, setColumnID, setColumnLabel, setColumnRawSize, setColumns, setColumnSize, setColumnType, setColumnValue, setDataColumns, setIsblob, setIsKeyedColumn, setIsNaturalColumn, setMaxcount, setMaxlength, setMaxSize, setOriginalEcl, setXmlDefaultVal, setXpath
-
-
-
-
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
-
toString
public String toString()
- Overrides:
toStringin classDFUDataColumnWrapper
-
-