@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class BindingIntent extends IntentType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for BindingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BindingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}EdgeGluing" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HardCoverBinding" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}LooseBinding" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SaddleStitching" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SideStitching" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SoftCoverBinding" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Tabs" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ThreadSewing" minOccurs="0"/>
</sequence>
<attribute name="BackCoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BackCoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BindingColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingOrder" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBindingOrder" />
<attribute name="BindingSide" type="{http://www.CIP4.org/JDFSchema_2_0}EnumEdge" />
<attribute name="BindingType" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBindingType" />
<attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="CoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumNamedColor |
backCoverColor |
protected String |
backCoverColorDetails |
protected EnumNamedColor |
bindingColor |
protected String |
bindingColorDetails |
protected EnumBindingOrder |
bindingOrder |
protected EnumEdge |
bindingSide |
protected EnumBindingType |
bindingType |
protected EnumNamedColor |
coverColor |
protected String |
coverColorDetails |
protected EdgeGluing |
edgeGluing |
protected HardCoverBinding |
hardCoverBinding |
protected LooseBinding |
looseBinding |
protected SaddleStitching |
saddleStitching |
protected SideStitching |
sideStitching |
protected SoftCoverBinding |
softCoverBinding |
protected Tabs |
tabs |
protected ThreadSewing |
threadSewing |
| Constructor and Description |
|---|
BindingIntent() |
| 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) |
EnumNamedColor |
getBackCoverColor()
Gets the value of the backCoverColor property.
|
String |
getBackCoverColorDetails()
Gets the value of the backCoverColorDetails property.
|
EnumNamedColor |
getBindingColor()
Gets the value of the bindingColor property.
|
String |
getBindingColorDetails()
Gets the value of the bindingColorDetails property.
|
EnumBindingOrder |
getBindingOrder()
Gets the value of the bindingOrder property.
|
EnumEdge |
getBindingSide()
Gets the value of the bindingSide property.
|
EnumBindingType |
getBindingType()
Gets the value of the bindingType property.
|
EnumNamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
String |
getCoverColorDetails()
Gets the value of the coverColorDetails property.
|
EdgeGluing |
getEdgeGluing()
Gets the value of the edgeGluing property.
|
HardCoverBinding |
getHardCoverBinding()
Gets the value of the hardCoverBinding property.
|
LooseBinding |
getLooseBinding()
Gets the value of the looseBinding property.
|
SaddleStitching |
getSaddleStitching()
Gets the value of the saddleStitching property.
|
SideStitching |
getSideStitching()
Gets the value of the sideStitching property.
|
SoftCoverBinding |
getSoftCoverBinding()
Gets the value of the softCoverBinding property.
|
Tabs |
getTabs()
Gets the value of the tabs property.
|
ThreadSewing |
getThreadSewing()
Gets the value of the threadSewing property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBackCoverColor(EnumNamedColor value)
Sets the value of the backCoverColor property.
|
void |
setBackCoverColorDetails(String value)
Sets the value of the backCoverColorDetails property.
|
void |
setBindingColor(EnumNamedColor value)
Sets the value of the bindingColor property.
|
void |
setBindingColorDetails(String value)
Sets the value of the bindingColorDetails property.
|
void |
setBindingOrder(EnumBindingOrder value)
Sets the value of the bindingOrder property.
|
void |
setBindingSide(EnumEdge value)
Sets the value of the bindingSide property.
|
void |
setBindingType(EnumBindingType value)
Sets the value of the bindingType property.
|
void |
setCoverColor(EnumNamedColor value)
Sets the value of the coverColor property.
|
void |
setCoverColorDetails(String value)
Sets the value of the coverColorDetails property.
|
void |
setEdgeGluing(EdgeGluing value)
Sets the value of the edgeGluing property.
|
void |
setHardCoverBinding(HardCoverBinding value)
Sets the value of the hardCoverBinding property.
|
void |
setLooseBinding(LooseBinding value)
Sets the value of the looseBinding property.
|
void |
setSaddleStitching(SaddleStitching value)
Sets the value of the saddleStitching property.
|
void |
setSideStitching(SideStitching value)
Sets the value of the sideStitching property.
|
void |
setSoftCoverBinding(SoftCoverBinding value)
Sets the value of the softCoverBinding property.
|
void |
setTabs(Tabs value)
Sets the value of the tabs property.
|
void |
setThreadSewing(ThreadSewing value)
Sets the value of the threadSewing property.
|
BindingIntent |
withBackCoverColor(EnumNamedColor value) |
BindingIntent |
withBackCoverColorDetails(String value) |
BindingIntent |
withBindingColor(EnumNamedColor value) |
BindingIntent |
withBindingColorDetails(String value) |
BindingIntent |
withBindingOrder(EnumBindingOrder value) |
BindingIntent |
withBindingSide(EnumEdge value) |
BindingIntent |
withBindingType(EnumBindingType value) |
BindingIntent |
withCoverColor(EnumNamedColor value) |
BindingIntent |
withCoverColorDetails(String value) |
BindingIntent |
withEdgeGluing(EdgeGluing value) |
BindingIntent |
withHardCoverBinding(HardCoverBinding value) |
BindingIntent |
withLooseBinding(LooseBinding value) |
BindingIntent |
withSaddleStitching(SaddleStitching value) |
BindingIntent |
withSideStitching(SideStitching value) |
BindingIntent |
withSoftCoverBinding(SoftCoverBinding value) |
BindingIntent |
withTabs(Tabs value) |
BindingIntent |
withThreadSewing(ThreadSewing value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EdgeGluing edgeGluing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected HardCoverBinding hardCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected LooseBinding looseBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected SaddleStitching saddleStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected SideStitching sideStitching
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected SoftCoverBinding softCoverBinding
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Tabs tabs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected ThreadSewing threadSewing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor backCoverColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String backCoverColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor bindingColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String bindingColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumBindingOrder bindingOrder
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumEdge bindingSide
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumBindingType bindingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor coverColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String coverColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EdgeGluing getEdgeGluing()
EdgeGluing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setEdgeGluing(EdgeGluing value)
value - allowed object is
EdgeGluing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public HardCoverBinding getHardCoverBinding()
HardCoverBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setHardCoverBinding(HardCoverBinding value)
value - allowed object is
HardCoverBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public LooseBinding getLooseBinding()
LooseBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setLooseBinding(LooseBinding value)
value - allowed object is
LooseBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public SaddleStitching getSaddleStitching()
SaddleStitching@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSaddleStitching(SaddleStitching value)
value - allowed object is
SaddleStitching@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public SideStitching getSideStitching()
SideStitching@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSideStitching(SideStitching value)
value - allowed object is
SideStitching@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public SoftCoverBinding getSoftCoverBinding()
SoftCoverBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSoftCoverBinding(SoftCoverBinding value)
value - allowed object is
SoftCoverBinding@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Tabs getTabs()
Tabs@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTabs(Tabs value)
value - allowed object is
Tabs@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public ThreadSewing getThreadSewing()
ThreadSewing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setThreadSewing(ThreadSewing value)
value - allowed object is
ThreadSewing@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getBackCoverColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBackCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getBackCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBackCoverColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getBindingColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBindingColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getBindingColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBindingColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumBindingOrder getBindingOrder()
EnumBindingOrder@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBindingOrder(EnumBindingOrder value)
value - allowed object is
EnumBindingOrder@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumEdge getBindingSide()
EnumEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBindingSide(EnumEdge value)
value - allowed object is
EnumEdge@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumBindingType getBindingType()
EnumBindingType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBindingType(EnumBindingType value)
value - allowed object is
EnumBindingType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getCoverColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCoverColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withEdgeGluing(EdgeGluing value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withHardCoverBinding(HardCoverBinding value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withLooseBinding(LooseBinding value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSaddleStitching(SaddleStitching value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSideStitching(SideStitching value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withSoftCoverBinding(SoftCoverBinding value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withTabs(Tabs value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withThreadSewing(ThreadSewing value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBackCoverColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBackCoverColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingOrder(EnumBindingOrder value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingSide(EnumEdge value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withBindingType(EnumBindingType value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withCoverColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BindingIntent withCoverColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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.Equalsequals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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.HashCodehashCode in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class IntentTypeCopyright © 2016. All rights reserved.