Package io.atlasmap.json.v2
Class JsonComplexType
java.lang.Object
io.atlasmap.v2.Field
io.atlasmap.json.v2.JsonField
io.atlasmap.json.v2.JsonComplexType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected JsonEnumFields
protected JsonFields
protected String
Fields inherited from class io.atlasmap.json.v2.JsonField
primitive, typeName, userCreated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the jsonEnumFields property.Gets the value of the jsonFields property.getUri()
Gets the value of the uri property.int
hashCode()
Gets the value of the enumeration property.void
setEnumeration
(Boolean value) Sets the value of the enumeration property.void
setJsonEnumFields
(JsonEnumFields value) Sets the value of the jsonEnumFields property.void
setJsonFields
(JsonFields value) Sets the value of the jsonFields property.void
Sets the value of the uri property.Methods inherited from class io.atlasmap.json.v2.JsonField
getTypeName, isPrimitive, isUserCreated, setPrimitive, setTypeName, setUserCreated
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
-
jsonFields
-
jsonEnumFields
-
enumeration
-
uri
-
-
Constructor Details
-
JsonComplexType
public JsonComplexType()
-
-
Method Details
-
getJsonFields
Gets the value of the jsonFields property.- Returns:
- possible object is
JsonFields
-
setJsonFields
Sets the value of the jsonFields property.- Parameters:
value
- allowed object isJsonFields
-
getJsonEnumFields
Gets the value of the jsonEnumFields property.- Returns:
- possible object is
JsonEnumFields
-
setJsonEnumFields
Sets the value of the jsonEnumFields property.- Parameters:
value
- allowed object isJsonEnumFields
-
isEnumeration
Gets the value of the enumeration property.- Returns:
- possible object is
Boolean
-
setEnumeration
Sets the value of the enumeration property.- Parameters:
value
- allowed object isBoolean
-
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()
-