Class ReplyToAnnotationType


  • public class ReplyToAnnotationType
    extends BaseReplyType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation, that represents a textual reply to another annotation.</p>
     

    Java class for ReplyToAnnotationType complex type.

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

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

      • comment

        protected String comment
    • Constructor Detail

      • ReplyToAnnotationType

        public ReplyToAnnotationType()
    • 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()