@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class VariableIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for VariableIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariableIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<attribute name="Area" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="AveragePages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ChildRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="ColorsUsedFront" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorsUsedBack" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="MaxPages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MinPages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NumberOfCopies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="VariableType" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="OneLine"/>
<enumeration value="AddressField"/>
<enumeration value="IdentificationField"/>
<enumeration value="Area"/>
</restriction>
</simpleType>
</attribute>
<attribute name="VariableQuality">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Simple"/>
<enumeration value="Imprint"/>
<enumeration value="Full"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VariableIntent.VariableQuality
Java class for null.
|
static class |
VariableIntent.VariableType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
area |
protected java.lang.Integer |
averagePages |
protected java.util.List<Resource> |
children |
protected java.util.List<java.lang.String> |
colorsUsedBack |
protected java.util.List<java.lang.String> |
colorsUsedFront |
protected java.lang.Integer |
maxPages |
protected java.lang.Integer |
minPages |
protected java.lang.Integer |
numberOfCopies |
protected VariableIntent.VariableQuality |
variableQuality |
protected VariableIntent.VariableType |
variableType |
any| Constructor and Description |
|---|
VariableIntent() |
| 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.Float |
getArea()
Gets the value of the area property.
|
java.lang.Integer |
getAveragePages()
Gets the value of the averagePages property.
|
java.util.List<Resource> |
getChildren()
Gets the value of the children property.
|
java.util.List<java.lang.String> |
getColorsUsedBack()
Gets the value of the colorsUsedBack property.
|
java.util.List<java.lang.String> |
getColorsUsedFront()
Gets the value of the colorsUsedFront property.
|
java.lang.Integer |
getMaxPages()
Gets the value of the maxPages property.
|
java.lang.Integer |
getMinPages()
Gets the value of the minPages property.
|
java.lang.Integer |
getNumberOfCopies()
Gets the value of the numberOfCopies property.
|
VariableIntent.VariableQuality |
getVariableQuality()
Gets the value of the variableQuality property.
|
VariableIntent.VariableType |
getVariableType()
Gets the value of the variableType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setArea(java.lang.Float value)
Sets the value of the area property.
|
void |
setAveragePages(java.lang.Integer value)
Sets the value of the averagePages property.
|
void |
setMaxPages(java.lang.Integer value)
Sets the value of the maxPages property.
|
void |
setMinPages(java.lang.Integer value)
Sets the value of the minPages property.
|
void |
setNumberOfCopies(java.lang.Integer value)
Sets the value of the numberOfCopies property.
|
void |
setVariableQuality(VariableIntent.VariableQuality value)
Sets the value of the variableQuality property.
|
void |
setVariableType(VariableIntent.VariableType value)
Sets the value of the variableType property.
|
VariableIntent |
withAny(java.util.Collection<java.lang.Object> values) |
VariableIntent |
withAny(java.lang.Object... values) |
VariableIntent |
withArea(java.lang.Float value) |
VariableIntent |
withAveragePages(java.lang.Integer value) |
VariableIntent |
withChildren(java.util.Collection<Resource> values) |
VariableIntent |
withChildren(Resource... values) |
VariableIntent |
withColorsUsedBack(java.util.Collection<java.lang.String> values) |
VariableIntent |
withColorsUsedBack(java.lang.String... values) |
VariableIntent |
withColorsUsedFront(java.util.Collection<java.lang.String> values) |
VariableIntent |
withColorsUsedFront(java.lang.String... values) |
VariableIntent |
withMaxPages(java.lang.Integer value) |
VariableIntent |
withMinPages(java.lang.Integer value) |
VariableIntent |
withNumberOfCopies(java.lang.Integer value) |
VariableIntent |
withVariableQuality(VariableIntent.VariableQuality value) |
VariableIntent |
withVariableType(VariableIntent.VariableType value) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float area
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer averagePages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> children
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorsUsedFront
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorsUsedBack
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer maxPages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer minPages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer numberOfCopies
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected VariableIntent.VariableType variableType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected VariableIntent.VariableQuality variableQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getArea()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setArea(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getAveragePages()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setAveragePages(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getChildren()
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 children property.
For example, to add a new item, do as follows:
getChildren().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorsUsedFront()
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 colorsUsedFront property.
For example, to add a new item, do as follows:
getColorsUsedFront().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorsUsedBack()
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 colorsUsedBack property.
For example, to add a new item, do as follows:
getColorsUsedBack().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMaxPages()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setMaxPages(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMinPages()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setMinPages(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getNumberOfCopies()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setNumberOfCopies(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public VariableIntent.VariableType getVariableType()
VariableIntent.VariableType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setVariableType(VariableIntent.VariableType value)
value - allowed object is
VariableIntent.VariableType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public VariableIntent.VariableQuality getVariableQuality()
VariableIntent.VariableQuality@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setVariableQuality(VariableIntent.VariableQuality value)
value - allowed object is
VariableIntent.VariableQualitypublic VariableIntent withArea(java.lang.Float value)
public VariableIntent withAveragePages(java.lang.Integer value)
public VariableIntent withChildren(Resource... values)
public VariableIntent withChildren(java.util.Collection<Resource> values)
public VariableIntent withColorsUsedFront(java.lang.String... values)
public VariableIntent withColorsUsedFront(java.util.Collection<java.lang.String> values)
public VariableIntent withColorsUsedBack(java.lang.String... values)
public VariableIntent withColorsUsedBack(java.util.Collection<java.lang.String> values)
public VariableIntent withMaxPages(java.lang.Integer value)
public VariableIntent withMinPages(java.lang.Integer value)
public VariableIntent withNumberOfCopies(java.lang.Integer value)
public VariableIntent withVariableType(VariableIntent.VariableType value)
public VariableIntent withVariableQuality(VariableIntent.VariableQuality value)
public VariableIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic VariableIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic 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 ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic 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 ProductIntentpublic int hashCode()
hashCode in class ProductIntent