Class BaseRelationType

  • Direct Known Subclasses:
    CommentRelationType, GroupRelationType, MarkRelationType, ReplyStateRelationType

    public class BaseRelationType
    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 some sort of relation to another annotation with the given ID.</p>
     

    Java class for BaseRelationType complex type.

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

    
     <complexType name="BaseRelationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="objectID" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • objectID

        protected String objectID
    • Constructor Detail

      • BaseRelationType

        public BaseRelationType()
    • Method Detail

      • getObjectID

        public String getObjectID()
        Gets the value of the objectID property.
        Returns:
        possible object is String
      • setObjectID

        public void setObjectID​(String value)
        Sets the value of the objectID property.
        Parameters:
        value - allowed object is String
      • isSetObjectID

        public boolean isSetObjectID()