Class ReplyStateRelationType


  • public class ReplyStateRelationType
    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">Changes the reply state of the selected annotation.</p>
     

    Java class for ReplyStateRelationType complex type.

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

    
     <complexType name="ReplyStateRelationType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/extraction/info}BaseRelationType">
           <attribute name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateType" default="none" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReplyStateRelationType

        public ReplyStateRelationType()
    • Method Detail

      • setState

        public void setState​(ReplyStateType value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is ReplyStateType
      • isSetState

        public boolean isSetState()