public abstract class SymptomSearchLogic extends Symptom implements com.exalead.util.Checkable, java.io.Serializable
Symptom.Severity
Modifier and Type | Field and Description |
---|---|
java.lang.String |
searchLogic |
DEFAULT_SEVERITY, DEFAULT_VALID, details, id, severity, valid, value
Constructor and Description |
---|
SymptomSearchLogic() |
SymptomSearchLogic(SymptomSearchLogic o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SymptomSearchLogic.
|
static SymptomSearchLogic |
fromString(java.lang.String s)
String representation of this SymptomSearchLogic.
|
java.lang.String |
getSearchLogic() |
SymptomSearchLogic |
makeCopy() |
static SymptomSearchLogic |
readFrom(java.io.InputStream is)
Read this SymptomSearchLogic from an XML fragment.
|
void |
setSearchLogic(java.lang.String searchLogic) |
java.lang.String |
toString()
String representation of this SymptomSearchLogic.
|
SymptomSearchLogic |
withDetails(java.lang.String details) |
SymptomSearchLogic |
withId(java.lang.String id) |
SymptomSearchLogic |
withSearchLogic(java.lang.String searchLogic) |
SymptomSearchLogic |
withSeverity(java.lang.String severity) |
SymptomSearchLogic |
withValid(boolean valid) |
SymptomSearchLogic |
withValid(java.lang.Boolean valid) |
SymptomSearchLogic |
withValue(java.lang.String value) |
void |
writeTo(java.io.OutputStream os) |
getDetails, getId, getSeverity, getSeverityAsEnum, getValue, isA, isOneOf, isValid, setDetails, setId, setSeverity, setSeverity, setValid, setValue
public SymptomSearchLogic()
public SymptomSearchLogic(SymptomSearchLogic o)
public SymptomSearchLogic withId(java.lang.String id)
public SymptomSearchLogic withValid(boolean valid)
public SymptomSearchLogic withValid(java.lang.Boolean valid)
public SymptomSearchLogic withSeverity(java.lang.String severity)
withSeverity
in class Symptom
public SymptomSearchLogic withValue(java.lang.String value)
public SymptomSearchLogic withDetails(java.lang.String details)
withDetails
in class Symptom
public void setSearchLogic(java.lang.String searchLogic)
public java.lang.String getSearchLogic()
public SymptomSearchLogic withSearchLogic(java.lang.String searchLogic)
public SymptomSearchLogic makeCopy()
public static SymptomSearchLogic 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 SymptomSearchLogic 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.