Class ExtractionLinksType.Text

  • Enclosing class:
    ExtractionLinksType

    public static class ExtractionLinksType.Text
    extends Object

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="fromText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="withoutProtocol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • fromText

        protected Boolean fromText
      • protocol

        protected String protocol
      • withoutProtocol

        protected Boolean withoutProtocol
    • Constructor Detail

      • Text

        public Text()
    • Method Detail

      • isFromText

        public boolean isFromText()
        Gets the value of the fromText property.
        Returns:
        possible object is Boolean
      • setFromText

        public void setFromText​(boolean value)
        Sets the value of the fromText property.
        Parameters:
        value - allowed object is Boolean
      • isSetFromText

        public boolean isSetFromText()
      • unsetFromText

        public void unsetFromText()
      • getProtocol

        public String getProtocol()
        Gets the value of the protocol property.
        Returns:
        possible object is String
      • setProtocol

        public void setProtocol​(String value)
        Sets the value of the protocol property.
        Parameters:
        value - allowed object is String
      • isSetProtocol

        public boolean isSetProtocol()
      • isWithoutProtocol

        public boolean isWithoutProtocol()
        Gets the value of the withoutProtocol property.
        Returns:
        possible object is Boolean
      • setWithoutProtocol

        public void setWithoutProtocol​(boolean value)
        Sets the value of the withoutProtocol property.
        Parameters:
        value - allowed object is Boolean
      • isSetWithoutProtocol

        public boolean isSetWithoutProtocol()
      • unsetWithoutProtocol

        public void unsetWithoutProtocol()