@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class MarkObject
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}CIELABMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorControlStrip" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CutMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScavengerArea" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ContentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CIELABMeasuringField> |
cielabMeasuringField |
protected java.util.List<ColorControlStrip> |
colorControlStrip |
protected Resource |
content |
protected java.util.List<CutMark> |
cutMark |
protected java.util.List<RegisterMark> |
registerMark |
protected java.util.List<ScavengerArea> |
scavengerArea |
| Constructor and Description |
|---|
MarkObject() |
| 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.util.List<CIELABMeasuringField> |
getCIELABMeasuringField()
Gets the value of the cielabMeasuringField property.
|
java.util.List<ColorControlStrip> |
getColorControlStrip()
Gets the value of the colorControlStrip property.
|
Resource |
getContent()
Gets the value of the content property.
|
java.util.List<CutMark> |
getCutMark()
Gets the value of the cutMark 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.
|
java.util.List<RegisterMark> |
getRegisterMark()
Gets the value of the registerMark property.
|
java.util.List<ScavengerArea> |
getScavengerArea()
Gets the value of the scavengerArea property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setContent(Resource value)
Sets the value of the content property.
|
MarkObject |
withCIELABMeasuringField(CIELABMeasuringField... values) |
MarkObject |
withCIELABMeasuringField(java.util.Collection<CIELABMeasuringField> values) |
MarkObject |
withColorControlStrip(java.util.Collection<ColorControlStrip> values) |
MarkObject |
withColorControlStrip(ColorControlStrip... values) |
MarkObject |
withContent(Resource value) |
MarkObject |
withCutMark(java.util.Collection<CutMark> values) |
MarkObject |
withCutMark(CutMark... values) |
MarkObject |
withRegisterMark(java.util.Collection<RegisterMark> values) |
MarkObject |
withRegisterMark(RegisterMark... values) |
MarkObject |
withScavengerArea(java.util.Collection<ScavengerArea> values) |
MarkObject |
withScavengerArea(ScavengerArea... values) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<CIELABMeasuringField> cielabMeasuringField
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ColorControlStrip> colorControlStrip
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<CutMark> cutMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<RegisterMark> registerMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ScavengerArea> scavengerArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Resource content
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<CIELABMeasuringField> getCIELABMeasuringField()
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 cielabMeasuringField property.
For example, to add a new item, do as follows:
getCIELABMeasuringField().add(newItem);
Objects of the following type(s) are allowed in the list
CIELABMeasuringField
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ColorControlStrip> getColorControlStrip()
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 colorControlStrip property.
For example, to add a new item, do as follows:
getColorControlStrip().add(newItem);
Objects of the following type(s) are allowed in the list
ColorControlStrip
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<CutMark> getCutMark()
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 cutMark property.
For example, to add a new item, do as follows:
getCutMark().add(newItem);
Objects of the following type(s) are allowed in the list
CutMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<RegisterMark> getRegisterMark()
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 registerMark property.
For example, to add a new item, do as follows:
getRegisterMark().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ScavengerArea> getScavengerArea()
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 scavengerArea property.
For example, to add a new item, do as follows:
getScavengerArea().add(newItem);
Objects of the following type(s) are allowed in the list
ScavengerArea
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Resource getContent()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setContent(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00: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 MarkObject withCIELABMeasuringField(CIELABMeasuringField... values)
public MarkObject withCIELABMeasuringField(java.util.Collection<CIELABMeasuringField> values)
public MarkObject withColorControlStrip(ColorControlStrip... values)
public MarkObject withColorControlStrip(java.util.Collection<ColorControlStrip> values)
public MarkObject withCutMark(CutMark... values)
public MarkObject withCutMark(java.util.Collection<CutMark> values)
public MarkObject withRegisterMark(RegisterMark... values)
public MarkObject withRegisterMark(java.util.Collection<RegisterMark> values)
public MarkObject withScavengerArea(ScavengerArea... values)
public MarkObject withScavengerArea(java.util.Collection<ScavengerArea> values)
public MarkObject withContent(Resource 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