Class ReplyStateAnnotationType


  • public class ReplyStateAnnotationType
    extends BaseReplyType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation, that provides a "reply state" for a selected annotation.</p>
     

    Java class for ReplyStateAnnotationType complex type

    .

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

    
     <complexType name="ReplyStateAnnotationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseReplyType">
           <attribute name="replyState" type="{http://schema.webpdf.de/1.0/operation}ReplyState" default="none" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • replyState

        protected ReplyState replyState
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a reply state to the commented annotation.
                                         <ul><li>accepted = The user agrees with the change.</li><li>rejected = The user disagrees with the change.</li><li>cancelled = The change has been cancelled.</li><li>completed = The change has been completed.</li><li>none = The user did not set a state.</li></ul></p>
         
    • Constructor Detail

      • ReplyStateAnnotationType

        public ReplyStateAnnotationType()
    • Method Detail

      • getReplyState

        public ReplyState getReplyState()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p120009_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p426570_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p903434_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Adds a reply state to the commented annotation.
                                         <ul><li>accepted = The user agrees with the change.</li><li>rejected = The user disagrees with the change.</li><li>cancelled = The change has been cancelled.</li><li>completed = The change has been completed.</li><li>none = The user did not set a state.</li></ul></p>
         
        Returns:
        possible object is ReplyState
      • setReplyState

        public void setReplyState​(ReplyState value)
        Sets the value of the replyState property.
        Parameters:
        value - allowed object is ReplyState
        See Also:
        getReplyState()
      • isSetReplyState

        public boolean isSetReplyState()