@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class FillMark extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkColor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="KnockoutBleed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="KnockoutRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="KnockoutSource" type="{http://www.CIP4.org/JDFSchema_2_0}EnumKnockoutSource" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
knockoutBleed |
protected List<Object> |
knockoutRefs |
protected EnumKnockoutSource |
knockoutSource |
protected List<MarkColor> |
markColor |
| Constructor and Description |
|---|
FillMark() |
| 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) |
Double |
getKnockoutBleed()
Gets the value of the knockoutBleed property.
|
List<Object> |
getKnockoutRefs()
Gets the value of the knockoutRefs property.
|
EnumKnockoutSource |
getKnockoutSource()
Gets the value of the knockoutSource property.
|
List<MarkColor> |
getMarkColor()
Gets the value of the markColor property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setKnockoutBleed(Double value)
Sets the value of the knockoutBleed property.
|
void |
setKnockoutSource(EnumKnockoutSource value)
Sets the value of the knockoutSource property.
|
FillMark |
withKnockoutBleed(Double value) |
FillMark |
withKnockoutRefs(Collection<Object> values) |
FillMark |
withKnockoutRefs(Object... values) |
FillMark |
withKnockoutSource(EnumKnockoutSource value) |
FillMark |
withMarkColor(Collection<MarkColor> values) |
FillMark |
withMarkColor(MarkColor... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<MarkColor> markColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Double knockoutBleed
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<Object> knockoutRefs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumKnockoutSource knockoutSource
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<MarkColor> getMarkColor()
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 markColor property.
For example, to add a new item, do as follows:
getMarkColor().add(newItem);
Objects of the following type(s) are allowed in the list
MarkColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Double getKnockoutBleed()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setKnockoutBleed(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<Object> getKnockoutRefs()
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 knockoutRefs property.
For example, to add a new item, do as follows:
getKnockoutRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumKnockoutSource getKnockoutSource()
EnumKnockoutSource@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setKnockoutSource(EnumKnockoutSource value)
value - allowed object is
EnumKnockoutSource@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withMarkColor(MarkColor... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withMarkColor(Collection<MarkColor> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withKnockoutBleed(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withKnockoutRefs(Object... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withKnockoutRefs(Collection<Object> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FillMark withKnockoutSource(EnumKnockoutSource 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.Equals@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)
@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.HashCodeCopyright © 2016. All rights reserved.