@Generated public class ComplexValue extends Object
Constructor and Description |
---|
ComplexValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDisplay() |
Boolean |
getPrimary() |
String |
getRef() |
String |
getType() |
String |
getValue() |
int |
hashCode() |
ComplexValue |
setDisplay(String display) |
ComplexValue |
setPrimary(Boolean primary) |
ComplexValue |
setRef(String ref) |
ComplexValue |
setType(String typeValue) |
ComplexValue |
setValue(String value) |
String |
toString() |
public ComplexValue setDisplay(String display)
public String getDisplay()
public ComplexValue setPrimary(Boolean primary)
public Boolean getPrimary()
public ComplexValue setRef(String ref)
public String getRef()
public ComplexValue setType(String typeValue)
public String getType()
public ComplexValue setValue(String value)
public String getValue()
Copyright © 2023. All rights reserved.