Class MarkupType


  • public class MarkupType
    extends Object
     <?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">Defines a set of attributes for text markup annotations.</p>
     

    Java class for MarkupType complex type.

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

    
     <complexType name="MarkupType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="richContents" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="relation" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="group" type="{http://schema.webpdf.de/1.0/extraction/info}GroupRelationType"/>
                       <element name="mark" type="{http://schema.webpdf.de/1.0/extraction/info}MarkRelationType"/>
                       <element name="state" type="{http://schema.webpdf.de/1.0/extraction/info}ReplyStateRelationType"/>
                       <element name="comment" type="{http://schema.webpdf.de/1.0/extraction/info}CommentRelationType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="opacity" type="{http://schema.webpdf.de/1.0/extraction/info}OpacityType" default="100" />
           <attribute name="creationDate" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="intents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MarkupType

        public MarkupType()
    • Method Detail

      • getRichContents

        public String getRichContents()
        Gets the value of the richContents property.
        Returns:
        possible object is String
      • setRichContents

        public void setRichContents​(String value)
        Sets the value of the richContents property.
        Parameters:
        value - allowed object is String
      • isSetRichContents

        public boolean isSetRichContents()
      • isSetRelation

        public boolean isSetRelation()
      • getOpacity

        public int getOpacity()
        Gets the value of the opacity property.
        Returns:
        possible object is Integer
      • setOpacity

        public void setOpacity​(int value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is Integer
      • isSetOpacity

        public boolean isSetOpacity()
      • unsetOpacity

        public void unsetOpacity()
      • getCreationDate

        public String getCreationDate()
        Gets the value of the creationDate property.
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(String value)
        Sets the value of the creationDate property.
        Parameters:
        value - allowed object is String
      • isSetCreationDate

        public boolean isSetCreationDate()
      • getSubject

        public String getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is String
      • setSubject

        public void setSubject​(String value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is String
      • isSetSubject

        public boolean isSetSubject()
      • getIntents

        public String getIntents()
        Gets the value of the intents property.
        Returns:
        possible object is String
      • setIntents

        public void setIntents​(String value)
        Sets the value of the intents property.
        Parameters:
        value - allowed object is String
      • isSetIntents

        public boolean isSetIntents()
      • getCreator

        public String getCreator()
        Gets the value of the creator property.
        Returns:
        possible object is String
      • setCreator

        public void setCreator​(String value)
        Sets the value of the creator property.
        Parameters:
        value - allowed object is String
      • isSetCreator

        public boolean isSetCreator()