public class MediaIntent extends IntentType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MediaLayers" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MediaSetCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="UserMediaType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PrePrinted" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MediaType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="HoleType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaQuality" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FluteDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Texture" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="OpacityLevel" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MediaColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Weight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Grade" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="RecycledPercentage" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MediaTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MediaColor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumNamedColor" />
<attribute name="Brightness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StockBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FrontCoatings" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Opacity" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="StockType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<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="GrainDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BackCoatings" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
backCoatings |
protected java.lang.Double |
brightness |
protected java.lang.Boolean |
buyerSupplied |
protected java.lang.String |
flute |
protected java.lang.String |
fluteDirection |
protected java.lang.String |
frontCoatings |
protected java.lang.Integer |
grade |
protected java.lang.String |
grainDirection |
protected java.lang.String |
holeType |
protected EnumNamedColor |
mediaColor |
protected java.lang.String |
mediaColorDetails |
protected java.util.List<MediaLayers> |
mediaLayers |
protected java.lang.String |
mediaQuality |
protected java.lang.Integer |
mediaSetCount |
protected java.lang.String |
mediaType |
protected java.lang.String |
mediaTypeDetails |
protected java.lang.String |
opacity |
protected java.lang.Double |
opacityLevel |
protected java.lang.Boolean |
prePrinted |
protected java.lang.Double |
recycledPercentage |
protected java.lang.String |
stockBrand |
protected java.lang.String |
stockType |
protected java.lang.String |
texture |
protected java.lang.Double |
thickness |
protected java.lang.String |
userMediaType |
protected java.lang.Double |
weight |
| Constructor and Description |
|---|
MediaIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackCoatings()
Gets the value of the backCoatings property.
|
java.lang.Double |
getBrightness()
Gets the value of the brightness property.
|
java.lang.Boolean |
getBuyerSupplied()
Gets the value of the buyerSupplied property.
|
java.lang.String |
getFlute()
Gets the value of the flute property.
|
java.lang.String |
getFluteDirection()
Gets the value of the fluteDirection property.
|
java.lang.String |
getFrontCoatings()
Gets the value of the frontCoatings property.
|
java.lang.Integer |
getGrade()
Gets the value of the grade property.
|
java.lang.String |
getGrainDirection()
Gets the value of the grainDirection property.
|
java.lang.String |
getHoleType()
Gets the value of the holeType property.
|
EnumNamedColor |
getMediaColor()
Gets the value of the mediaColor property.
|
java.lang.String |
getMediaColorDetails()
Gets the value of the mediaColorDetails property.
|
java.util.List<MediaLayers> |
getMediaLayers()
Gets the value of the mediaLayers property.
|
java.lang.String |
getMediaQuality()
Gets the value of the mediaQuality property.
|
java.lang.Integer |
getMediaSetCount()
Gets the value of the mediaSetCount 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 |
getOpacity()
Gets the value of the opacity property.
|
java.lang.Double |
getOpacityLevel()
Gets the value of the opacityLevel property.
|
java.lang.Boolean |
getPrePrinted()
Gets the value of the prePrinted property.
|
java.lang.Double |
getRecycledPercentage()
Gets the value of the recycledPercentage property.
|
java.lang.String |
getStockBrand()
Gets the value of the stockBrand 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.String |
getUserMediaType()
Gets the value of the userMediaType property.
|
java.lang.Double |
getWeight()
Gets the value of the weight property.
|
void |
setBackCoatings(java.lang.String value)
Sets the value of the backCoatings property.
|
void |
setBrightness(java.lang.Double value)
Sets the value of the brightness 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(java.lang.String value)
Sets the value of the fluteDirection property.
|
void |
setFrontCoatings(java.lang.String value)
Sets the value of the frontCoatings property.
|
void |
setGrade(java.lang.Integer value)
Sets the value of the grade property.
|
void |
setGrainDirection(java.lang.String value)
Sets the value of the grainDirection property.
|
void |
setHoleType(java.lang.String value)
Sets the value of the holeType property.
|
void |
setMediaColor(EnumNamedColor 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 |
setMediaSetCount(java.lang.Integer value)
Sets the value of the mediaSetCount 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 |
setOpacity(java.lang.String value)
Sets the value of the opacity property.
|
void |
setOpacityLevel(java.lang.Double value)
Sets the value of the opacityLevel property.
|
void |
setPrePrinted(java.lang.Boolean value)
Sets the value of the prePrinted property.
|
void |
setRecycledPercentage(java.lang.Double value)
Sets the value of the recycledPercentage property.
|
void |
setStockBrand(java.lang.String value)
Sets the value of the stockBrand 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 |
setUserMediaType(java.lang.String value)
Sets the value of the userMediaType property.
|
void |
setWeight(java.lang.Double value)
Sets the value of the weight property.
|
protected java.util.List<MediaLayers> mediaLayers
protected java.lang.Integer mediaSetCount
protected java.lang.String userMediaType
protected java.lang.Boolean prePrinted
protected java.lang.String mediaType
protected java.lang.String holeType
protected java.lang.String mediaQuality
protected java.lang.Double thickness
protected java.lang.String fluteDirection
protected java.lang.String texture
protected java.lang.Double opacityLevel
protected java.lang.String mediaColorDetails
protected java.lang.Double weight
protected java.lang.Integer grade
protected java.lang.Double recycledPercentage
protected java.lang.String mediaTypeDetails
protected EnumNamedColor mediaColor
protected java.lang.Double brightness
protected java.lang.String stockBrand
protected java.lang.String frontCoatings
protected java.lang.String opacity
protected java.lang.String stockType
protected java.lang.Boolean buyerSupplied
protected java.lang.String flute
protected java.lang.String grainDirection
protected java.lang.String backCoatings
public java.util.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
public java.lang.Integer getMediaSetCount()
Integerpublic void setMediaSetCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getUserMediaType()
Stringpublic void setUserMediaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getPrePrinted()
Booleanpublic void setPrePrinted(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getMediaType()
Stringpublic void setMediaType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHoleType()
Stringpublic void setHoleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMediaQuality()
Stringpublic void setMediaQuality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThickness()
Doublepublic void setThickness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getFluteDirection()
Stringpublic void setFluteDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTexture()
Stringpublic void setTexture(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getOpacityLevel()
Doublepublic void setOpacityLevel(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMediaColorDetails()
Stringpublic void setMediaColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getWeight()
Doublepublic void setWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getGrade()
Integerpublic void setGrade(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getRecycledPercentage()
Doublepublic void setRecycledPercentage(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMediaTypeDetails()
Stringpublic void setMediaTypeDetails(java.lang.String value)
value - allowed object is
Stringpublic EnumNamedColor getMediaColor()
EnumNamedColorpublic void setMediaColor(EnumNamedColor value)
value - allowed object is
EnumNamedColorpublic java.lang.Double getBrightness()
Doublepublic void setBrightness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStockBrand()
Stringpublic void setStockBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFrontCoatings()
Stringpublic void setFrontCoatings(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpacity()
Stringpublic void setOpacity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStockType()
Stringpublic void setStockType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getBuyerSupplied()
Booleanpublic void setBuyerSupplied(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFlute()
Stringpublic void setFlute(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGrainDirection()
Stringpublic void setGrainDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBackCoatings()
Stringpublic void setBackCoatings(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.