@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class LooseBindingParams extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for LooseBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LooseBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HolePattern" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ChannelBindingDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CoilBindingDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CombBindingDetails" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RingBindingDetails" minOccurs="0"/>
</sequence>
<attribute name="BinderBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BindingType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="CoverColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="CoverColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CoverMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FlipBackCover" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="HoleType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Length" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Material" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBindingMaterial" />
<attribute name="SpineColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="SpineColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binderBrand |
protected String |
bindingType |
protected ChannelBindingDetails |
channelBindingDetails |
protected CoilBindingDetails |
coilBindingDetails |
protected CombBindingDetails |
combBindingDetails |
protected EnumNamedColor |
coverColor |
protected String |
coverColorDetails |
protected String |
coverMaterial |
protected Boolean |
flipBackCover |
protected List<HolePattern> |
holePattern |
protected String |
holeType |
protected Double |
length |
protected EnumBindingMaterial |
material |
protected RingBindingDetails |
ringBindingDetails |
protected EnumNamedColor |
spineColor |
protected String |
spineColorDetails |
| Constructor and Description |
|---|
LooseBindingParams() |
| 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) |
String |
getBinderBrand()
Gets the value of the binderBrand property.
|
String |
getBindingType()
Gets the value of the bindingType property.
|
ChannelBindingDetails |
getChannelBindingDetails()
Gets the value of the channelBindingDetails property.
|
CoilBindingDetails |
getCoilBindingDetails()
Gets the value of the coilBindingDetails property.
|
CombBindingDetails |
getCombBindingDetails()
Gets the value of the combBindingDetails property.
|
EnumNamedColor |
getCoverColor()
Gets the value of the coverColor property.
|
String |
getCoverColorDetails()
Gets the value of the coverColorDetails property.
|
String |
getCoverMaterial()
Gets the value of the coverMaterial property.
|
List<HolePattern> |
getHolePattern()
Gets the value of the holePattern property.
|
String |
getHoleType()
Gets the value of the holeType property.
|
Double |
getLength()
Gets the value of the length property.
|
EnumBindingMaterial |
getMaterial()
Gets the value of the material property.
|
RingBindingDetails |
getRingBindingDetails()
Gets the value of the ringBindingDetails property.
|
EnumNamedColor |
getSpineColor()
Gets the value of the spineColor property.
|
String |
getSpineColorDetails()
Gets the value of the spineColorDetails property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isFlipBackCover()
Gets the value of the flipBackCover property.
|
void |
setBinderBrand(String value)
Sets the value of the binderBrand property.
|
void |
setBindingType(String value)
Sets the value of the bindingType property.
|
void |
setChannelBindingDetails(ChannelBindingDetails value)
Sets the value of the channelBindingDetails property.
|
void |
setCoilBindingDetails(CoilBindingDetails value)
Sets the value of the coilBindingDetails property.
|
void |
setCombBindingDetails(CombBindingDetails value)
Sets the value of the combBindingDetails property.
|
void |
setCoverColor(EnumNamedColor value)
Sets the value of the coverColor property.
|
void |
setCoverColorDetails(String value)
Sets the value of the coverColorDetails property.
|
void |
setCoverMaterial(String value)
Sets the value of the coverMaterial property.
|
void |
setFlipBackCover(Boolean value)
Sets the value of the flipBackCover property.
|
void |
setHoleType(String value)
Sets the value of the holeType property.
|
void |
setLength(Double value)
Sets the value of the length property.
|
void |
setMaterial(EnumBindingMaterial value)
Sets the value of the material property.
|
void |
setRingBindingDetails(RingBindingDetails value)
Sets the value of the ringBindingDetails property.
|
void |
setSpineColor(EnumNamedColor value)
Sets the value of the spineColor property.
|
void |
setSpineColorDetails(String value)
Sets the value of the spineColorDetails property.
|
LooseBindingParams |
withBinderBrand(String value) |
LooseBindingParams |
withBindingType(String value) |
LooseBindingParams |
withChannelBindingDetails(ChannelBindingDetails value) |
LooseBindingParams |
withCoilBindingDetails(CoilBindingDetails value) |
LooseBindingParams |
withCombBindingDetails(CombBindingDetails value) |
LooseBindingParams |
withCoverColor(EnumNamedColor value) |
LooseBindingParams |
withCoverColorDetails(String value) |
LooseBindingParams |
withCoverMaterial(String value) |
LooseBindingParams |
withFlipBackCover(Boolean value) |
LooseBindingParams |
withHolePattern(Collection<HolePattern> values) |
LooseBindingParams |
withHolePattern(HolePattern... values) |
LooseBindingParams |
withHoleType(String value) |
LooseBindingParams |
withLength(Double value) |
LooseBindingParams |
withMaterial(EnumBindingMaterial value) |
LooseBindingParams |
withRingBindingDetails(RingBindingDetails value) |
LooseBindingParams |
withSpineColor(EnumNamedColor value) |
LooseBindingParams |
withSpineColorDetails(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<HolePattern> holePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected ChannelBindingDetails channelBindingDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected CoilBindingDetails coilBindingDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected CombBindingDetails combBindingDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected RingBindingDetails ringBindingDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String binderBrand
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String bindingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor coverColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String coverColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String coverMaterial
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Boolean flipBackCover
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String holeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double length
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumBindingMaterial material
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor spineColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String spineColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<HolePattern> getHolePattern()
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 holePattern property.
For example, to add a new item, do as follows:
getHolePattern().add(newItem);
Objects of the following type(s) are allowed in the list
HolePattern
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public ChannelBindingDetails getChannelBindingDetails()
ChannelBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setChannelBindingDetails(ChannelBindingDetails value)
value - allowed object is
ChannelBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public CoilBindingDetails getCoilBindingDetails()
CoilBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCoilBindingDetails(CoilBindingDetails value)
value - allowed object is
CoilBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public CombBindingDetails getCombBindingDetails()
CombBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCombBindingDetails(CombBindingDetails value)
value - allowed object is
CombBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public RingBindingDetails getRingBindingDetails()
RingBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setRingBindingDetails(RingBindingDetails value)
value - allowed object is
RingBindingDetails@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getBinderBrand()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBinderBrand(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getBindingType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBindingType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getCoverColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getCoverColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getCoverMaterial()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCoverMaterial(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Boolean isFlipBackCover()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFlipBackCover(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getHoleType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setHoleType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getLength()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setLength(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumBindingMaterial getMaterial()
EnumBindingMaterial@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMaterial(EnumBindingMaterial value)
value - allowed object is
EnumBindingMaterial@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getSpineColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setSpineColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getSpineColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setSpineColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withHolePattern(HolePattern... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withHolePattern(Collection<HolePattern> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withChannelBindingDetails(ChannelBindingDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withCoilBindingDetails(CoilBindingDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withCombBindingDetails(CombBindingDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withRingBindingDetails(RingBindingDetails value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withBinderBrand(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withBindingType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withCoverColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withCoverColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withCoverMaterial(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withFlipBackCover(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withHoleType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withLength(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withMaterial(EnumBindingMaterial value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withSpineColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public LooseBindingParams withSpineColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.