public static class MultiSourceUrlTest.Sources
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}StringConstantValue" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<StringConstantValue> |
stringConstantValue |
Constructor and Description |
---|
Sources()
Creates a new
Sources instance. |
Sources(MultiSourceUrlTest.Sources o)
Creates a new
Sources instance by deeply copying a given Sources instance. |
Modifier and Type | Method and Description |
---|---|
MultiSourceUrlTest.Sources |
clone()
Creates and returns a deep copy of this object.
|
java.util.List<StringConstantValue> |
getStringConstantValue()
Gets the value of the stringConstantValue property.
|
MultiSourceUrlTest.Sources |
withStringConstantValue(java.util.Collection<StringConstantValue> values) |
MultiSourceUrlTest.Sources |
withStringConstantValue(StringConstantValue... values) |
protected java.util.List<StringConstantValue> stringConstantValue
public Sources()
Sources
instance.public Sources(MultiSourceUrlTest.Sources o)
Sources
instance by deeply copying a given Sources
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public java.util.List<StringConstantValue> getStringConstantValue()
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 stringConstantValue property.
For example, to add a new item, do as follows:
getStringConstantValue().add(newItem);
Objects of the following type(s) are allowed in the list
StringConstantValue
public MultiSourceUrlTest.Sources withStringConstantValue(StringConstantValue... values)
public MultiSourceUrlTest.Sources withStringConstantValue(java.util.Collection<StringConstantValue> values)
public MultiSourceUrlTest.Sources clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.