public class Merge 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>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="writeIntermediate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected Boolean |
writeIntermediate |
| Constructor and Description |
|---|
Merge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
boolean |
isSetCode() |
boolean |
isSetWriteIntermediate() |
boolean |
isWriteIntermediate()
Gets the value of the writeIntermediate property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setWriteIntermediate(boolean value)
Sets the value of the writeIntermediate property.
|
void |
unsetWriteIntermediate() |
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public boolean isWriteIntermediate()
Booleanpublic void setWriteIntermediate(boolean value)
value - allowed object is
Booleanpublic boolean isSetWriteIntermediate()
public void unsetWriteIntermediate()
Copyright © 2023. All rights reserved.