Class RepeatDesc

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class RepeatDesc
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="AllowedRotate">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="None"/>
                 <enumeration value="Grain"/>
                 <enumeration value="MinorGrain"/>
                 <enumeration value="CrossGrain"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="GutterX" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="GutterX2" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="GutterY" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="GutterY2" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="LayoutStyle" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
           <attribute name="OrderQuantity" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ShapeDefRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="UseBleed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • gutterX

        protected java.lang.Float gutterX
      • gutterX2

        protected java.lang.Float gutterX2
      • gutterY

        protected java.lang.Float gutterY
      • gutterY2

        protected java.lang.Float gutterY2
      • layoutStyle

        protected java.util.List<java.lang.String> layoutStyle
      • orderQuantity

        protected java.lang.Integer orderQuantity
      • useBleed

        protected java.lang.Boolean useBleed
    • Constructor Detail

      • RepeatDesc

        public RepeatDesc()
    • Method Detail

      • getGutterX

        public java.lang.Float getGutterX()
        Gets the value of the gutterX property.
        Returns:
        possible object is Float
      • setGutterX

        public void setGutterX​(java.lang.Float value)
        Sets the value of the gutterX property.
        Parameters:
        value - allowed object is Float
      • getGutterX2

        public java.lang.Float getGutterX2()
        Gets the value of the gutterX2 property.
        Returns:
        possible object is Float
      • setGutterX2

        public void setGutterX2​(java.lang.Float value)
        Sets the value of the gutterX2 property.
        Parameters:
        value - allowed object is Float
      • getGutterY

        public java.lang.Float getGutterY()
        Gets the value of the gutterY property.
        Returns:
        possible object is Float
      • setGutterY

        public void setGutterY​(java.lang.Float value)
        Sets the value of the gutterY property.
        Parameters:
        value - allowed object is Float
      • getGutterY2

        public java.lang.Float getGutterY2()
        Gets the value of the gutterY2 property.
        Returns:
        possible object is Float
      • setGutterY2

        public void setGutterY2​(java.lang.Float value)
        Sets the value of the gutterY2 property.
        Parameters:
        value - allowed object is Float
      • getLayoutStyle

        public java.util.List<java.lang.String> getLayoutStyle()
        Gets the value of the layoutStyle 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 set method for the layoutStyle property.

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

            getLayoutStyle().add(newItem);
         

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

      • getOrderQuantity

        public java.lang.Integer getOrderQuantity()
        Gets the value of the orderQuantity property.
        Returns:
        possible object is Integer
      • setOrderQuantity

        public void setOrderQuantity​(java.lang.Integer value)
        Sets the value of the orderQuantity property.
        Parameters:
        value - allowed object is Integer
      • getShapeDef

        public Resource getShapeDef()
        Gets the value of the shapeDef property.
        Returns:
        possible object is Object
      • setShapeDef

        public void setShapeDef​(Resource value)
        Sets the value of the shapeDef property.
        Parameters:
        value - allowed object is Object
      • isUseBleed

        public java.lang.Boolean isUseBleed()
        Gets the value of the useBleed property.
        Returns:
        possible object is Boolean
      • setUseBleed

        public void setUseBleed​(java.lang.Boolean value)
        Sets the value of the useBleed property.
        Parameters:
        value - allowed object is Boolean
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withGutterX

        public RepeatDesc withGutterX​(java.lang.Float value)
      • withGutterX2

        public RepeatDesc withGutterX2​(java.lang.Float value)
      • withGutterY

        public RepeatDesc withGutterY​(java.lang.Float value)
      • withGutterY2

        public RepeatDesc withGutterY2​(java.lang.Float value)
      • withLayoutStyle

        public RepeatDesc withLayoutStyle​(java.lang.String... values)
      • withLayoutStyle

        public RepeatDesc withLayoutStyle​(java.util.Collection<java.lang.String> values)
      • withOrderQuantity

        public RepeatDesc withOrderQuantity​(java.lang.Integer value)
      • withUseBleed

        public RepeatDesc withUseBleed​(java.lang.Boolean value)
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object