public class HardCoverBinding 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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="TightBacking" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="HeadBandColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="HeadBandColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="JapanBind" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineLevelling" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineSanding" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Jacket" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SpineFiberRoughing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CoverStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="HeadBands" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineNotching" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineBrushing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EndSheets" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StripMaterial" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BlockThreadSewing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="JacketFoldingWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SpineGlue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SpineShredding" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineMilling" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
blockThreadSewing |
protected String |
coverStyle |
protected Boolean |
endSheets |
protected EnumNamedColor |
headBandColor |
protected String |
headBandColorDetails |
protected Boolean |
headBands |
protected String |
jacket |
protected Double |
jacketFoldingWidth |
protected Boolean |
japanBind |
protected List<RegisterRibbon> |
registerRibbons |
protected Boolean |
spineBrushing |
protected Boolean |
spineFiberRoughing |
protected String |
spineGlue |
protected Boolean |
spineLevelling |
protected Boolean |
spineMilling |
protected Boolean |
spineNotching |
protected Boolean |
spineSanding |
protected Boolean |
spineShredding |
protected String |
stripMaterial |
protected Double |
thickness |
protected String |
tightBacking |
| Constructor and Description |
|---|
HardCoverBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoverStyle()
Gets the value of the coverStyle property.
|
EnumNamedColor |
getHeadBandColor()
Gets the value of the headBandColor property.
|
String |
getHeadBandColorDetails()
Gets the value of the headBandColorDetails property.
|
String |
getJacket()
Gets the value of the jacket property.
|
Double |
getJacketFoldingWidth()
Gets the value of the jacketFoldingWidth property.
|
List<RegisterRibbon> |
getRegisterRibbons()
Gets the value of the registerRibbons property.
|
String |
getSpineGlue()
Gets the value of the spineGlue property.
|
String |
getStripMaterial()
Gets the value of the stripMaterial property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
String |
getTightBacking()
Gets the value of the tightBacking property.
|
Boolean |
isBlockThreadSewing()
Gets the value of the blockThreadSewing property.
|
Boolean |
isEndSheets()
Gets the value of the endSheets property.
|
Boolean |
isHeadBands()
Gets the value of the headBands property.
|
Boolean |
isJapanBind()
Gets the value of the japanBind property.
|
Boolean |
isSpineBrushing()
Gets the value of the spineBrushing property.
|
Boolean |
isSpineFiberRoughing()
Gets the value of the spineFiberRoughing property.
|
Boolean |
isSpineLevelling()
Gets the value of the spineLevelling property.
|
Boolean |
isSpineMilling()
Gets the value of the spineMilling property.
|
Boolean |
isSpineNotching()
Gets the value of the spineNotching property.
|
Boolean |
isSpineSanding()
Gets the value of the spineSanding property.
|
Boolean |
isSpineShredding()
Gets the value of the spineShredding property.
|
void |
setBlockThreadSewing(Boolean value)
Sets the value of the blockThreadSewing property.
|
void |
setCoverStyle(String value)
Sets the value of the coverStyle property.
|
void |
setEndSheets(Boolean value)
Sets the value of the endSheets property.
|
void |
setHeadBandColor(EnumNamedColor value)
Sets the value of the headBandColor property.
|
void |
setHeadBandColorDetails(String value)
Sets the value of the headBandColorDetails property.
|
void |
setHeadBands(Boolean value)
Sets the value of the headBands property.
|
void |
setJacket(String value)
Sets the value of the jacket property.
|
void |
setJacketFoldingWidth(Double value)
Sets the value of the jacketFoldingWidth property.
|
void |
setJapanBind(Boolean value)
Sets the value of the japanBind property.
|
void |
setSpineBrushing(Boolean value)
Sets the value of the spineBrushing property.
|
void |
setSpineFiberRoughing(Boolean value)
Sets the value of the spineFiberRoughing property.
|
void |
setSpineGlue(String value)
Sets the value of the spineGlue property.
|
void |
setSpineLevelling(Boolean value)
Sets the value of the spineLevelling property.
|
void |
setSpineMilling(Boolean value)
Sets the value of the spineMilling property.
|
void |
setSpineNotching(Boolean value)
Sets the value of the spineNotching property.
|
void |
setSpineSanding(Boolean value)
Sets the value of the spineSanding property.
|
void |
setSpineShredding(Boolean value)
Sets the value of the spineShredding property.
|
void |
setStripMaterial(String value)
Sets the value of the stripMaterial property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
void |
setTightBacking(String value)
Sets the value of the tightBacking property.
|
protected List<RegisterRibbon> registerRibbons
protected String tightBacking
protected EnumNamedColor headBandColor
protected String headBandColorDetails
protected Double thickness
protected Boolean japanBind
protected Boolean spineLevelling
protected Boolean spineSanding
protected String jacket
protected Boolean spineFiberRoughing
protected String coverStyle
protected Boolean headBands
protected Boolean spineNotching
protected Boolean spineBrushing
protected Boolean endSheets
protected String stripMaterial
protected Boolean blockThreadSewing
protected Double jacketFoldingWidth
protected String spineGlue
protected Boolean spineShredding
protected Boolean spineMilling
public List<RegisterRibbon> getRegisterRibbons()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the registerRibbons property.
For example, to add a new item, do as follows:
getRegisterRibbons().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
public String getTightBacking()
Stringpublic void setTightBacking(String value)
value - allowed object is
Stringpublic EnumNamedColor getHeadBandColor()
EnumNamedColorpublic void setHeadBandColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic String getHeadBandColorDetails()
Stringpublic void setHeadBandColorDetails(String value)
value - allowed object is
Stringpublic Double getThickness()
Doublepublic void setThickness(Double value)
value - allowed object is
Doublepublic Boolean isJapanBind()
Booleanpublic void setJapanBind(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpineLevelling()
Booleanpublic void setSpineLevelling(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpineSanding()
Booleanpublic void setSpineSanding(Boolean value)
value - allowed object is
Booleanpublic String getJacket()
Stringpublic void setJacket(String value)
value - allowed object is
Stringpublic Boolean isSpineFiberRoughing()
Booleanpublic void setSpineFiberRoughing(Boolean value)
value - allowed object is
Booleanpublic String getCoverStyle()
Stringpublic void setCoverStyle(String value)
value - allowed object is
Stringpublic Boolean isHeadBands()
Booleanpublic void setHeadBands(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpineNotching()
Booleanpublic void setSpineNotching(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpineBrushing()
Booleanpublic void setSpineBrushing(Boolean value)
value - allowed object is
Booleanpublic Boolean isEndSheets()
Booleanpublic void setEndSheets(Boolean value)
value - allowed object is
Booleanpublic String getStripMaterial()
Stringpublic void setStripMaterial(String value)
value - allowed object is
Stringpublic Boolean isBlockThreadSewing()
Booleanpublic void setBlockThreadSewing(Boolean value)
value - allowed object is
Booleanpublic Double getJacketFoldingWidth()
Doublepublic void setJacketFoldingWidth(Double value)
value - allowed object is
Doublepublic String getSpineGlue()
Stringpublic void setSpineGlue(String value)
value - allowed object is
Stringpublic Boolean isSpineShredding()
Booleanpublic void setSpineShredding(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpineMilling()
BooleanCopyright © 2012. All Rights Reserved.