@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class MediaIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MediaIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MediaIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Certification" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BackCoating" type="{http://www.CIP4.org/JDFSchema_2_0}Coating" />
<attribute name="BackISOPaperSubstrate" type="{http://www.CIP4.org/JDFSchema_2_0}ISOPaperSubstrate" />
<attribute name="Brand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BuyerSupplied" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Coating" type="{http://www.CIP4.org/JDFSchema_2_0}Coating" />
<attribute name="Flute" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FluteDirection" type="{http://www.CIP4.org/JDFSchema_2_0}MediaDirection" />
<attribute name="GrainDirection" type="{http://www.CIP4.org/JDFSchema_2_0}MediaDirection" />
<attribute name="ISOPaperSubstrate" type="{http://www.CIP4.org/JDFSchema_2_0}ISOPaperSubstrate" />
<attribute name="LabColorValue" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="MediaColor" type="{http://www.CIP4.org/JDFSchema_2_0}NamedColor" />
<attribute name="MediaColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaQuality" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaType" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}MediaType" />
<attribute name="MediaTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Opacity" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOpacity" />
<attribute name="PrePrinted" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="StockType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Texture" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Weight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Coating |
backCoating |
protected ISOPaperSubstrate |
backISOPaperSubstrate |
protected java.lang.String |
brand |
protected java.lang.Boolean |
buyerSupplied |
protected java.util.List<Certification> |
certification |
protected Coating |
coating |
protected java.lang.String |
flute |
protected MediaDirection |
fluteDirection |
protected MediaDirection |
grainDirection |
protected ISOPaperSubstrate |
isoPaperSubstrate |
protected java.util.List<java.lang.Float> |
labColorValue |
protected NamedColor |
mediaColor |
protected java.lang.String |
mediaColorDetails |
protected java.lang.String |
mediaQuality |
protected MediaType |
mediaType |
protected java.lang.String |
mediaTypeDetails |
protected EnumOpacity |
opacity |
protected java.lang.Boolean |
prePrinted |
protected java.lang.String |
stockType |
protected java.lang.String |
texture |
protected java.lang.Float |
thickness |
protected java.lang.Float |
weight |
any| Constructor and Description |
|---|
MediaIntent() |
| 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.EqualsStrategy2 strategy) |
Coating |
getBackCoating()
Gets the value of the backCoating property.
|
ISOPaperSubstrate |
getBackISOPaperSubstrate()
Gets the value of the backISOPaperSubstrate property.
|
java.lang.String |
getBrand()
Gets the value of the brand property.
|
java.util.List<Certification> |
getCertification()
Gets the value of the certification property.
|
Coating |
getCoating()
Gets the value of the coating property.
|
java.lang.String |
getFlute()
Gets the value of the flute property.
|
MediaDirection |
getFluteDirection()
Gets the value of the fluteDirection property.
|
MediaDirection |
getGrainDirection()
Gets the value of the grainDirection property.
|
ISOPaperSubstrate |
getISOPaperSubstrate()
Gets the value of the isoPaperSubstrate property.
|
java.util.List<java.lang.Float> |
getLabColorValue()
Gets the value of the labColorValue property.
|
NamedColor |
getMediaColor()
Gets the value of the mediaColor property.
|
java.lang.String |
getMediaColorDetails()
Gets the value of the mediaColorDetails property.
|
java.lang.String |
getMediaQuality()
Gets the value of the mediaQuality property.
|
MediaType |
getMediaType()
Gets the value of the mediaType property.
|
java.lang.String |
getMediaTypeDetails()
Gets the value of the mediaTypeDetails property.
|
EnumOpacity |
getOpacity()
Gets the value of the opacity property.
|
java.lang.String |
getStockType()
Gets the value of the stockType property.
|
java.lang.String |
getTexture()
Gets the value of the texture property.
|
java.lang.Float |
getThickness()
Gets the value of the thickness property.
|
java.lang.Float |
getWeight()
Gets the value of the weight property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
java.lang.Boolean |
isBuyerSupplied()
Gets the value of the buyerSupplied property.
|
java.lang.Boolean |
isPrePrinted()
Gets the value of the prePrinted property.
|
void |
setBackCoating(Coating value)
Sets the value of the backCoating property.
|
void |
setBackISOPaperSubstrate(ISOPaperSubstrate value)
Sets the value of the backISOPaperSubstrate property.
|
void |
setBrand(java.lang.String value)
Sets the value of the brand property.
|
void |
setBuyerSupplied(java.lang.Boolean value)
Sets the value of the buyerSupplied property.
|
void |
setCoating(Coating value)
Sets the value of the coating property.
|
void |
setFlute(java.lang.String value)
Sets the value of the flute property.
|
void |
setFluteDirection(MediaDirection value)
Sets the value of the fluteDirection property.
|
void |
setGrainDirection(MediaDirection value)
Sets the value of the grainDirection property.
|
void |
setISOPaperSubstrate(ISOPaperSubstrate value)
Sets the value of the isoPaperSubstrate property.
|
void |
setMediaColor(NamedColor value)
Sets the value of the mediaColor property.
|
void |
setMediaColorDetails(java.lang.String value)
Sets the value of the mediaColorDetails property.
|
void |
setMediaQuality(java.lang.String value)
Sets the value of the mediaQuality property.
|
void |
setMediaType(MediaType value)
Sets the value of the mediaType property.
|
void |
setMediaTypeDetails(java.lang.String value)
Sets the value of the mediaTypeDetails property.
|
void |
setOpacity(EnumOpacity value)
Sets the value of the opacity property.
|
void |
setPrePrinted(java.lang.Boolean value)
Sets the value of the prePrinted property.
|
void |
setStockType(java.lang.String value)
Sets the value of the stockType property.
|
void |
setTexture(java.lang.String value)
Sets the value of the texture property.
|
void |
setThickness(java.lang.Float value)
Sets the value of the thickness property.
|
void |
setWeight(java.lang.Float value)
Sets the value of the weight property.
|
MediaIntent |
withAny(java.util.Collection<java.lang.Object> values) |
MediaIntent |
withAny(java.lang.Object... values) |
MediaIntent |
withBackCoating(Coating value) |
MediaIntent |
withBackISOPaperSubstrate(ISOPaperSubstrate value) |
MediaIntent |
withBrand(java.lang.String value) |
MediaIntent |
withBuyerSupplied(java.lang.Boolean value) |
MediaIntent |
withCertification(Certification... values) |
MediaIntent |
withCertification(java.util.Collection<Certification> values) |
MediaIntent |
withCoating(Coating value) |
MediaIntent |
withFlute(java.lang.String value) |
MediaIntent |
withFluteDirection(MediaDirection value) |
MediaIntent |
withGrainDirection(MediaDirection value) |
MediaIntent |
withISOPaperSubstrate(ISOPaperSubstrate value) |
MediaIntent |
withLabColorValue(java.util.Collection<java.lang.Float> values) |
MediaIntent |
withLabColorValue(java.lang.Float... values) |
MediaIntent |
withMediaColor(NamedColor value) |
MediaIntent |
withMediaColorDetails(java.lang.String value) |
MediaIntent |
withMediaQuality(java.lang.String value) |
MediaIntent |
withMediaType(MediaType value) |
MediaIntent |
withMediaTypeDetails(java.lang.String value) |
MediaIntent |
withOpacity(EnumOpacity value) |
MediaIntent |
withPrePrinted(java.lang.Boolean value) |
MediaIntent |
withStockType(java.lang.String value) |
MediaIntent |
withTexture(java.lang.String value) |
MediaIntent |
withThickness(java.lang.Float value) |
MediaIntent |
withWeight(java.lang.Float value) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Certification> certification
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Coating backCoating
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected ISOPaperSubstrate backISOPaperSubstrate
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String brand
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean buyerSupplied
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Coating coating
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String flute
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected MediaDirection fluteDirection
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected MediaDirection grainDirection
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected ISOPaperSubstrate isoPaperSubstrate
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> labColorValue
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected NamedColor mediaColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected MediaType mediaType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaTypeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected EnumOpacity opacity
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean prePrinted
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String stockType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String texture
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float thickness
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float weight
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Certification> getCertification()
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 certification property.
For example, to add a new item, do as follows:
getCertification().add(newItem);
Objects of the following type(s) are allowed in the list
Certification
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Coating getBackCoating()
Coating@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBackCoating(Coating value)
value - allowed object is
Coating@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public ISOPaperSubstrate getBackISOPaperSubstrate()
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBackISOPaperSubstrate(ISOPaperSubstrate value)
value - allowed object is
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBrand()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBrand(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isBuyerSupplied()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBuyerSupplied(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Coating getCoating()
Coating@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCoating(Coating value)
value - allowed object is
Coating@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFlute()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setFlute(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public MediaDirection getFluteDirection()
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setFluteDirection(MediaDirection value)
value - allowed object is
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public MediaDirection getGrainDirection()
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setGrainDirection(MediaDirection value)
value - allowed object is
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public ISOPaperSubstrate getISOPaperSubstrate()
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setISOPaperSubstrate(ISOPaperSubstrate value)
value - allowed object is
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getLabColorValue()
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 labColorValue property.
For example, to add a new item, do as follows:
getLabColorValue().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public NamedColor getMediaColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMediaColor(NamedColor value)
value - allowed object is
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMediaColorDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaQuality()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMediaQuality(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public MediaType getMediaType()
MediaType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMediaType(MediaType value)
value - allowed object is
MediaType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setMediaTypeDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public EnumOpacity getOpacity()
EnumOpacity@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setOpacity(EnumOpacity value)
value - allowed object is
EnumOpacity@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPrePrinted()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setPrePrinted(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getStockType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setStockType(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getTexture()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTexture(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getThickness()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setThickness(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getWeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setWeight(java.lang.Float value)
value - allowed object is
Floatpublic MediaIntent withCertification(Certification... values)
public MediaIntent withCertification(java.util.Collection<Certification> values)
public MediaIntent withBackCoating(Coating value)
public MediaIntent withBackISOPaperSubstrate(ISOPaperSubstrate value)
public MediaIntent withBrand(java.lang.String value)
public MediaIntent withBuyerSupplied(java.lang.Boolean value)
public MediaIntent withCoating(Coating value)
public MediaIntent withFlute(java.lang.String value)
public MediaIntent withFluteDirection(MediaDirection value)
public MediaIntent withGrainDirection(MediaDirection value)
public MediaIntent withISOPaperSubstrate(ISOPaperSubstrate value)
public MediaIntent withLabColorValue(java.lang.Float... values)
public MediaIntent withLabColorValue(java.util.Collection<java.lang.Float> values)
public MediaIntent withMediaColor(NamedColor value)
public MediaIntent withMediaColorDetails(java.lang.String value)
public MediaIntent withMediaQuality(java.lang.String value)
public MediaIntent withMediaType(MediaType value)
public MediaIntent withMediaTypeDetails(java.lang.String value)
public MediaIntent withOpacity(EnumOpacity value)
public MediaIntent withPrePrinted(java.lang.Boolean value)
public MediaIntent withStockType(java.lang.String value)
public MediaIntent withTexture(java.lang.String value)
public MediaIntent withThickness(java.lang.Float value)
public MediaIntent withWeight(java.lang.Float value)
public MediaIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic MediaIntent 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ProductIntentpublic int hashCode()
hashCode in class ProductIntent