Class MarkRelationType


  • public class MarkRelationType
    extends BaseRelationType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">Change the marked state of the selected annotation.</p>
     

    Java class for MarkRelationType complex type.

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

    
     <complexType name="MarkRelationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/extraction/info}BaseRelationType">
           <attribute name="marked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • MarkRelationType

        public MarkRelationType()
    • Method Detail

      • isMarked

        public boolean isMarked()
        Gets the value of the marked property.
        Returns:
        possible object is Boolean
      • setMarked

        public void setMarked​(boolean value)
        Sets the value of the marked property.
        Parameters:
        value - allowed object is Boolean
      • isSetMarked

        public boolean isSetMarked()
      • unsetMarked

        public void unsetMarked()