Class TrimmingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class TrimmingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for TrimmingParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="TrimmingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Height" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TrimCover">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Back"/>
                 <enumeration value="Both"/>
                 <enumeration value="Front"/>
                 <enumeration value="Neither"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="TrimmingOffset" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Width" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • height

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float height
      • trimCover

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected TrimmingParams.TrimCover trimCover
      • trimmingOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float trimmingOffset
      • width

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float width
    • Constructor Detail

      • TrimmingParams

        public TrimmingParams()
    • Method Detail

      • getHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Float
      • setHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setHeight​(java.lang.Float value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Float
      • getTrimCover

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public TrimmingParams.TrimCover getTrimCover()
        Gets the value of the trimCover property.
        Returns:
        possible object is TrimmingParams.TrimCover
      • setTrimCover

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTrimCover​(TrimmingParams.TrimCover value)
        Sets the value of the trimCover property.
        Parameters:
        value - allowed object is TrimmingParams.TrimCover
      • getTrimmingOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getTrimmingOffset()
        Gets the value of the trimmingOffset property.
        Returns:
        possible object is Float
      • setTrimmingOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTrimmingOffset​(java.lang.Float value)
        Sets the value of the trimmingOffset property.
        Parameters:
        value - allowed object is Float
      • getWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getWidth()
        Gets the value of the width property.
        Returns:
        possible object is Float
      • setWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setWidth​(java.lang.Float value)
        Sets the value of the width property.
        Parameters:
        value - allowed object is Float
      • withHeight

        public TrimmingParams withHeight​(java.lang.Float value)
      • withTrimmingOffset

        public TrimmingParams withTrimmingOffset​(java.lang.Float value)
      • withWidth

        public TrimmingParams withWidth​(java.lang.Float value)