@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class MediaIntent extends IntentType implements 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}IntentType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MediaLayers" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BuyerSupplied" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Certification" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Flute" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FluteDirection" type="{http://www.CIP4.org/JDFSchema_2_0}EnumFluteDirection" />
<attribute name="GrainDirection" type="{http://www.CIP4.org/JDFSchema_2_0}EnumGrainDirection" />
<attribute name="ISOPaperSubstrate" type="{http://www.CIP4.org/JDFSchema_2_0}EnumIsoPaperSubstrate" />
<attribute name="ISOPaperSubstrateBack" type="{http://www.CIP4.org/JDFSchema_2_0}EnumIsoPaperSubstrate" />
<attribute name="MediaColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<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="StockBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
buyerSupplied |
protected String |
certification |
protected String |
flute |
protected EnumFluteDirection |
fluteDirection |
protected EnumGrainDirection |
grainDirection |
protected EnumIsoPaperSubstrate |
isoPaperSubstrate |
protected EnumIsoPaperSubstrate |
isoPaperSubstrateBack |
protected EnumNamedColor |
mediaColor |
protected String |
mediaColorDetails |
protected List<MediaLayers> |
mediaLayers |
protected String |
mediaQuality |
protected String |
mediaType |
protected String |
mediaTypeDetails |
protected String |
namedWeight |
protected EnumOpacity |
opacity |
protected Boolean |
prePrinted |
protected String |
stockBrand |
protected String |
stockType |
protected String |
texture |
protected Double |
thickness |
protected Double |
weight |
| Constructor and Description |
|---|
MediaIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCertification()
Gets the value of the certification property.
|
String |
getFlute()
Gets the value of the flute property.
|
EnumFluteDirection |
getFluteDirection()
Gets the value of the fluteDirection property.
|
EnumGrainDirection |
getGrainDirection()
Gets the value of the grainDirection property.
|
EnumIsoPaperSubstrate |
getISOPaperSubstrate()
Gets the value of the isoPaperSubstrate property.
|
EnumIsoPaperSubstrate |
getISOPaperSubstrateBack()
Gets the value of the isoPaperSubstrateBack property.
|
EnumNamedColor |
getMediaColor()
Gets the value of the mediaColor property.
|
String |
getMediaColorDetails()
Gets the value of the mediaColorDetails property.
|
List<MediaLayers> |
getMediaLayers()
Gets the value of the mediaLayers property.
|
String |
getMediaQuality()
Gets the value of the mediaQuality property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getMediaTypeDetails()
Gets the value of the mediaTypeDetails property.
|
String |
getNamedWeight()
Gets the value of the namedWeight property.
|
EnumOpacity |
getOpacity()
Gets the value of the opacity property.
|
String |
getStockBrand()
Gets the value of the stockBrand property.
|
String |
getStockType()
Gets the value of the stockType property.
|
String |
getTexture()
Gets the value of the texture property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
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) |
Boolean |
isBuyerSupplied()
Gets the value of the buyerSupplied property.
|
Boolean |
isPrePrinted()
Gets the value of the prePrinted property.
|
void |
setBuyerSupplied(Boolean value)
Sets the value of the buyerSupplied property.
|
void |
setCertification(String value)
Sets the value of the certification property.
|
void |
setFlute(String value)
Sets the value of the flute property.
|
void |
setFluteDirection(EnumFluteDirection value)
Sets the value of the fluteDirection property.
|
void |
setGrainDirection(EnumGrainDirection value)
Sets the value of the grainDirection property.
|
void |
setISOPaperSubstrate(EnumIsoPaperSubstrate value)
Sets the value of the isoPaperSubstrate property.
|
void |
setISOPaperSubstrateBack(EnumIsoPaperSubstrate value)
Sets the value of the isoPaperSubstrateBack property.
|
void |
setMediaColor(EnumNamedColor value)
Sets the value of the mediaColor property.
|
void |
setMediaColorDetails(String value)
Sets the value of the mediaColorDetails property.
|
void |
setMediaQuality(String value)
Sets the value of the mediaQuality property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setMediaTypeDetails(String value)
Sets the value of the mediaTypeDetails property.
|
void |
setNamedWeight(String value)
Sets the value of the namedWeight property.
|
void |
setOpacity(EnumOpacity value)
Sets the value of the opacity property.
|
void |
setPrePrinted(Boolean value)
Sets the value of the prePrinted property.
|
void |
setStockBrand(String value)
Sets the value of the stockBrand property.
|
void |
setStockType(String value)
Sets the value of the stockType property.
|
void |
setTexture(String value)
Sets the value of the texture property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
void |
setWeight(Double value)
Sets the value of the weight property.
|
MediaIntent |
withBuyerSupplied(Boolean value) |
MediaIntent |
withCertification(String value) |
MediaIntent |
withFlute(String value) |
MediaIntent |
withFluteDirection(EnumFluteDirection value) |
MediaIntent |
withGrainDirection(EnumGrainDirection value) |
MediaIntent |
withISOPaperSubstrate(EnumIsoPaperSubstrate value) |
MediaIntent |
withISOPaperSubstrateBack(EnumIsoPaperSubstrate value) |
MediaIntent |
withMediaColor(EnumNamedColor value) |
MediaIntent |
withMediaColorDetails(String value) |
MediaIntent |
withMediaLayers(Collection<MediaLayers> values) |
MediaIntent |
withMediaLayers(MediaLayers... values) |
MediaIntent |
withMediaQuality(String value) |
MediaIntent |
withMediaType(String value) |
MediaIntent |
withMediaTypeDetails(String value) |
MediaIntent |
withNamedWeight(String value) |
MediaIntent |
withOpacity(EnumOpacity value) |
MediaIntent |
withPrePrinted(Boolean value) |
MediaIntent |
withStockBrand(String value) |
MediaIntent |
withStockType(String value) |
MediaIntent |
withTexture(String value) |
MediaIntent |
withThickness(Double value) |
MediaIntent |
withWeight(Double value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected List<MediaLayers> mediaLayers
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Boolean buyerSupplied
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String certification
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String flute
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumFluteDirection fluteDirection
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumGrainDirection grainDirection
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumIsoPaperSubstrate isoPaperSubstrate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumIsoPaperSubstrate isoPaperSubstrateBack
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumNamedColor mediaColor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String mediaColorDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String mediaQuality
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String mediaType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String mediaTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String namedWeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumOpacity opacity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Boolean prePrinted
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String stockBrand
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String stockType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String texture
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double thickness
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double weight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public List<MediaLayers> getMediaLayers()
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 mediaLayers property.
For example, to add a new item, do as follows:
getMediaLayers().add(newItem);
Objects of the following type(s) are allowed in the list
MediaLayers
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Boolean isBuyerSupplied()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBuyerSupplied(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getCertification()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCertification(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getFlute()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFlute(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumFluteDirection getFluteDirection()
EnumFluteDirection@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFluteDirection(EnumFluteDirection value)
value - allowed object is
EnumFluteDirection@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumGrainDirection getGrainDirection()
EnumGrainDirection@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setGrainDirection(EnumGrainDirection value)
value - allowed object is
EnumGrainDirection@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumIsoPaperSubstrate getISOPaperSubstrate()
EnumIsoPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setISOPaperSubstrate(EnumIsoPaperSubstrate value)
value - allowed object is
EnumIsoPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumIsoPaperSubstrate getISOPaperSubstrateBack()
EnumIsoPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setISOPaperSubstrateBack(EnumIsoPaperSubstrate value)
value - allowed object is
EnumIsoPaperSubstrate@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumNamedColor getMediaColor()
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMediaColor(EnumNamedColor value)
value - allowed object is
EnumNamedColor@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getMediaColorDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMediaColorDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getMediaQuality()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMediaQuality(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getMediaType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMediaType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getMediaTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setMediaTypeDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getNamedWeight()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setNamedWeight(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumOpacity getOpacity()
EnumOpacity@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+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="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Boolean isPrePrinted()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPrePrinted(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getStockBrand()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setStockBrand(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getStockType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setStockType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getTexture()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setTexture(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getThickness()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setThickness(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getWeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setWeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaLayers(MediaLayers... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaLayers(Collection<MediaLayers> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withBuyerSupplied(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withCertification(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withFlute(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withFluteDirection(EnumFluteDirection value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withGrainDirection(EnumGrainDirection value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withISOPaperSubstrate(EnumIsoPaperSubstrate value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withISOPaperSubstrateBack(EnumIsoPaperSubstrate value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaColor(EnumNamedColor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaColorDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaQuality(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withMediaTypeDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withNamedWeight(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withOpacity(EnumOpacity value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withPrePrinted(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withStockBrand(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withStockType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withTexture(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withThickness(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public MediaIntent withWeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public 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 IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class IntentTypeCopyright © 2016. All rights reserved.