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
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected JsonEnumFieldsprotected JsonFieldsprotected StringFields inherited from class io.atlasmap.json.v2.JsonField
primitive, typeName, userCreated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the jsonEnumFields property.Gets the value of the jsonFields property.getUri()Gets the value of the uri property.inthashCode()Gets the value of the enumeration property.voidsetEnumeration(Boolean value) Sets the value of the enumeration property.voidsetJsonEnumFields(JsonEnumFields value) Sets the value of the jsonEnumFields property.voidsetJsonFields(JsonFields value) Sets the value of the jsonFields property.voidSets the value of the uri property.Methods inherited from class io.atlasmap.json.v2.JsonField
getTypeName, isPrimitive, isUserCreated, setPrimitive, setTypeName, setUserCreatedMethods 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()
-