public class CsvComplexType extends CsvField implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CsvFields |
csvFields |
protected String |
uri |
| Constructor and Description |
|---|
CsvComplexType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
CsvFields |
getCsvFields()
Gets the value of the csvFields property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
void |
setCsvFields(CsvFields value)
Sets the value of the csvFields property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getName, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setName, setPath, setRequired, setStatus, setValuepublic CsvFields getCsvFields()
CsvFieldspublic void setCsvFields(CsvFields value)
value - allowed object is
CsvFieldspublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
StringCopyright © 2020 JBoss by Red Hat. All rights reserved.