@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class BindingIntent
extends ProductIntent
implements java.io.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}ProductIntent">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}AdhesiveNote" minOccurs="0"/>
<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"/>
</sequence>
<attribute name="BackCoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="BackCoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="BindingColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingOrder">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Collecting"/>
<enumeration value="Gathering"/>
</restriction>
</simpleType>
</attribute>
<attribute name="BindingSide" type="{http://www.CIP4.org/JDFSchema_2_0}Edge" />
<attribute name="BindingType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="AdhesiveNote"/>
<enumeration value="ChannelBinding"/>
<enumeration value="CoilBinding"/>
<enumeration value="CombBinding"/>
<enumeration value="CornerStitch"/>
<enumeration value="EdgeGluing"/>
<enumeration value="HardCover"/>
<enumeration value="LooseBinding"/>
<enumeration value="None"/>
<enumeration value="RingBinding"/>
<enumeration value="SaddleStitch"/>
<enumeration value="SideStitch"/>
<enumeration value="SoftCover"/>
<enumeration value="StripBinding"/>
<enumeration value="Tape"/>
<enumeration value="WireComb"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ChildRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="CoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BindingIntent.BindingOrder
Java class for null.
|
static class |
BindingIntent.BindingType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected AdhesiveNote |
adhesiveNote |
protected NamedColor |
backCoverColor |
protected java.lang.String |
backCoverColorDetails |
protected NamedColor |
bindingColor |
protected java.lang.String |
bindingColorDetails |
protected BindingIntent.BindingOrder |
bindingOrder |
protected Edge |
bindingSide |
protected BindingIntent.BindingType |
bindingType |
protected java.util.List<Product> |
children |
protected NamedColor |
coverColor |
protected java.lang.String |
coverColorDetails |
protected EdgeGluing |
edgeGluing |
protected HardCoverBinding |
hardCoverBinding |
protected LooseBinding |
looseBinding |
protected SaddleStitching |
saddleStitching |
protected SideStitching |
sideStitching |
protected SoftCoverBinding |
softCoverBinding |
protected Tabs |
tabs |
any| Constructor and Description |
|---|
BindingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
AdhesiveNote |
getAdhesiveNote()
Gets the value of the adhesiveNote property.
|
NamedColor |
getBackCoverColor()
Gets the value of the backCoverColor property.
|
java.lang.String |
getBackCoverColorDetails()
Gets the value of the backCoverColorDetails property.
|
NamedColor |
getBindingColor()
Gets the value of the bindingColor property.
|
java.lang.String |
getBindingColorDetails()
Gets the value of the bindingColorDetails property.
|
BindingIntent.BindingOrder |
getBindingOrder()
Gets the value of the bindingOrder property.
|
Edge |
getBindingSide()
Gets the value of the bindingSide property.
|
BindingIntent.BindingType |
getBindingType()
Gets the value of the bindingType property.
|
java.util.List<Product> |
getChildren()
Gets the value of the children property.
|
java.util.List<Product> |
getChildrenRaw() |
NamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
java.lang.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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAdhesiveNote(AdhesiveNote value)
Sets the value of the adhesiveNote property.
|
void |
setBackCoverColor(NamedColor value)
Sets the value of the backCoverColor property.
|
void |
setBackCoverColorDetails(java.lang.String value)
Sets the value of the backCoverColorDetails property.
|
void |
setBindingColor(NamedColor value)
Sets the value of the bindingColor property.
|
void |
setBindingColorDetails(java.lang.String value)
Sets the value of the bindingColorDetails property.
|
void |
setBindingOrder(BindingIntent.BindingOrder value)
Sets the value of the bindingOrder property.
|
void |
setBindingSide(Edge value)
Sets the value of the bindingSide property.
|
void |
setBindingType(BindingIntent.BindingType value)
Sets the value of the bindingType property.
|
void |
setCoverColor(NamedColor value)
Sets the value of the coverColor property.
|
void |
setCoverColorDetails(java.lang.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.
|
BindingIntent |
withAdhesiveNote(AdhesiveNote value) |
BindingIntent |
withAny(java.util.Collection<java.lang.Object> values) |
BindingIntent |
withAny(java.lang.Object... values) |
BindingIntent |
withBackCoverColor(NamedColor value) |
BindingIntent |
withBackCoverColorDetails(java.lang.String value) |
BindingIntent |
withBindingColor(NamedColor value) |
BindingIntent |
withBindingColorDetails(java.lang.String value) |
BindingIntent |
withBindingOrder(BindingIntent.BindingOrder value) |
BindingIntent |
withBindingSide(Edge value) |
BindingIntent |
withBindingType(BindingIntent.BindingType value) |
BindingIntent |
withChildren(java.util.Collection<Product> values) |
BindingIntent |
withChildren(Product... values) |
BindingIntent |
withCoverColor(NamedColor value) |
BindingIntent |
withCoverColorDetails(java.lang.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) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected AdhesiveNote adhesiveNote
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected EdgeGluing edgeGluing
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected HardCoverBinding hardCoverBinding
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected LooseBinding looseBinding
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected SaddleStitching saddleStitching
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected SideStitching sideStitching
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected SoftCoverBinding softCoverBinding
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Tabs tabs
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected NamedColor backCoverColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String backCoverColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected NamedColor bindingColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String bindingColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected BindingIntent.BindingOrder bindingOrder
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Edge bindingSide
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected BindingIntent.BindingType bindingType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Product> children
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected NamedColor coverColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String coverColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public AdhesiveNote getAdhesiveNote()
AdhesiveNote@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAdhesiveNote(AdhesiveNote value)
value - allowed object is
AdhesiveNote@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public EdgeGluing getEdgeGluing()
EdgeGluing@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public HardCoverBinding getHardCoverBinding()
HardCoverBinding@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public LooseBinding getLooseBinding()
LooseBinding@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public SaddleStitching getSaddleStitching()
SaddleStitching@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public SideStitching getSideStitching()
SideStitching@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public SoftCoverBinding getSoftCoverBinding()
SoftCoverBinding@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Tabs getTabs()
Tabs@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00: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="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public NamedColor getBackCoverColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBackCoverColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBackCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBackCoverColorDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public NamedColor getBindingColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBindingColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBindingColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBindingColorDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public BindingIntent.BindingOrder getBindingOrder()
BindingIntent.BindingOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBindingOrder(BindingIntent.BindingOrder value)
value - allowed object is
BindingIntent.BindingOrder@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Edge getBindingSide()
Edge@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBindingSide(Edge value)
value - allowed object is
Edge@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public BindingIntent.BindingType getBindingType()
BindingIntent.BindingType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setBindingType(BindingIntent.BindingType value)
value - allowed object is
BindingIntent.BindingType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Product> getChildren()
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 children property.
For example, to add a new item, do as follows:
getChildren().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public NamedColor getCoverColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setCoverColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setCoverColorDetails(java.lang.String value)
value - allowed object is
Stringpublic BindingIntent withAdhesiveNote(AdhesiveNote value)
public BindingIntent withEdgeGluing(EdgeGluing value)
public BindingIntent withHardCoverBinding(HardCoverBinding value)
public BindingIntent withLooseBinding(LooseBinding value)
public BindingIntent withSaddleStitching(SaddleStitching value)
public BindingIntent withSideStitching(SideStitching value)
public BindingIntent withSoftCoverBinding(SoftCoverBinding value)
public BindingIntent withTabs(Tabs value)
public BindingIntent withBackCoverColor(NamedColor value)
public BindingIntent withBackCoverColorDetails(java.lang.String value)
public BindingIntent withBindingColor(NamedColor value)
public BindingIntent withBindingColorDetails(java.lang.String value)
public BindingIntent withBindingOrder(BindingIntent.BindingOrder value)
public BindingIntent withBindingSide(Edge value)
public BindingIntent withBindingType(BindingIntent.BindingType value)
public BindingIntent withChildren(Product... values)
public BindingIntent withChildren(java.util.Collection<Product> values)
public BindingIntent withCoverColor(NamedColor value)
public BindingIntent withCoverColorDetails(java.lang.String value)
public BindingIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic BindingIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic 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 ProductIntentpublic int hashCode()
hashCode in class ProductIntentpublic final java.util.List<Product> getChildrenRaw()