Class PositionedContentElementType

  • Direct Known Subclasses:
    BarcodeType

    public class PositionedContentElementType
    extends Object

    Java class for PositionedContentElementType complex type.

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

    
     <complexType name="PositionedContentElementType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/barcode}RectangleType" maxOccurs="unbounded"/>
             <choice>
               <element name="plain" type="{http://www.w3.org/2001/XMLSchema}string"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PositionedContentElementType

        public PositionedContentElementType()
    • Method Detail

      • getRectangle

        public List<RectangleType> getRectangle()
        Gets the value of the rectangle 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 rectangle property.

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

            getRectangle().add(newItem);
         

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

        Returns:
        The value of the rectangle property.
      • isSetRectangle

        public boolean isSetRectangle()
      • unsetRectangle

        public void unsetRectangle()
      • getPlain

        public String getPlain()
        Gets the value of the plain property.
        Returns:
        possible object is String
      • setPlain

        public void setPlain​(String value)
        Sets the value of the plain property.
        Parameters:
        value - allowed object is String
      • isSetPlain

        public boolean isSetPlain()