Class HardCoverBinding
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.HardCoverBinding
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class HardCoverBinding extends java.lang.Object implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}boolean" /> <attribute name="CoverStyle" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="EndSheets" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="HeadBands" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="HeadBandColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" /> <attribute name="HeadBandColorDetails" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Jacket"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="None"/> <enumeration value="Loose"/> <enumeration value="Glue"/> </restriction> </simpleType> </attribute> <attribute name="JacketFoldingWidth" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="JapanBind" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="SpineGlue" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGlue" /> <attribute name="SpineOperations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="Thickness" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="TightBacking" type="{http://www.CIP4.org/JDFSchema_2_0}TightBacking" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHardCoverBinding.JacketJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanblockThreadSewingprotected java.lang.StringcoverStyleprotected java.lang.BooleanendSheetsprotected java.lang.StringheadBandColorprotected java.lang.StringheadBandColorDetailsprotected java.lang.BooleanheadBandsprotected HardCoverBinding.Jacketjacketprotected java.lang.FloatjacketFoldingWidthprotected java.lang.BooleanjapanBindprotected java.util.List<RegisterRibbon>registerRibbonprotected EnumGluespineGlueprotected java.util.List<java.lang.String>spineOperationsprotected java.lang.Floatthicknessprotected TightBackingtightBacking
-
Constructor Summary
Constructors Constructor Description HardCoverBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.StringgetCoverStyle()Gets the value of the coverStyle property.java.lang.StringgetHeadBandColor()Gets the value of the headBandColor property.java.lang.StringgetHeadBandColorDetails()Gets the value of the headBandColorDetails property.HardCoverBinding.JacketgetJacket()Gets the value of the jacket property.java.lang.FloatgetJacketFoldingWidth()Gets the value of the jacketFoldingWidth property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.java.util.List<RegisterRibbon>getRegisterRibbon()Gets the value of the registerRibbon property.EnumGluegetSpineGlue()Gets the value of the spineGlue property.java.util.List<java.lang.String>getSpineOperations()Gets the value of the spineOperations property.java.lang.FloatgetThickness()Gets the value of the thickness property.TightBackinggetTightBacking()Gets the value of the tightBacking property.inthashCode()java.lang.BooleanisBlockThreadSewing()Gets the value of the blockThreadSewing property.java.lang.BooleanisEndSheets()Gets the value of the endSheets property.java.lang.BooleanisHeadBands()Gets the value of the headBands property.java.lang.BooleanisJapanBind()Gets the value of the japanBind property.voidsetBlockThreadSewing(java.lang.Boolean value)Sets the value of the blockThreadSewing property.voidsetCoverStyle(java.lang.String value)Sets the value of the coverStyle property.voidsetEndSheets(java.lang.Boolean value)Sets the value of the endSheets property.voidsetHeadBandColor(java.lang.String value)Sets the value of the headBandColor property.voidsetHeadBandColorDetails(java.lang.String value)Sets the value of the headBandColorDetails property.voidsetHeadBands(java.lang.Boolean value)Sets the value of the headBands property.voidsetJacket(HardCoverBinding.Jacket value)Sets the value of the jacket property.voidsetJacketFoldingWidth(java.lang.Float value)Sets the value of the jacketFoldingWidth property.voidsetJapanBind(java.lang.Boolean value)Sets the value of the japanBind property.voidsetSpineGlue(EnumGlue value)Sets the value of the spineGlue property.voidsetThickness(java.lang.Float value)Sets the value of the thickness property.voidsetTightBacking(TightBacking value)Sets the value of the tightBacking property.HardCoverBindingwithBlockThreadSewing(java.lang.Boolean value)HardCoverBindingwithCoverStyle(java.lang.String value)HardCoverBindingwithEndSheets(java.lang.Boolean value)HardCoverBindingwithHeadBandColor(java.lang.String value)HardCoverBindingwithHeadBandColorDetails(java.lang.String value)HardCoverBindingwithHeadBands(java.lang.Boolean value)HardCoverBindingwithJacket(HardCoverBinding.Jacket value)HardCoverBindingwithJacketFoldingWidth(java.lang.Float value)HardCoverBindingwithJapanBind(java.lang.Boolean value)HardCoverBindingwithRegisterRibbon(java.util.Collection<RegisterRibbon> values)HardCoverBindingwithRegisterRibbon(RegisterRibbon... values)HardCoverBindingwithSpineGlue(EnumGlue value)HardCoverBindingwithSpineOperations(java.lang.String... values)HardCoverBindingwithSpineOperations(java.util.Collection<java.lang.String> values)HardCoverBindingwithThickness(java.lang.Float value)HardCoverBindingwithTightBacking(TightBacking value)
-
-
-
Field Detail
-
registerRibbon
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<RegisterRibbon> registerRibbon
-
blockThreadSewing
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean blockThreadSewing
-
coverStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String coverStyle
-
endSheets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean endSheets
-
headBands
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean headBands
-
headBandColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String headBandColor
-
headBandColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.String headBandColorDetails
-
jacket
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected HardCoverBinding.Jacket jacket
-
jacketFoldingWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float jacketFoldingWidth
-
japanBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean japanBind
-
spineGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected EnumGlue spineGlue
-
spineOperations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.String> spineOperations
-
thickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float thickness
-
tightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected TightBacking tightBacking
-
-
Method Detail
-
getRegisterRibbon
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<RegisterRibbon> getRegisterRibbon()Gets the value of the registerRibbon property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the registerRibbon property.
-
isBlockThreadSewing
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Boolean isBlockThreadSewing()Gets the value of the blockThreadSewing property.- Returns:
- possible object is
Boolean
-
setBlockThreadSewing
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setBlockThreadSewing(java.lang.Boolean value)Sets the value of the blockThreadSewing property.- Parameters:
value- allowed object isBoolean
-
getCoverStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.String getCoverStyle()Gets the value of the coverStyle property.- Returns:
- possible object is
String
-
setCoverStyle
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setCoverStyle(java.lang.String value)Sets the value of the coverStyle property.- Parameters:
value- allowed object isString
-
isEndSheets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Boolean isEndSheets()Gets the value of the endSheets property.- Returns:
- possible object is
Boolean
-
setEndSheets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setEndSheets(java.lang.Boolean value)Sets the value of the endSheets property.- Parameters:
value- allowed object isBoolean
-
isHeadBands
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Boolean isHeadBands()Gets the value of the headBands property.- Returns:
- possible object is
Boolean
-
setHeadBands
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setHeadBands(java.lang.Boolean value)Sets the value of the headBands property.- Parameters:
value- allowed object isBoolean
-
getHeadBandColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.String getHeadBandColor()Gets the value of the headBandColor property.- Returns:
- possible object is
String
-
setHeadBandColor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setHeadBandColor(java.lang.String value)Sets the value of the headBandColor property.- Parameters:
value- allowed object isString
-
getHeadBandColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.String getHeadBandColorDetails()Gets the value of the headBandColorDetails property.- Returns:
- possible object is
String
-
setHeadBandColorDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setHeadBandColorDetails(java.lang.String value)Sets the value of the headBandColorDetails property.- Parameters:
value- allowed object isString
-
getJacket
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public HardCoverBinding.Jacket getJacket()Gets the value of the jacket property.- Returns:
- possible object is
HardCoverBinding.Jacket
-
setJacket
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setJacket(HardCoverBinding.Jacket value)Sets the value of the jacket property.- Parameters:
value- allowed object isHardCoverBinding.Jacket
-
getJacketFoldingWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getJacketFoldingWidth()Gets the value of the jacketFoldingWidth property.- Returns:
- possible object is
Float
-
setJacketFoldingWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setJacketFoldingWidth(java.lang.Float value)Sets the value of the jacketFoldingWidth property.- Parameters:
value- allowed object isFloat
-
isJapanBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Boolean isJapanBind()Gets the value of the japanBind property.- Returns:
- possible object is
Boolean
-
setJapanBind
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setJapanBind(java.lang.Boolean value)Sets the value of the japanBind property.- Parameters:
value- allowed object isBoolean
-
getSpineGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public EnumGlue getSpineGlue()Gets the value of the spineGlue property.- Returns:
- possible object is
EnumGlue
-
setSpineGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setSpineGlue(EnumGlue value)Sets the value of the spineGlue property.- Parameters:
value- allowed object isEnumGlue
-
getSpineOperations
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.String> getSpineOperations()Gets the value of the spineOperations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the spineOperations property.For example, to add a new item, do as follows:
getSpineOperations().add(newItem);Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the spineOperations property.
-
getThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getThickness()Gets the value of the thickness property.- Returns:
- possible object is
Float
-
setThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setThickness(java.lang.Float value)Sets the value of the thickness property.- Parameters:
value- allowed object isFloat
-
getTightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public TightBacking getTightBacking()Gets the value of the tightBacking property.- Returns:
- possible object is
TightBacking
-
setTightBacking
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setTightBacking(TightBacking value)Sets the value of the tightBacking property.- Parameters:
value- allowed object isTightBacking
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withRegisterRibbon
public HardCoverBinding withRegisterRibbon(RegisterRibbon... values)
-
withRegisterRibbon
public HardCoverBinding withRegisterRibbon(java.util.Collection<RegisterRibbon> values)
-
withBlockThreadSewing
public HardCoverBinding withBlockThreadSewing(java.lang.Boolean value)
-
withCoverStyle
public HardCoverBinding withCoverStyle(java.lang.String value)
-
withEndSheets
public HardCoverBinding withEndSheets(java.lang.Boolean value)
-
withHeadBands
public HardCoverBinding withHeadBands(java.lang.Boolean value)
-
withHeadBandColor
public HardCoverBinding withHeadBandColor(java.lang.String value)
-
withHeadBandColorDetails
public HardCoverBinding withHeadBandColorDetails(java.lang.String value)
-
withJacket
public HardCoverBinding withJacket(HardCoverBinding.Jacket value)
-
withJacketFoldingWidth
public HardCoverBinding withJacketFoldingWidth(java.lang.Float value)
-
withJapanBind
public HardCoverBinding withJapanBind(java.lang.Boolean value)
-
withSpineGlue
public HardCoverBinding withSpineGlue(EnumGlue value)
-
withSpineOperations
public HardCoverBinding withSpineOperations(java.lang.String... values)
-
withSpineOperations
public HardCoverBinding withSpineOperations(java.util.Collection<java.lang.String> values)
-
withThickness
public HardCoverBinding withThickness(java.lang.Float value)
-
withTightBacking
public HardCoverBinding withTightBacking(TightBacking value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-