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
public class JsonComplexType extends JsonField implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanenumerationprotected JsonEnumFieldsjsonEnumFieldsprotected JsonFieldsjsonFieldsprotected Stringuri-
Fields inherited from class io.atlasmap.json.v2.JsonField
primitive, typeName, userCreated
-
-
Constructor Summary
Constructors Constructor Description JsonComplexType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)JsonEnumFieldsgetJsonEnumFields()Gets the value of the jsonEnumFields property.JsonFieldsgetJsonFields()Gets the value of the jsonFields property.StringgetUri()Gets the value of the uri property.inthashCode()BooleanisEnumeration()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.voidsetUri(String value)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 Detail
-
jsonFields
protected JsonFields jsonFields
-
jsonEnumFields
protected JsonEnumFields jsonEnumFields
-
enumeration
protected Boolean enumeration
-
uri
protected String uri
-
-
Method Detail
-
getJsonFields
public JsonFields getJsonFields()
Gets the value of the jsonFields property.- Returns:
- possible object is
JsonFields
-
setJsonFields
public void setJsonFields(JsonFields value)
Sets the value of the jsonFields property.- Parameters:
value- allowed object isJsonFields
-
getJsonEnumFields
public JsonEnumFields getJsonEnumFields()
Gets the value of the jsonEnumFields property.- Returns:
- possible object is
JsonEnumFields
-
setJsonEnumFields
public void setJsonEnumFields(JsonEnumFields value)
Sets the value of the jsonEnumFields property.- Parameters:
value- allowed object isJsonEnumFields
-
isEnumeration
public Boolean isEnumeration()
Gets the value of the enumeration property.- Returns:
- possible object is
Boolean
-
setEnumeration
public void setEnumeration(Boolean value)
Sets the value of the enumeration property.- Parameters:
value- allowed object isBoolean
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
-