public class InBody extends Cond implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
text |
Constructor and Description |
---|
InBody()
Creates a new
InBody instance. |
InBody(InBody o)
Creates a new
InBody instance by deeply copying a given InBody instance. |
Modifier and Type | Method and Description |
---|---|
InBody |
clone()
Creates and returns a deep copy of this object.
|
java.lang.String |
getText()
(default: null)
|
void |
setText(java.lang.String value)
Sets the value of the text property.
|
InBody |
withSuccess(java.lang.Boolean value) |
InBody |
withText(java.lang.String value) |
isSuccess, setSuccess
public InBody()
InBody
instance.public InBody(InBody o)
InBody
instance by deeply copying a given InBody
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public InBody withText(java.lang.String value)
public InBody withSuccess(java.lang.Boolean value)
withSuccess
in class Cond
Copyright © 2021 Dassault Systèmes, All Rights Reserved.