public class BindingIntent extends IntentType implements 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>
| Constructor and Description |
|---|
BindingIntent() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getBindingLength()
Gets the value of the bindingLength property.
|
String |
getBindingOrder()
Gets the value of the bindingOrder property.
|
String |
getBindingSide()
Gets the value of the bindingSide property.
|
String |
getBindingType()
Gets the value of the bindingType property.
|
List<Object> |
getBindLists()
Gets the value of the bindLists property.
|
List<ChannelBinding> |
getChannelBindings()
Gets the value of the channelBindings property.
|
List<CoilBinding> |
getCoilBindings()
Gets the value of the coilBindings property.
|
EnumNamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
String |
getCoverColorDetails()
Gets the value of the coverColorDetails property.
|
List<EdgeGluing> |
getEdgeGluings()
Gets the value of the edgeGluings property.
|
List<HardCoverBinding> |
getHardCoverBindings()
Gets the value of the hardCoverBindings property.
|
List<PlasticCombBinding> |
getPlasticCombBindings()
Gets the value of the plasticCombBindings property.
|
List<RingBinding> |
getRingBindings()
Gets the value of the ringBindings property.
|
List<SaddleStitching> |
getSaddleStitchings()
Gets the value of the saddleStitchings property.
|
List<Object> |
getSideSewings()
Gets the value of the sideSewings property.
|
List<SideStitching> |
getSideStitchings()
Gets the value of the sideStitchings property.
|
List<SoftCoverBinding> |
getSoftCoverBindings()
Gets the value of the softCoverBindings property.
|
List<StripBinding> |
getStripBindings()
Gets the value of the stripBindings property.
|
List<Tabs> |
getTabs()
Gets the value of the tabs property.
|
List<Object> |
getTapes()
Gets the value of the tapes property.
|
List<Object> |
getThreadSealings()
Gets the value of the threadSealings property.
|
List<ThreadSewing> |
getThreadSewings()
Gets the value of the threadSewings property.
|
List<WireCombBinding> |
getWireCombBindings()
Gets the value of the wireCombBindings property.
|
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 |
setBindingLength(String value)
Sets the value of the bindingLength property.
|
void |
setBindingOrder(String value)
Sets the value of the bindingOrder property.
|
void |
setBindingSide(String value)
Sets the value of the bindingSide property.
|
void |
setBindingType(String 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.
|
protected List<StripBinding> stripBindings
protected List<SaddleStitching> saddleStitchings
protected List<ThreadSewing> threadSewings
protected List<ChannelBinding> channelBindings
protected List<RingBinding> ringBindings
protected List<SideStitching> sideStitchings
protected List<CoilBinding> coilBindings
protected List<WireCombBinding> wireCombBindings
protected List<PlasticCombBinding> plasticCombBindings
protected List<HardCoverBinding> hardCoverBindings
protected List<SoftCoverBinding> softCoverBindings
protected List<EdgeGluing> edgeGluings
protected String bindingOrder
protected String bindingType
protected String backCoverColorDetails
protected EnumNamedColor bindingColor
protected String bindingColorDetails
protected String bindingSide
protected EnumNamedColor coverColor
protected EnumNamedColor backCoverColor
protected String bindingLength
protected String coverColorDetails
public 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 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 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 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 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 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 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 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 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 List<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 List<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 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 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 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 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 List<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 List<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 String getBindingOrder()
Stringpublic void setBindingOrder(String value)
value - allowed object is
Stringpublic String getBindingType()
Stringpublic void setBindingType(String value)
value - allowed object is
Stringpublic String getBackCoverColorDetails()
Stringpublic void setBackCoverColorDetails(String value)
value - allowed object is
Stringpublic EnumNamedColor getBindingColor()
EnumNamedColorpublic void setBindingColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic String getBindingColorDetails()
Stringpublic void setBindingColorDetails(String value)
value - allowed object is
Stringpublic String getBindingSide()
Stringpublic void setBindingSide(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 String getBindingLength()
Stringpublic void setBindingLength(String value)
value - allowed object is
Stringpublic String getCoverColorDetails()
StringCopyright © 2012. All Rights Reserved.