Class Content

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class Content
    extends SpecificResource
    implements java.io.Serializable

    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 Detail

      • barcodeProductionParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected BarcodeProductionParams barcodeProductionParams
      • contentMetadata

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected ContentMetadata contentMetadata
      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<FileSpec> fileSpec
      • imageCompression

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected ImageCompression imageCompression
      • ocgControl

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<OCGControl> ocgControl
      • positionObj

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<PositionObj> positionObj
      • screenSelector

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected ScreenSelector screenSelector
      • binderySignatureIDs

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<java.lang.String> binderySignatureIDs
      • contentStatus

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<java.lang.String> contentStatus
      • contentType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String contentType
      • hasBleeds

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean hasBleeds
      • isBlank

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean isBlank
      • isTrapped

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean isTrapped
      • pageLabel

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.String pageLabel
      • separations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<java.lang.String> separations
      • sourceBleedBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Rectangle sourceBleedBox
      • sourceClipBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Rectangle sourceClipBox
      • sourceTrimBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Rectangle sourceTrimBox
    • Constructor Detail

      • Content

        public Content()
    • Method Detail

      • getBarcodeProductionParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public BarcodeProductionParams getBarcodeProductionParams()
        Gets the value of the barcodeProductionParams property.
        Returns:
        possible object is BarcodeProductionParams
      • setBarcodeProductionParams

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setBarcodeProductionParams​(BarcodeProductionParams value)
        Sets the value of the barcodeProductionParams property.
        Parameters:
        value - allowed object is BarcodeProductionParams
      • getContentMetadata

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public ContentMetadata getContentMetadata()
        Gets the value of the contentMetadata property.
        Returns:
        possible object is ContentMetadata
      • setContentMetadata

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setContentMetadata​(ContentMetadata value)
        Sets the value of the contentMetadata property.
        Parameters:
        value - allowed object is ContentMetadata
      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the fileSpec property.
      • getImageCompression

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public ImageCompression getImageCompression()
        Gets the value of the imageCompression property.
        Returns:
        possible object is ImageCompression
      • setImageCompression

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setImageCompression​(ImageCompression value)
        Sets the value of the imageCompression property.
        Parameters:
        value - allowed object is ImageCompression
      • getOCGControl

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the ocgControl property.
      • getPositionObj

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the positionObj property.
      • getScreenSelector

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public ScreenSelector getScreenSelector()
        Gets the value of the screenSelector property.
        Returns:
        possible object is ScreenSelector
      • setScreenSelector

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setScreenSelector​(ScreenSelector value)
        Sets the value of the screenSelector property.
        Parameters:
        value - allowed object is ScreenSelector
      • getBinderySignatureIDs

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the binderySignatureIDs property.
      • getContentStatus

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the contentStatus property.
      • getContentType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setContentType​(java.lang.String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String
      • isHasBleeds

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isHasBleeds()
        Gets the value of the hasBleeds property.
        Returns:
        possible object is Boolean
      • setHasBleeds

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setHasBleeds​(java.lang.Boolean value)
        Sets the value of the hasBleeds property.
        Parameters:
        value - allowed object is Boolean
      • isIsBlank

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isIsBlank()
        Gets the value of the isBlank property.
        Returns:
        possible object is Boolean
      • setIsBlank

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setIsBlank​(java.lang.Boolean value)
        Sets the value of the isBlank property.
        Parameters:
        value - allowed object is Boolean
      • isIsTrapped

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isIsTrapped()
        Gets the value of the isTrapped property.
        Returns:
        possible object is Boolean
      • setIsTrapped

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setIsTrapped​(java.lang.Boolean value)
        Sets the value of the isTrapped property.
        Parameters:
        value - allowed object is Boolean
      • getPageLabel

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.String getPageLabel()
        Gets the value of the pageLabel property.
        Returns:
        possible object is String
      • setPageLabel

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setPageLabel​(java.lang.String value)
        Sets the value of the pageLabel property.
        Parameters:
        value - allowed object is String
      • getSeparations

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        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 Jakarta XML Binding object. This is why there is not a set method 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

        Returns:
        The value of the separations property.
      • getSourceBleedBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Rectangle getSourceBleedBox()
        Gets the value of the sourceBleedBox property.
        Returns:
        possible object is String
      • setSourceBleedBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSourceBleedBox​(Rectangle value)
        Sets the value of the sourceBleedBox property.
        Parameters:
        value - allowed object is String
      • getSourceClipBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Rectangle getSourceClipBox()
        Gets the value of the sourceClipBox property.
        Returns:
        possible object is String
      • setSourceClipBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSourceClipBox​(Rectangle value)
        Sets the value of the sourceClipBox property.
        Parameters:
        value - allowed object is String
      • getSourceTrimBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Rectangle getSourceTrimBox()
        Gets the value of the sourceTrimBox property.
        Returns:
        possible object is String
      • setSourceTrimBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setSourceTrimBox​(Rectangle value)
        Sets the value of the sourceTrimBox property.
        Parameters:
        value - allowed object is String
      • withFileSpec

        public Content withFileSpec​(java.util.Collection<FileSpec> values)
      • withOCGControl

        public Content withOCGControl​(java.util.Collection<OCGControl> values)
      • withPositionObj

        public Content withPositionObj​(java.util.Collection<PositionObj> values)
      • 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)