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, setValue
public CsvFields getCsvFields()
CsvFields
public void setCsvFields(CsvFields value)
value
- allowed object is
CsvFields
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
Copyright © 2020 JBoss by Red Hat. All rights reserved.