public class Or extends Cond implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
Or()
Creates a new
Or instance. |
Or(Or o)
Creates a new
Or instance by deeply copying a given Or instance. |
Modifier and Type | Method and Description |
---|---|
Or |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<Cond> |
getCond()
Gets the value of the cond property.
|
Or |
withCond(java.util.Collection<Cond> values) |
Or |
withCond(Cond... values) |
Or |
withSuccess(java.lang.Boolean value) |
isSuccess, setSuccess
protected java.util.List<Cond> cond
public Or()
Or
instance.public Or(Or o)
Or
instance by deeply copying a given Or
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
Not
And
Or
Redirect
Responseheader
Status
Inbody
public Or withSuccess(java.lang.Boolean value)
withSuccess
in class Cond
Copyright © 2021 Dassault Systèmes, All Rights Reserved.