public class SymptomSuggest extends Symptom implements com.exalead.util.Checkable, java.io.Serializable
Symptom.Severity
Modifier and Type | Field and Description |
---|---|
java.lang.String |
suggest |
DEFAULT_SEVERITY, DEFAULT_VALID, details, id, severity, valid, value
Constructor and Description |
---|
SymptomSuggest() |
SymptomSuggest(java.lang.String suggest) |
SymptomSuggest(SymptomSuggest o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SymptomSuggest.
|
static SymptomSuggest |
fromString(java.lang.String s)
String representation of this SymptomSuggest.
|
java.lang.String |
getSuggest() |
SymptomSuggest |
makeCopy()
Creates and returns a deep copy of this SymptomSuggest.
|
static SymptomSuggest |
readFrom(java.io.InputStream is)
Read this SymptomSuggest from an XML fragment.
|
void |
setSuggest(java.lang.String suggest) |
java.lang.String |
toString()
String representation of this SymptomSuggest.
|
SymptomSuggest |
withDetails(java.lang.String details) |
SymptomSuggest |
withId(java.lang.String id) |
SymptomSuggest |
withSeverity(java.lang.String severity) |
SymptomSuggest |
withSuggest(java.lang.String suggest) |
SymptomSuggest |
withValid(boolean valid) |
SymptomSuggest |
withValid(java.lang.Boolean valid) |
SymptomSuggest |
withValue(java.lang.String value) |
void |
writeTo(java.io.OutputStream os)
Write this SymptomSuggest as an XML fragment
|
getDetails, getId, getSeverity, getSeverityAsEnum, getValue, isA, isOneOf, isValid, setDetails, setId, setSeverity, setSeverity, setValid, setValue
public SymptomSuggest()
public SymptomSuggest(java.lang.String suggest)
public SymptomSuggest(SymptomSuggest o)
public SymptomSuggest withId(java.lang.String id)
public SymptomSuggest withValid(boolean valid)
public SymptomSuggest withValid(java.lang.Boolean valid)
public SymptomSuggest withSeverity(java.lang.String severity)
withSeverity
in class Symptom
public SymptomSuggest withValue(java.lang.String value)
public SymptomSuggest withDetails(java.lang.String details)
withDetails
in class Symptom
public void setSuggest(java.lang.String suggest)
public java.lang.String getSuggest()
public SymptomSuggest withSuggest(java.lang.String suggest)
public SymptomSuggest makeCopy()
public static SymptomSuggest readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
public static SymptomSuggest fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
Copyright © 2021 Dassault Systèmes, All Rights Reserved.