public static class Addparameters.Parameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{exa:exa.bee}KeyValue" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KeyValue> |
keyValue |
Constructor and Description |
---|
Parameters()
Creates a new
Parameters instance. |
Parameters(Addparameters.Parameters o)
Creates a new
Parameters instance by deeply copying a given Parameters instance. |
Modifier and Type | Method and Description |
---|---|
Addparameters.Parameters |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<KeyValue> |
getKeyValue()
Gets the value of the keyValue property.
|
Addparameters.Parameters |
withKeyValue(java.util.Collection<KeyValue> values) |
Addparameters.Parameters |
withKeyValue(KeyValue... values) |
protected java.util.List<KeyValue> keyValue
public Parameters()
Parameters
instance.public Parameters(Addparameters.Parameters o)
Parameters
instance by deeply copying a given Parameters
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<KeyValue> getKeyValue()
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 keyValue property.
For example, to add a new item, do as follows:
getKeyValue().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public Addparameters.Parameters withKeyValue(KeyValue... values)
public Addparameters.Parameters withKeyValue(java.util.Collection<KeyValue> values)
public Addparameters.Parameters clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.