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, setUserCreated
getActions, getArrayDimensions, getArraySize, getCollectionType, getDocId, getFieldType, getFormat, getIndex, getPath, getStatus, getValue, isRequired, setActions, setArrayDimensions, setArraySize, setCollectionType, setDocId, setFieldType, setFormat, setIndex, setPath, setRequired, setStatus, setValue
protected JsonFields jsonFields
protected String uri
public JsonFields getJsonFields()
JsonFields
public void setJsonFields(JsonFields value)
value
- allowed object is
JsonFields
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.