public static class ClearSources.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}StringConstantArrayValue"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected StringConstantArrayValue |
stringConstantArrayValue |
Constructor and Description |
---|
Sources()
Creates a new
Sources instance. |
Sources(ClearSources.Sources o)
Creates a new
Sources instance by deeply copying a given Sources instance. |
Modifier and Type | Method and Description |
---|---|
ClearSources.Sources |
clone()
Creates and returns a deep copy of this object.
|
StringConstantArrayValue |
getStringConstantArrayValue()
Gets the value of the stringConstantArrayValue property.
|
void |
setStringConstantArrayValue(StringConstantArrayValue value)
Sets the value of the stringConstantArrayValue property.
|
ClearSources.Sources |
withStringConstantArrayValue(StringConstantArrayValue value) |
protected StringConstantArrayValue stringConstantArrayValue
public Sources()
Sources
instance.public Sources(ClearSources.Sources o)
Sources
instance by deeply copying a given Sources
instance.o
- The instance to copy.java.lang.NullPointerException
- if o
is null
.public StringConstantArrayValue getStringConstantArrayValue()
StringConstantArrayValue
public void setStringConstantArrayValue(StringConstantArrayValue value)
value
- allowed object is
StringConstantArrayValue
public ClearSources.Sources withStringConstantArrayValue(StringConstantArrayValue value)
public ClearSources.Sources clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.