@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class RegisterMark
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for RegisterMark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterMark">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MarkType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="MarkUsage">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Color"/>
<enumeration value="PaperPath"/>
<enumeration value="Tile"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute name="Rotation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Separations" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RegisterMark.MarkUsage
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected java.util.List<java.lang.String> |
markType |
protected java.util.List<RegisterMark.MarkUsage> |
markUsage |
protected java.lang.Double |
rotation |
protected java.util.List<java.lang.String> |
separations |
| Constructor and Description |
|---|
RegisterMark() |
| 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) |
XYPair |
getCenter()
Gets the value of the center property.
|
java.util.List<java.lang.String> |
getMarkType()
Gets the value of the markType property.
|
java.util.List<RegisterMark.MarkUsage> |
getMarkUsage()
Gets the value of the markUsage property.
|
java.lang.Double |
getRotation()
Gets the value of the rotation property.
|
java.util.List<java.lang.String> |
getSeparations()
Gets the value of the separations property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setRotation(java.lang.Double value)
Sets the value of the rotation property.
|
RegisterMark |
withCenter(XYPair value) |
RegisterMark |
withMarkType(java.util.Collection<java.lang.String> values) |
RegisterMark |
withMarkType(java.lang.String... values) |
RegisterMark |
withMarkUsage(java.util.Collection<RegisterMark.MarkUsage> values) |
RegisterMark |
withMarkUsage(RegisterMark.MarkUsage... values) |
RegisterMark |
withRotation(java.lang.Double value) |
RegisterMark |
withSeparations(java.util.Collection<java.lang.String> values) |
RegisterMark |
withSeparations(java.lang.String... values) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected XYPair center
@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<java.lang.String> markType
@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<RegisterMark.MarkUsage> markUsage
@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 rotation
@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<java.lang.String> separations
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setCenter(XYPair value)
value - allowed object is
String@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<java.lang.String> getMarkType()
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 markType property.
For example, to add a new item, do as follows:
getMarkType().add(newItem);
Objects of the following type(s) are allowed in the list
String
@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<RegisterMark.MarkUsage> getMarkUsage()
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 markUsage property.
For example, to add a new item, do as follows:
getMarkUsage().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterMark.MarkUsage
@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 getRotation()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setRotation(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<java.lang.String> getSeparations()
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 separations property.
For example, to add a new item, do as follows:
getSeparations().add(newItem);
Objects of the following type(s) are allowed in the list
String
public RegisterMark withCenter(XYPair value)
public RegisterMark withMarkType(java.lang.String... values)
public RegisterMark withMarkType(java.util.Collection<java.lang.String> values)
public RegisterMark withMarkUsage(RegisterMark.MarkUsage... values)
public RegisterMark withMarkUsage(java.util.Collection<RegisterMark.MarkUsage> values)
public RegisterMark withRotation(java.lang.Double value)
public RegisterMark withSeparations(java.lang.String... values)
public RegisterMark withSeparations(java.util.Collection<java.lang.String> values)
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.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic 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 SpecificResourcepublic int hashCode()
hashCode in class SpecificResource