Class MarkedStateAnnotationType


  • public class MarkedStateAnnotationType
    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 provides a "marked state" for a selected annotation.</p>
     

    Java class for MarkedStateAnnotationType complex type.

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

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

      • markedState

        protected Boolean markedState
    • Constructor Detail

      • MarkedStateAnnotationType

        public MarkedStateAnnotationType()
    • Method Detail

      • isMarkedState

        public boolean isMarkedState()
        Gets the value of the markedState property.
        Returns:
        possible object is Boolean
      • setMarkedState

        public void setMarkedState​(boolean value)
        Sets the value of the markedState property.
        Parameters:
        value - allowed object is Boolean
      • isSetMarkedState

        public boolean isSetMarkedState()
      • unsetMarkedState

        public void unsetMarkedState()