Class CommentRelationType


  • public class CommentRelationType
    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">Adds a textual comment to the selected annotation.</p>
     

    Java class for CommentRelationType complex type.

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

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

      • comment

        protected String comment
    • Constructor Detail

      • CommentRelationType

        public CommentRelationType()
    • Method Detail

      • getComment

        public String getComment()
        Gets the value of the comment property.
        Returns:
        possible object is String
      • setComment

        public void setComment​(String value)
        Sets the value of the comment property.
        Parameters:
        value - allowed object is String
      • isSetComment

        public boolean isSetComment()