public class JsonComplexType extends JsonField implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enumeration |
protected JsonEnumFields |
jsonEnumFields |
protected JsonFields |
jsonFields |
protected String |
uri |
primitive, typeName, userCreated
Constructor and Description |
---|
JsonComplexType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
JsonEnumFields |
getJsonEnumFields()
Gets the value of the jsonEnumFields property.
|
JsonFields |
getJsonFields()
Gets the value of the jsonFields property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
Boolean |
isEnumeration()
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 |
setUri(String value)
Sets the value of the uri property.
|
getTypeName, isPrimitive, isUserCreated, setPrimitive, setTypeName, setUserCreated
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
protected JsonFields jsonFields
protected JsonEnumFields jsonEnumFields
protected Boolean enumeration
protected String uri
public JsonFields getJsonFields()
JsonFields
public void setJsonFields(JsonFields value)
value
- allowed object is
JsonFields
public JsonEnumFields getJsonEnumFields()
JsonEnumFields
public void setJsonEnumFields(JsonEnumFields value)
value
- allowed object is
JsonEnumFields
public Boolean isEnumeration()
Boolean
public void setEnumeration(Boolean value)
value
- allowed object is
Boolean
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
Copyright © 2021 JBoss by Red Hat. All rights reserved.