Package io.atlasmap.csv.v2
Class CsvComplexType
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.csv.v2.CsvField
io.atlasmap.csv.v2.CsvComplexType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the csvFields property.getUri()
Gets the value of the uri property.int
hashCode()
void
setCsvFields
(CsvFields value) Sets the value of the csvFields property.void
Sets the value of the uri property.Methods inherited from class io.atlasmap.v2.Field
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
-
Field Details
-
csvFields
-
uri
-
-
Constructor Details
-
CsvComplexType
public CsvComplexType()
-
-
Method Details
-
getCsvFields
Gets the value of the csvFields property.- Returns:
- possible object is
CsvFields
-
setCsvFields
Sets the value of the csvFields property.- Parameters:
value
- allowed object isCsvFields
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
equals
-
hashCode
public int hashCode()
-