public class And extends Cond implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
And()
Creates a new
And instance. |
And(And o)
Creates a new
And instance by deeply copying a given And instance. |
Modifier and Type | Method and Description |
---|---|
And |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<Cond> |
getCond()
Gets the value of the cond property.
|
And |
withCond(java.util.Collection<Cond> values) |
And |
withCond(Cond... values) |
And |
withSuccess(java.lang.Boolean value) |
isSuccess, setSuccess
protected java.util.List<Cond> cond
public And()
And
instance.public And(And o)
And
instance by deeply copying a given And
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<Cond> getCond()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the cond property.
For example, to add a new item, do as follows:
getCond().add(newItem);
Objects of the following type(s) are allowed in the list
Redirect
And
ResponseHeader
Not
Or
Status
InBody
public And withSuccess(java.lang.Boolean value)
withSuccess
in class Cond
Copyright © 2021 Dassault Systèmes, All Rights Reserved.