@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class MediaIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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="BackCoatings" type="{http://www.CIP4.org/JDFSchema_2_0}Coatings" />
<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="Flute" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FluteDirection" type="{http://www.CIP4.org/JDFSchema_2_0}MediaDirection" />
<attribute name="FrontCoatings" type="{http://www.CIP4.org/JDFSchema_2_0}Coatings" />
<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="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" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MediaTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="NamedWeight" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<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}double" />
<attribute name="Weight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Coatings |
backCoatings |
protected ISOPaperSubstrate |
backISOPaperSubstrate |
protected java.lang.String |
brand |
protected java.lang.Boolean |
buyerSupplied |
protected java.util.List<Certification> |
certification |
protected java.lang.String |
flute |
protected MediaDirection |
fluteDirection |
protected Coatings |
frontCoatings |
protected MediaDirection |
grainDirection |
protected ISOPaperSubstrate |
isoPaperSubstrate |
protected NamedColor |
mediaColor |
protected java.lang.String |
mediaColorDetails |
protected java.lang.String |
mediaQuality |
protected java.lang.String |
mediaType |
protected java.lang.String |
mediaTypeDetails |
protected java.lang.String |
namedWeight |
protected EnumOpacity |
opacity |
protected java.lang.Boolean |
prePrinted |
protected java.lang.String |
stockType |
protected java.lang.String |
texture |
protected java.lang.Double |
thickness |
protected java.lang.Double |
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.EqualsStrategy strategy) |
Coatings |
getBackCoatings()
Gets the value of the backCoatings 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.
|
java.lang.String |
getFlute()
Gets the value of the flute property.
|
MediaDirection |
getFluteDirection()
Gets the value of the fluteDirection property.
|
Coatings |
getFrontCoatings()
Gets the value of the frontCoatings property.
|
MediaDirection |
getGrainDirection()
Gets the value of the grainDirection property.
|
ISOPaperSubstrate |
getISOPaperSubstrate()
Gets the value of the isoPaperSubstrate 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.
|
java.lang.String |
getMediaType()
Gets the value of the mediaType property.
|
java.lang.String |
getMediaTypeDetails()
Gets the value of the mediaTypeDetails property.
|
java.lang.String |
getNamedWeight()
Gets the value of the namedWeight 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.Double |
getThickness()
Gets the value of the thickness property.
|
java.lang.Double |
getWeight()
Gets the value of the weight property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isBuyerSupplied()
Gets the value of the buyerSupplied property.
|
java.lang.Boolean |
isPrePrinted()
Gets the value of the prePrinted property.
|
void |
setBackCoatings(Coatings value)
Sets the value of the backCoatings 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 |
setFlute(java.lang.String value)
Sets the value of the flute property.
|
void |
setFluteDirection(MediaDirection value)
Sets the value of the fluteDirection property.
|
void |
setFrontCoatings(Coatings value)
Sets the value of the frontCoatings 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(java.lang.String value)
Sets the value of the mediaType property.
|
void |
setMediaTypeDetails(java.lang.String value)
Sets the value of the mediaTypeDetails property.
|
void |
setNamedWeight(java.lang.String value)
Sets the value of the namedWeight 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.Double value)
Sets the value of the thickness property.
|
void |
setWeight(java.lang.Double value)
Sets the value of the weight property.
|
MediaIntent |
withAny(java.util.Collection<java.lang.Object> values) |
MediaIntent |
withAny(java.lang.Object... values) |
MediaIntent |
withBackCoatings(Coatings 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 |
withFlute(java.lang.String value) |
MediaIntent |
withFluteDirection(MediaDirection value) |
MediaIntent |
withFrontCoatings(Coatings value) |
MediaIntent |
withGrainDirection(MediaDirection value) |
MediaIntent |
withISOPaperSubstrate(ISOPaperSubstrate value) |
MediaIntent |
withMediaColor(NamedColor value) |
MediaIntent |
withMediaColorDetails(java.lang.String value) |
MediaIntent |
withMediaQuality(java.lang.String value) |
MediaIntent |
withMediaType(java.lang.String value) |
MediaIntent |
withMediaTypeDetails(java.lang.String value) |
MediaIntent |
withNamedWeight(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.Double value) |
MediaIntent |
withWeight(java.lang.Double value) |
getAny, getOtherAttributes@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<Certification> certification
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Coatings backCoatings
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ISOPaperSubstrate backISOPaperSubstrate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String brand
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean buyerSupplied
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String flute
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected MediaDirection fluteDirection
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Coatings frontCoatings
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected MediaDirection grainDirection
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ISOPaperSubstrate isoPaperSubstrate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected NamedColor mediaColor
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaColorDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaQuality
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String mediaTypeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String namedWeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected EnumOpacity opacity
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean prePrinted
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String stockType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String texture
@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 thickness
@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 weight
@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<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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Coatings getBackCoatings()
Coatings@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBackCoatings(Coatings value)
value - allowed object is
Coatings@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ISOPaperSubstrate getBackISOPaperSubstrate()
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBrand()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isBuyerSupplied()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getFlute()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public MediaDirection getFluteDirection()
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Coatings getFrontCoatings()
Coatings@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFrontCoatings(Coatings value)
value - allowed object is
Coatings@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public MediaDirection getGrainDirection()
MediaDirection@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ISOPaperSubstrate getISOPaperSubstrate()
ISOPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public NamedColor getMediaColor()
NamedColor@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaQuality()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getMediaType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMediaType(java.lang.String 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.lang.String getMediaTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getNamedWeight()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNamedWeight(java.lang.String 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 EnumOpacity getOpacity()
EnumOpacity@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPrePrinted()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getStockType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getTexture()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getThickness()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setThickness(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.lang.Double getWeight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setWeight(java.lang.Double value)
value - allowed object is
Doublepublic MediaIntent withCertification(Certification... values)
public MediaIntent withCertification(java.util.Collection<Certification> values)
public MediaIntent withBackCoatings(Coatings value)
public MediaIntent withBackISOPaperSubstrate(ISOPaperSubstrate value)
public MediaIntent withBrand(java.lang.String value)
public MediaIntent withBuyerSupplied(java.lang.Boolean value)
public MediaIntent withFlute(java.lang.String value)
public MediaIntent withFluteDirection(MediaDirection value)
public MediaIntent withFrontCoatings(Coatings value)
public MediaIntent withGrainDirection(MediaDirection value)
public MediaIntent withISOPaperSubstrate(ISOPaperSubstrate value)
public MediaIntent withMediaColor(NamedColor value)
public MediaIntent withMediaColorDetails(java.lang.String value)
public MediaIntent withMediaQuality(java.lang.String value)
public MediaIntent withMediaType(java.lang.String value)
public MediaIntent withMediaTypeDetails(java.lang.String value)
public MediaIntent withNamedWeight(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.Double value)
public MediaIntent withWeight(java.lang.Double 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.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