public class BindingIntent extends IntentType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindList" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ThreadSealing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Tabs" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}EdgeGluing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SoftCoverBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HardCoverBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Tape" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SideSewing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PlasticCombBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}WireCombBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CoilBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SideStitching" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RingBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ChannelBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ThreadSewing" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SaddleStitching" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}StripBinding" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="BindingOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BindingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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="BindingSide" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BackCoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="BindingLength" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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 java.lang.String |
backCoverColorDetails |
protected EnumNamedColor |
bindingColor |
protected java.lang.String |
bindingColorDetails |
protected java.lang.String |
bindingLength |
protected java.lang.String |
bindingOrder |
protected java.lang.String |
bindingSide |
protected java.lang.String |
bindingType |
protected java.util.List<java.lang.Object> |
bindLists |
protected java.util.List<ChannelBinding> |
channelBindings |
protected java.util.List<CoilBinding> |
coilBindings |
protected EnumNamedColor |
coverColor |
protected java.lang.String |
coverColorDetails |
protected java.util.List<EdgeGluing> |
edgeGluings |
protected java.util.List<HardCoverBinding> |
hardCoverBindings |
protected java.util.List<PlasticCombBinding> |
plasticCombBindings |
protected java.util.List<RingBinding> |
ringBindings |
protected java.util.List<SaddleStitching> |
saddleStitchings |
protected java.util.List<java.lang.Object> |
sideSewings |
protected java.util.List<SideStitching> |
sideStitchings |
protected java.util.List<SoftCoverBinding> |
softCoverBindings |
protected java.util.List<StripBinding> |
stripBindings |
protected java.util.List<Tabs> |
tabs |
protected java.util.List<java.lang.Object> |
tapes |
protected java.util.List<java.lang.Object> |
threadSealings |
protected java.util.List<ThreadSewing> |
threadSewings |
protected java.util.List<WireCombBinding> |
wireCombBindings |
| Constructor and Description |
|---|
BindingIntent() |
| Modifier and Type | Method and Description |
|---|---|
EnumNamedColor |
getBackCoverColor()
Gets the value of the backCoverColor property.
|
java.lang.String |
getBackCoverColorDetails()
Gets the value of the backCoverColorDetails property.
|
EnumNamedColor |
getBindingColor()
Gets the value of the bindingColor property.
|
java.lang.String |
getBindingColorDetails()
Gets the value of the bindingColorDetails property.
|
java.lang.String |
getBindingLength()
Gets the value of the bindingLength property.
|
java.lang.String |
getBindingOrder()
Gets the value of the bindingOrder property.
|
java.lang.String |
getBindingSide()
Gets the value of the bindingSide property.
|
java.lang.String |
getBindingType()
Gets the value of the bindingType property.
|
java.util.List<java.lang.Object> |
getBindLists()
Gets the value of the bindLists property.
|
java.util.List<ChannelBinding> |
getChannelBindings()
Gets the value of the channelBindings property.
|
java.util.List<CoilBinding> |
getCoilBindings()
Gets the value of the coilBindings property.
|
EnumNamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
java.lang.String |
getCoverColorDetails()
Gets the value of the coverColorDetails property.
|
java.util.List<EdgeGluing> |
getEdgeGluings()
Gets the value of the edgeGluings property.
|
java.util.List<HardCoverBinding> |
getHardCoverBindings()
Gets the value of the hardCoverBindings property.
|
java.util.List<PlasticCombBinding> |
getPlasticCombBindings()
Gets the value of the plasticCombBindings property.
|
java.util.List<RingBinding> |
getRingBindings()
Gets the value of the ringBindings property.
|
java.util.List<SaddleStitching> |
getSaddleStitchings()
Gets the value of the saddleStitchings property.
|
java.util.List<java.lang.Object> |
getSideSewings()
Gets the value of the sideSewings property.
|
java.util.List<SideStitching> |
getSideStitchings()
Gets the value of the sideStitchings property.
|
java.util.List<SoftCoverBinding> |
getSoftCoverBindings()
Gets the value of the softCoverBindings property.
|
java.util.List<StripBinding> |
getStripBindings()
Gets the value of the stripBindings property.
|
java.util.List<Tabs> |
getTabs()
Gets the value of the tabs property.
|
java.util.List<java.lang.Object> |
getTapes()
Gets the value of the tapes property.
|
java.util.List<java.lang.Object> |
getThreadSealings()
Gets the value of the threadSealings property.
|
java.util.List<ThreadSewing> |
getThreadSewings()
Gets the value of the threadSewings property.
|
java.util.List<WireCombBinding> |
getWireCombBindings()
Gets the value of the wireCombBindings property.
|
void |
setBackCoverColor(EnumNamedColor value)
Sets the value of the backCoverColor property.
|
void |
setBackCoverColorDetails(java.lang.String value)
Sets the value of the backCoverColorDetails property.
|
void |
setBindingColor(EnumNamedColor value)
Sets the value of the bindingColor property.
|
void |
setBindingColorDetails(java.lang.String value)
Sets the value of the bindingColorDetails property.
|
void |
setBindingLength(java.lang.String value)
Sets the value of the bindingLength property.
|
void |
setBindingOrder(java.lang.String value)
Sets the value of the bindingOrder property.
|
void |
setBindingSide(java.lang.String value)
Sets the value of the bindingSide property.
|
void |
setBindingType(java.lang.String value)
Sets the value of the bindingType property.
|
void |
setCoverColor(EnumNamedColor value)
Sets the value of the coverColor property.
|
void |
setCoverColorDetails(java.lang.String value)
Sets the value of the coverColorDetails property.
|
protected java.util.List<StripBinding> stripBindings
protected java.util.List<SaddleStitching> saddleStitchings
protected java.util.List<ThreadSewing> threadSewings
protected java.util.List<ChannelBinding> channelBindings
protected java.util.List<RingBinding> ringBindings
protected java.util.List<SideStitching> sideStitchings
protected java.util.List<CoilBinding> coilBindings
protected java.util.List<WireCombBinding> wireCombBindings
protected java.util.List<PlasticCombBinding> plasticCombBindings
protected java.util.List<java.lang.Object> sideSewings
protected java.util.List<java.lang.Object> tapes
protected java.util.List<HardCoverBinding> hardCoverBindings
protected java.util.List<SoftCoverBinding> softCoverBindings
protected java.util.List<EdgeGluing> edgeGluings
protected java.util.List<Tabs> tabs
protected java.util.List<java.lang.Object> threadSealings
protected java.util.List<java.lang.Object> bindLists
protected java.lang.String bindingOrder
protected java.lang.String bindingType
protected java.lang.String backCoverColorDetails
protected EnumNamedColor bindingColor
protected java.lang.String bindingColorDetails
protected java.lang.String bindingSide
protected EnumNamedColor coverColor
protected EnumNamedColor backCoverColor
protected java.lang.String bindingLength
protected java.lang.String coverColorDetails
public java.util.List<StripBinding> getStripBindings()
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 stripBindings property.
For example, to add a new item, do as follows:
getStripBindings().add(newItem);
Objects of the following type(s) are allowed in the list
StripBinding
public java.util.List<SaddleStitching> getSaddleStitchings()
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 saddleStitchings property.
For example, to add a new item, do as follows:
getSaddleStitchings().add(newItem);
Objects of the following type(s) are allowed in the list
SaddleStitching
public java.util.List<ThreadSewing> getThreadSewings()
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 threadSewings property.
For example, to add a new item, do as follows:
getThreadSewings().add(newItem);
Objects of the following type(s) are allowed in the list
ThreadSewing
public java.util.List<ChannelBinding> getChannelBindings()
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 channelBindings property.
For example, to add a new item, do as follows:
getChannelBindings().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelBinding
public java.util.List<RingBinding> getRingBindings()
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 ringBindings property.
For example, to add a new item, do as follows:
getRingBindings().add(newItem);
Objects of the following type(s) are allowed in the list
RingBinding
public java.util.List<SideStitching> getSideStitchings()
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 sideStitchings property.
For example, to add a new item, do as follows:
getSideStitchings().add(newItem);
Objects of the following type(s) are allowed in the list
SideStitching
public java.util.List<CoilBinding> getCoilBindings()
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 coilBindings property.
For example, to add a new item, do as follows:
getCoilBindings().add(newItem);
Objects of the following type(s) are allowed in the list
CoilBinding
public java.util.List<WireCombBinding> getWireCombBindings()
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 wireCombBindings property.
For example, to add a new item, do as follows:
getWireCombBindings().add(newItem);
Objects of the following type(s) are allowed in the list
WireCombBinding
public java.util.List<PlasticCombBinding> getPlasticCombBindings()
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 plasticCombBindings property.
For example, to add a new item, do as follows:
getPlasticCombBindings().add(newItem);
Objects of the following type(s) are allowed in the list
PlasticCombBinding
public java.util.List<java.lang.Object> getSideSewings()
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 sideSewings property.
For example, to add a new item, do as follows:
getSideSewings().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.util.List<java.lang.Object> getTapes()
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 tapes property.
For example, to add a new item, do as follows:
getTapes().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.util.List<HardCoverBinding> getHardCoverBindings()
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 hardCoverBindings property.
For example, to add a new item, do as follows:
getHardCoverBindings().add(newItem);
Objects of the following type(s) are allowed in the list
HardCoverBinding
public java.util.List<SoftCoverBinding> getSoftCoverBindings()
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 softCoverBindings property.
For example, to add a new item, do as follows:
getSoftCoverBindings().add(newItem);
Objects of the following type(s) are allowed in the list
SoftCoverBinding
public java.util.List<EdgeGluing> getEdgeGluings()
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 edgeGluings property.
For example, to add a new item, do as follows:
getEdgeGluings().add(newItem);
Objects of the following type(s) are allowed in the list
EdgeGluing
public java.util.List<Tabs> getTabs()
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 tabs property.
For example, to add a new item, do as follows:
getTabs().add(newItem);
Objects of the following type(s) are allowed in the list
Tabs
public java.util.List<java.lang.Object> getThreadSealings()
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 threadSealings property.
For example, to add a new item, do as follows:
getThreadSealings().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.util.List<java.lang.Object> getBindLists()
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 bindLists property.
For example, to add a new item, do as follows:
getBindLists().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public java.lang.String getBindingOrder()
Stringpublic void setBindingOrder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBindingType()
Stringpublic void setBindingType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBackCoverColorDetails()
Stringpublic void setBackCoverColorDetails(java.lang.String value)
value - allowed object is
Stringpublic EnumNamedColor getBindingColor()
EnumNamedColorpublic void setBindingColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic java.lang.String getBindingColorDetails()
Stringpublic void setBindingColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBindingSide()
Stringpublic void setBindingSide(java.lang.String value)
value - allowed object is
Stringpublic EnumNamedColor getCoverColor()
EnumNamedColorpublic void setCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic EnumNamedColor getBackCoverColor()
EnumNamedColorpublic void setBackCoverColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic java.lang.String getBindingLength()
Stringpublic void setBindingLength(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoverColorDetails()
Stringpublic void setCoverColorDetails(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.