public static class CleanSources.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(CleanSources.Sources o)
Creates a new
Sources instance by deeply copying a given Sources instance. |
Modifier and Type | Method and Description |
---|---|
CleanSources.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.
|
CleanSources.Sources |
withStringConstantArrayValue(StringConstantArrayValue value) |
protected StringConstantArrayValue stringConstantArrayValue
public Sources()
Sources
instance.public Sources(CleanSources.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 CleanSources.Sources withStringConstantArrayValue(StringConstantArrayValue value)
public CleanSources.Sources clone()
clone
in class java.lang.Object
Copyright © 2021 Dassault Systèmes, All Rights Reserved.