public class Cmp extends Object implements Serializable
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="{http://www.openfuxml.org/cmp}targets"/>
<element ref="{http://www.openfuxml.org/cmp}source"/>
<element ref="{http://www.openfuxml.org/cmp}preprocessor"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Preprocessor |
preprocessor |
protected Source |
source |
protected Targets |
targets |
| Constructor and Description |
|---|
Cmp() |
| Modifier and Type | Method and Description |
|---|---|
Preprocessor |
getPreprocessor()
Gets the value of the preprocessor property.
|
Source |
getSource()
Gets the value of the source property.
|
Targets |
getTargets()
Gets the value of the targets property.
|
boolean |
isSetPreprocessor() |
boolean |
isSetSource() |
boolean |
isSetTargets() |
void |
setPreprocessor(Preprocessor value)
Sets the value of the preprocessor property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setTargets(Targets value)
Sets the value of the targets property.
|
protected Targets targets
protected Source source
protected Preprocessor preprocessor
public Targets getTargets()
Targetspublic void setTargets(Targets value)
value - allowed object is
Targetspublic boolean isSetTargets()
public Source getSource()
Sourcepublic void setSource(Source value)
value - allowed object is
Sourcepublic boolean isSetSource()
public Preprocessor getPreprocessor()
Preprocessorpublic void setPreprocessor(Preprocessor value)
value - allowed object is
Preprocessorpublic boolean isSetPreprocessor()
Copyright © 2023. All rights reserved.