Class JsonComplexType

All Implemented Interfaces:
Serializable

public class JsonComplexType extends JsonField implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • JsonComplexType

      public JsonComplexType()
  • Method Details

    • 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 is JsonFields
    • 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 is JsonEnumFields
    • 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 is Boolean
    • 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 is String
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class JsonField
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class JsonField