@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class FillMark
extends java.lang.Object
implements java.io.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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ClipPath"/>
<enumeration value="SourceClipPath"/>
<enumeration value="TrimClipPath"/>
<enumeration value="TrimBox"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FillMark.KnockoutSource
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
knockoutBleed |
protected java.util.List<Resource> |
knockouts |
protected FillMark.KnockoutSource |
knockoutSource |
protected java.util.List<MarkColor> |
markColor |
| Constructor and Description |
|---|
FillMark() |
| 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) |
java.lang.Double |
getKnockoutBleed()
Gets the value of the knockoutBleed property.
|
java.util.List<Resource> |
getKnockouts()
Gets the value of the knockouts property.
|
FillMark.KnockoutSource |
getKnockoutSource()
Gets the value of the knockoutSource property.
|
java.util.List<MarkColor> |
getMarkColor()
Gets the value of the markColor property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setKnockoutBleed(java.lang.Double value)
Sets the value of the knockoutBleed property.
|
void |
setKnockoutSource(FillMark.KnockoutSource value)
Sets the value of the knockoutSource property.
|
FillMark |
withKnockoutBleed(java.lang.Double value) |
FillMark |
withKnockouts(java.util.Collection<Resource> values) |
FillMark |
withKnockouts(Resource... values) |
FillMark |
withKnockoutSource(FillMark.KnockoutSource value) |
FillMark |
withMarkColor(java.util.Collection<MarkColor> values) |
FillMark |
withMarkColor(MarkColor... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<MarkColor> markColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double knockoutBleed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> knockouts
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FillMark.KnockoutSource knockoutSource
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getKnockoutBleed()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setKnockoutBleed(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getKnockouts()
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 knockouts property.
For example, to add a new item, do as follows:
getKnockouts().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FillMark.KnockoutSource getKnockoutSource()
FillMark.KnockoutSource@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setKnockoutSource(FillMark.KnockoutSource value)
value - allowed object is
FillMark.KnockoutSource@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public FillMark withKnockoutBleed(java.lang.Double value)
public FillMark withKnockoutSource(FillMark.KnockoutSource value)
public 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.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object