public class AdhesiveBindingParams extends ParameterType implements Serializable
Java class for AdhesiveBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdhesiveBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="CoverApplicationParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SpineTapingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SpinePreparationParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
coverApplicationParamsRef |
protected Object |
spinePreparationParamsRef |
protected Object |
spineTapingParamsRef |
| Constructor and Description |
|---|
AdhesiveBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCoverApplicationParamsRef()
Gets the value of the coverApplicationParamsRef property.
|
Object |
getSpinePreparationParamsRef()
Gets the value of the spinePreparationParamsRef property.
|
Object |
getSpineTapingParamsRef()
Gets the value of the spineTapingParamsRef property.
|
void |
setCoverApplicationParamsRef(Object value)
Sets the value of the coverApplicationParamsRef property.
|
void |
setSpinePreparationParamsRef(Object value)
Sets the value of the spinePreparationParamsRef property.
|
void |
setSpineTapingParamsRef(Object value)
Sets the value of the spineTapingParamsRef property.
|
protected Object coverApplicationParamsRef
protected Object spineTapingParamsRef
protected Object spinePreparationParamsRef
public Object getCoverApplicationParamsRef()
Objectpublic void setCoverApplicationParamsRef(Object value)
value - allowed object is
Objectpublic Object getSpineTapingParamsRef()
Objectpublic void setSpineTapingParamsRef(Object value)
value - allowed object is
Objectpublic Object getSpinePreparationParamsRef()
ObjectCopyright © 2012. All Rights Reserved.