public class JsonComplexType extends JsonField implements Serializable
Java class for JsonComplexType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JsonComplexType"> <complexContent> <extension base="{http://atlasmap.io/json/v2}JsonField"> <sequence> <element name="JsonFields" type="{http://atlasmap.io/json/v2}JsonFields"/> </sequence> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
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 © 2018 JBoss by Red Hat. All rights reserved.