@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public class HardCoverBinding extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}RegisterRibbon" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BlockThreadSewing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CoverStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="EndSheets" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="HeadBands" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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="Jacket" type="{http://www.CIP4.org/JDFSchema_2_0}EnumJacket" />
<attribute name="JacketFoldingWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="JapanBind" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineBrushing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineFiberRoughing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineGlue" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGlue" />
<attribute name="SpineLevelling" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineMilling" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineNotching" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineSanding" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SpineShredding" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StripMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}EnumStripMaterial" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TightBacking" type="{http://www.CIP4.org/JDFSchema_2_0}EnumTightBacking" />
</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 EnumJacket |
jacket |
protected Double |
jacketFoldingWidth |
protected Boolean |
japanBind |
protected List<RegisterRibbon> |
registerRibbon |
protected Boolean |
spineBrushing |
protected Boolean |
spineFiberRoughing |
protected EnumGlue |
spineGlue |
protected Boolean |
spineLevelling |
protected Boolean |
spineMilling |
protected Boolean |
spineNotching |
protected Boolean |
spineSanding |
protected Boolean |
spineShredding |
protected EnumStripMaterial |
stripMaterial |
protected Double |
thickness |
protected EnumTightBacking |
tightBacking |
| Constructor and Description |
|---|
HardCoverBinding() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
EnumJacket |
getJacket()
Gets the value of the jacket property.
|
Double |
getJacketFoldingWidth()
Gets the value of the jacketFoldingWidth property.
|
List<RegisterRibbon> |
getRegisterRibbon()
Gets the value of the registerRibbon property.
|
EnumGlue |
getSpineGlue()
Gets the value of the spineGlue property.
|
EnumStripMaterial |
getStripMaterial()
Gets the value of the stripMaterial property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
EnumTightBacking |
getTightBacking()
Gets the value of the tightBacking property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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(EnumJacket 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(EnumGlue 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(EnumStripMaterial value)
Sets the value of the stripMaterial property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
void |
setTightBacking(EnumTightBacking value)
Sets the value of the tightBacking property.
|
HardCoverBinding |
withBlockThreadSewing(Boolean value) |
HardCoverBinding |
withCoverStyle(String value) |
HardCoverBinding |
withEndSheets(Boolean value) |
HardCoverBinding |
withHeadBandColor(EnumNamedColor value) |
HardCoverBinding |
withHeadBandColorDetails(String value) |
HardCoverBinding |
withHeadBands(Boolean value) |
HardCoverBinding |
withJacket(EnumJacket value) |
HardCoverBinding |
withJacketFoldingWidth(Double value) |
HardCoverBinding |
withJapanBind(Boolean value) |
HardCoverBinding |
withRegisterRibbon(Collection<RegisterRibbon> values) |
HardCoverBinding |
withRegisterRibbon(RegisterRibbon... values) |
HardCoverBinding |
withSpineBrushing(Boolean value) |
HardCoverBinding |
withSpineFiberRoughing(Boolean value) |
HardCoverBinding |
withSpineGlue(EnumGlue value) |
HardCoverBinding |
withSpineLevelling(Boolean value) |
HardCoverBinding |
withSpineMilling(Boolean value) |
HardCoverBinding |
withSpineNotching(Boolean value) |
HardCoverBinding |
withSpineSanding(Boolean value) |
HardCoverBinding |
withSpineShredding(Boolean value) |
HardCoverBinding |
withStripMaterial(EnumStripMaterial value) |
HardCoverBinding |
withThickness(Double value) |
HardCoverBinding |
withTightBacking(EnumTightBacking value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected List<RegisterRibbon> registerRibbon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean blockThreadSewing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String coverStyle
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean endSheets
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean headBands
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor headBandColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected String headBandColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumJacket jacket
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double jacketFoldingWidth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean japanBind
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineBrushing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineFiberRoughing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumGlue spineGlue
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineLevelling
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineMilling
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineNotching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineSanding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Boolean spineShredding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumStripMaterial stripMaterial
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected Double thickness
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") protected EnumTightBacking tightBacking
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public List<RegisterRibbon> getRegisterRibbon()
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 registerRibbon property.
For example, to add a new item, do as follows:
getRegisterRibbon().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterRibbon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isBlockThreadSewing()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setBlockThreadSewing(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getCoverStyle()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setCoverStyle(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isEndSheets()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setEndSheets(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isHeadBands()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setHeadBands(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getHeadBandColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setHeadBandColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public String getHeadBandColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setHeadBandColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumJacket getJacket()
EnumJacket@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setJacket(EnumJacket value)
value - allowed object is
EnumJacket@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getJacketFoldingWidth()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setJacketFoldingWidth(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isJapanBind()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setJapanBind(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineBrushing()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineBrushing(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineFiberRoughing()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineFiberRoughing(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumGlue getSpineGlue()
EnumGlue@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineGlue(EnumGlue value)
value - allowed object is
EnumGlue@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineLevelling()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineLevelling(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineMilling()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineMilling(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineNotching()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineNotching(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineSanding()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineSanding(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Boolean isSpineShredding()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setSpineShredding(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumStripMaterial getStripMaterial()
EnumStripMaterial@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setStripMaterial(EnumStripMaterial value)
value - allowed object is
EnumStripMaterial@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public Double getThickness()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setThickness(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public EnumTightBacking getTightBacking()
EnumTightBacking@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public void setTightBacking(EnumTightBacking value)
value - allowed object is
EnumTightBacking@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withRegisterRibbon(RegisterRibbon... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withRegisterRibbon(Collection<RegisterRibbon> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withBlockThreadSewing(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withCoverStyle(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withEndSheets(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withHeadBands(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withHeadBandColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withHeadBandColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withJacket(EnumJacket value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withJacketFoldingWidth(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withJapanBind(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineBrushing(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineFiberRoughing(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineGlue(EnumGlue value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineLevelling(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineMilling(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineNotching(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineSanding(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withSpineShredding(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withStripMaterial(EnumStripMaterial value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withThickness(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding withTightBacking(EnumTightBacking value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T01:38:36+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.