Class RubberStampAnnotationType.Position

  • Enclosing class:
    RubberStampAnnotationType

    public static class RubberStampAnnotationType.Position
    extends Object

    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">
           <choice minOccurs="0">
             <element name="rectangle" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Position

        public Position()
    • Method Detail

      • getRectangle

        public RectangleType getRectangle()
        Gets the value of the rectangle property.
        Returns:
        possible object is RectangleType
      • setRectangle

        public void setRectangle​(RectangleType value)
        Sets the value of the rectangle property.
        Parameters:
        value - allowed object is RectangleType
      • isSetRectangle

        public boolean isSetRectangle()