Class Content
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.Content
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class Content extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Content complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Content"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}BarcodeProductionParams" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ContentMetadata" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ImageCompression" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}OCGControl" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}PositionObj" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ScreenSelector" minOccurs="0"/> </sequence> <attribute name="BinderySignatureIDs" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="ContentStatus" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="HasBleeds" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="IsBlank" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="IsTrapped" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="PageLabel" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Separations" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="SourceBleedBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" /> <attribute name="SourceClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" /> <attribute name="SourceTrimBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BarcodeProductionParamsbarcodeProductionParamsprotected java.util.List<java.lang.String>binderySignatureIDsprotected ContentMetadatacontentMetadataprotected java.util.List<java.lang.String>contentStatusprotected java.lang.StringcontentTypeprotected java.util.List<FileSpec>fileSpecprotected java.lang.BooleanhasBleedsprotected ImageCompressionimageCompressionprotected java.lang.BooleanisBlankprotected java.lang.BooleanisTrappedprotected java.util.List<OCGControl>ocgControlprotected java.lang.StringpageLabelprotected java.util.List<PositionObj>positionObjprotected ScreenSelectorscreenSelectorprotected java.util.List<java.lang.String>separationsprotected RectanglesourceBleedBoxprotected RectanglesourceClipBoxprotected RectanglesourceTrimBox
-
Constructor Summary
Constructors Constructor Description Content()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)BarcodeProductionParamsgetBarcodeProductionParams()Gets the value of the barcodeProductionParams property.java.util.List<java.lang.String>getBinderySignatureIDs()Gets the value of the binderySignatureIDs property.ContentMetadatagetContentMetadata()Gets the value of the contentMetadata property.java.util.List<java.lang.String>getContentStatus()Gets the value of the contentStatus property.java.lang.StringgetContentType()Gets the value of the contentType property.java.util.List<FileSpec>getFileSpec()Gets the value of the fileSpec property.ImageCompressiongetImageCompression()Gets the value of the imageCompression property.java.util.List<OCGControl>getOCGControl()Gets the value of the ocgControl property.java.lang.StringgetPageLabel()Gets the value of the pageLabel property.java.util.List<PositionObj>getPositionObj()Gets the value of the positionObj property.ScreenSelectorgetScreenSelector()Gets the value of the screenSelector property.java.util.List<java.lang.String>getSeparations()Gets the value of the separations property.RectanglegetSourceBleedBox()Gets the value of the sourceBleedBox property.RectanglegetSourceClipBox()Gets the value of the sourceClipBox property.RectanglegetSourceTrimBox()Gets the value of the sourceTrimBox property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisHasBleeds()Gets the value of the hasBleeds property.java.lang.BooleanisIsBlank()Gets the value of the isBlank property.java.lang.BooleanisIsTrapped()Gets the value of the isTrapped property.voidsetBarcodeProductionParams(BarcodeProductionParams value)Sets the value of the barcodeProductionParams property.voidsetContentMetadata(ContentMetadata value)Sets the value of the contentMetadata property.voidsetContentType(java.lang.String value)Sets the value of the contentType property.voidsetHasBleeds(java.lang.Boolean value)Sets the value of the hasBleeds property.voidsetImageCompression(ImageCompression value)Sets the value of the imageCompression property.voidsetIsBlank(java.lang.Boolean value)Sets the value of the isBlank property.voidsetIsTrapped(java.lang.Boolean value)Sets the value of the isTrapped property.voidsetPageLabel(java.lang.String value)Sets the value of the pageLabel property.voidsetScreenSelector(ScreenSelector value)Sets the value of the screenSelector property.voidsetSourceBleedBox(Rectangle value)Sets the value of the sourceBleedBox property.voidsetSourceClipBox(Rectangle value)Sets the value of the sourceClipBox property.voidsetSourceTrimBox(Rectangle value)Sets the value of the sourceTrimBox property.ContentwithBarcodeProductionParams(BarcodeProductionParams value)ContentwithBinderySignatureIDs(java.lang.String... values)ContentwithBinderySignatureIDs(java.util.Collection<java.lang.String> values)ContentwithContentMetadata(ContentMetadata value)ContentwithContentStatus(java.lang.String... values)ContentwithContentStatus(java.util.Collection<java.lang.String> values)ContentwithContentType(java.lang.String value)ContentwithFileSpec(java.util.Collection<FileSpec> values)ContentwithFileSpec(FileSpec... values)ContentwithHasBleeds(java.lang.Boolean value)ContentwithImageCompression(ImageCompression value)ContentwithIsBlank(java.lang.Boolean value)ContentwithIsTrapped(java.lang.Boolean value)ContentwithOCGControl(java.util.Collection<OCGControl> values)ContentwithOCGControl(OCGControl... values)ContentwithPageLabel(java.lang.String value)ContentwithPositionObj(java.util.Collection<PositionObj> values)ContentwithPositionObj(PositionObj... values)ContentwithScreenSelector(ScreenSelector value)ContentwithSeparations(java.lang.String... values)ContentwithSeparations(java.util.Collection<java.lang.String> values)ContentwithSourceBleedBox(Rectangle value)ContentwithSourceClipBox(Rectangle value)ContentwithSourceTrimBox(Rectangle value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
barcodeProductionParams
protected BarcodeProductionParams barcodeProductionParams
-
contentMetadata
protected ContentMetadata contentMetadata
-
fileSpec
protected java.util.List<FileSpec> fileSpec
-
imageCompression
protected ImageCompression imageCompression
-
ocgControl
protected java.util.List<OCGControl> ocgControl
-
positionObj
protected java.util.List<PositionObj> positionObj
-
screenSelector
protected ScreenSelector screenSelector
-
binderySignatureIDs
protected java.util.List<java.lang.String> binderySignatureIDs
-
contentStatus
protected java.util.List<java.lang.String> contentStatus
-
contentType
protected java.lang.String contentType
-
hasBleeds
protected java.lang.Boolean hasBleeds
-
isBlank
protected java.lang.Boolean isBlank
-
isTrapped
protected java.lang.Boolean isTrapped
-
pageLabel
protected java.lang.String pageLabel
-
separations
protected java.util.List<java.lang.String> separations
-
sourceBleedBox
protected Rectangle sourceBleedBox
-
sourceClipBox
protected Rectangle sourceClipBox
-
sourceTrimBox
protected Rectangle sourceTrimBox
-
-
Method Detail
-
getBarcodeProductionParams
public BarcodeProductionParams getBarcodeProductionParams()
Gets the value of the barcodeProductionParams property.- Returns:
- possible object is
BarcodeProductionParams
-
setBarcodeProductionParams
public void setBarcodeProductionParams(BarcodeProductionParams value)
Sets the value of the barcodeProductionParams property.- Parameters:
value- allowed object isBarcodeProductionParams
-
getContentMetadata
public ContentMetadata getContentMetadata()
Gets the value of the contentMetadata property.- Returns:
- possible object is
ContentMetadata
-
setContentMetadata
public void setContentMetadata(ContentMetadata value)
Sets the value of the contentMetadata property.- Parameters:
value- allowed object isContentMetadata
-
getFileSpec
public java.util.List<FileSpec> getFileSpec()
Gets the value of the fileSpec property.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
setmethod for the fileSpec property.For example, to add a new item, do as follows:
getFileSpec().add(newItem);Objects of the following type(s) are allowed in the list
FileSpec
-
getImageCompression
public ImageCompression getImageCompression()
Gets the value of the imageCompression property.- Returns:
- possible object is
ImageCompression
-
setImageCompression
public void setImageCompression(ImageCompression value)
Sets the value of the imageCompression property.- Parameters:
value- allowed object isImageCompression
-
getOCGControl
public java.util.List<OCGControl> getOCGControl()
Gets the value of the ocgControl property.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
setmethod for the ocgControl property.For example, to add a new item, do as follows:
getOCGControl().add(newItem);Objects of the following type(s) are allowed in the list
OCGControl
-
getPositionObj
public java.util.List<PositionObj> getPositionObj()
Gets the value of the positionObj property.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
setmethod for the positionObj property.For example, to add a new item, do as follows:
getPositionObj().add(newItem);Objects of the following type(s) are allowed in the list
PositionObj
-
getScreenSelector
public ScreenSelector getScreenSelector()
Gets the value of the screenSelector property.- Returns:
- possible object is
ScreenSelector
-
setScreenSelector
public void setScreenSelector(ScreenSelector value)
Sets the value of the screenSelector property.- Parameters:
value- allowed object isScreenSelector
-
getBinderySignatureIDs
public java.util.List<java.lang.String> getBinderySignatureIDs()
Gets the value of the binderySignatureIDs property.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
setmethod for the binderySignatureIDs property.For example, to add a new item, do as follows:
getBinderySignatureIDs().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getContentStatus
public java.util.List<java.lang.String> getContentStatus()
Gets the value of the contentStatus property.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
setmethod for the contentStatus property.For example, to add a new item, do as follows:
getContentStatus().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getContentType
public java.lang.String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(java.lang.String value)
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-
isHasBleeds
public java.lang.Boolean isHasBleeds()
Gets the value of the hasBleeds property.- Returns:
- possible object is
Boolean
-
setHasBleeds
public void setHasBleeds(java.lang.Boolean value)
Sets the value of the hasBleeds property.- Parameters:
value- allowed object isBoolean
-
isIsBlank
public java.lang.Boolean isIsBlank()
Gets the value of the isBlank property.- Returns:
- possible object is
Boolean
-
setIsBlank
public void setIsBlank(java.lang.Boolean value)
Sets the value of the isBlank property.- Parameters:
value- allowed object isBoolean
-
isIsTrapped
public java.lang.Boolean isIsTrapped()
Gets the value of the isTrapped property.- Returns:
- possible object is
Boolean
-
setIsTrapped
public void setIsTrapped(java.lang.Boolean value)
Sets the value of the isTrapped property.- Parameters:
value- allowed object isBoolean
-
getPageLabel
public java.lang.String getPageLabel()
Gets the value of the pageLabel property.- Returns:
- possible object is
String
-
setPageLabel
public void setPageLabel(java.lang.String value)
Sets the value of the pageLabel property.- Parameters:
value- allowed object isString
-
getSeparations
public java.util.List<java.lang.String> getSeparations()
Gets the value of the separations property.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
setmethod for the separations property.For example, to add a new item, do as follows:
getSeparations().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getSourceBleedBox
public Rectangle getSourceBleedBox()
Gets the value of the sourceBleedBox property.- Returns:
- possible object is
String
-
setSourceBleedBox
public void setSourceBleedBox(Rectangle value)
Sets the value of the sourceBleedBox property.- Parameters:
value- allowed object isString
-
getSourceClipBox
public Rectangle getSourceClipBox()
Gets the value of the sourceClipBox property.- Returns:
- possible object is
String
-
setSourceClipBox
public void setSourceClipBox(Rectangle value)
Sets the value of the sourceClipBox property.- Parameters:
value- allowed object isString
-
getSourceTrimBox
public Rectangle getSourceTrimBox()
Gets the value of the sourceTrimBox property.- Returns:
- possible object is
String
-
setSourceTrimBox
public void setSourceTrimBox(Rectangle value)
Sets the value of the sourceTrimBox property.- Parameters:
value- allowed object isString
-
withBarcodeProductionParams
public Content withBarcodeProductionParams(BarcodeProductionParams value)
-
withContentMetadata
public Content withContentMetadata(ContentMetadata value)
-
withImageCompression
public Content withImageCompression(ImageCompression value)
-
withOCGControl
public Content withOCGControl(OCGControl... values)
-
withOCGControl
public Content withOCGControl(java.util.Collection<OCGControl> values)
-
withPositionObj
public Content withPositionObj(PositionObj... values)
-
withPositionObj
public Content withPositionObj(java.util.Collection<PositionObj> values)
-
withScreenSelector
public Content withScreenSelector(ScreenSelector value)
-
withBinderySignatureIDs
public Content withBinderySignatureIDs(java.lang.String... values)
-
withBinderySignatureIDs
public Content withBinderySignatureIDs(java.util.Collection<java.lang.String> values)
-
withContentStatus
public Content withContentStatus(java.lang.String... values)
-
withContentStatus
public Content withContentStatus(java.util.Collection<java.lang.String> values)
-
withContentType
public Content withContentType(java.lang.String value)
-
withHasBleeds
public Content withHasBleeds(java.lang.Boolean value)
-
withIsBlank
public Content withIsBlank(java.lang.Boolean value)
-
withIsTrapped
public Content withIsTrapped(java.lang.Boolean value)
-
withPageLabel
public Content withPageLabel(java.lang.String value)
-
withSeparations
public Content withSeparations(java.lang.String... values)
-
withSeparations
public Content withSeparations(java.util.Collection<java.lang.String> values)
-
equals
public 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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-