public class JsonComplexType extends JsonField implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected JsonFields |
jsonFields |
protected String |
uri |
name, primitive, typeName, userCreated| Constructor and Description |
|---|
JsonComplexType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
JsonFields |
getJsonFields()
Gets the value of the jsonFields property.
|
String |
getUri()
Gets the value of the uri property.
|
int |
hashCode() |
void |
setJsonFields(JsonFields value)
Sets the value of the jsonFields property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
getName, getTypeName, isPrimitive, isUserCreated, setName, setPrimitive, setTypeName, setUserCreatedgetActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValueprotected JsonFields jsonFields
protected String uri
public JsonFields getJsonFields()
JsonFieldspublic void setJsonFields(JsonFields value)
value - allowed object is
JsonFieldspublic String getUri()
Stringpublic void setUri(String value)
value - allowed object is
StringCopyright © 2019 JBoss by Red Hat. All rights reserved.