Class CasingInParams

  • 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 CasingInParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for CasingInParams complex type.

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

    
     <complexType name="CasingInParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="CaseRadius" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="CoverWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SpineWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • glue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<Glue> glue
      • caseRadius

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

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

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

      • CasingInParams

        public CasingInParams()
    • Method Detail

      • getGlue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<Glue> getGlue()
        Gets the value of the glue 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 glue property.

        For example, to add a new item, do as follows:

            getGlue().add(newItem);
         

        Objects of the following type(s) are allowed in the list Glue

        Returns:
        The value of the glue property.
      • getCaseRadius

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

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

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

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

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

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

        public CasingInParams withCaseRadius​(java.lang.Float value)
      • withCoverWidth

        public CasingInParams withCoverWidth​(java.lang.Float value)
      • withSpineWidth

        public CasingInParams withSpineWidth​(java.lang.Float value)