Class BaseReplyType

  • Direct Known Subclasses:
    MarkedStateAnnotationType, ReplyStateAnnotationType, ReplyToAnnotationType

    public class BaseReplyType
    extends Object
     <?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">A common base type for reply annotations.</p>
     

    Java class for BaseReplyType complex type.

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

    
     <complexType name="BaseReplyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="replyTo" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="page" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BaseReplyType

        public BaseReplyType()
    • Method Detail

      • getReplyTo

        public String getReplyTo()
        Gets the value of the replyTo property.
        Returns:
        possible object is String
      • setReplyTo

        public void setReplyTo​(String value)
        Sets the value of the replyTo property.
        Parameters:
        value - allowed object is String
      • isSetReplyTo

        public boolean isSetReplyTo()
      • 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()
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • 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()
      • getPage

        public int getPage()
        Gets the value of the page property.
        Returns:
        possible object is Integer
      • setPage

        public void setPage​(int value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Integer
      • isSetPage

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()