public class DBMergeParams extends ParameterType implements Serializable
Java class for DBMergeParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBMergeParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="SplitDocuments" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
fileSpecRef |
protected Integer |
splitDocuments |
| Constructor and Description |
|---|
DBMergeParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Integer |
getSplitDocuments()
Gets the value of the splitDocuments property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setSplitDocuments(Integer value)
Sets the value of the splitDocuments property.
|
protected Integer splitDocuments
protected Object fileSpecRef
public Integer getSplitDocuments()
Integerpublic void setSplitDocuments(Integer value)
value - allowed object is
Integerpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.