public class InBody extends Cond implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
text |
DEFAULT_SUCCESS, success
Constructor and Description |
---|
InBody() |
InBody(InBody o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this InBody.
|
static InBody |
fromString(java.lang.String s)
String representation of this InBody.
|
java.lang.String |
getText() |
InBody |
makeCopy()
Creates and returns a deep copy of this InBody.
|
static InBody |
readFrom(java.io.InputStream is)
Read this InBody from an XML fragment.
|
void |
setText(java.lang.String text) |
java.lang.String |
toString()
String representation of this InBody.
|
InBody |
withSuccess(boolean success) |
InBody |
withSuccess(java.lang.Boolean success) |
InBody |
withText(java.lang.String text) |
void |
writeTo(java.io.OutputStream os)
Write this InBody as an XML fragment
|
isSuccess, setSuccess
public InBody()
public InBody(InBody o)
public InBody withSuccess(boolean success)
withSuccess
in class Cond
public InBody withSuccess(java.lang.Boolean success)
withSuccess
in class Cond
public void setText(java.lang.String text)
public java.lang.String getText()
public InBody withText(java.lang.String text)
public InBody makeCopy()
public static InBody 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 InBody 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.