Class Preview


  • public class Preview
    extends java.lang.Object

    Java class for preview complex type.

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

     <complexType name="preview">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="fallbackToIcon" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="urlQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean fallbackToIcon  
      protected java.lang.String urlQualifier  
    • Constructor Summary

      Constructors 
      Constructor Description
      Preview()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrlQualifier()
      Gets the value of the urlQualifier property.
      boolean isFallbackToIcon()
      Gets the value of the fallbackToIcon property.
      void setFallbackToIcon​(java.lang.Boolean value)
      Sets the value of the fallbackToIcon property.
      void setUrlQualifier​(java.lang.String value)
      Sets the value of the urlQualifier property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fallbackToIcon

        protected java.lang.Boolean fallbackToIcon
      • urlQualifier

        protected java.lang.String urlQualifier
    • Constructor Detail

      • Preview

        public Preview()
    • Method Detail

      • isFallbackToIcon

        public boolean isFallbackToIcon()
        Gets the value of the fallbackToIcon property.
        Returns:
        possible object is Boolean
      • setFallbackToIcon

        public void setFallbackToIcon​(java.lang.Boolean value)
        Sets the value of the fallbackToIcon property.
        Parameters:
        value - allowed object is Boolean
      • getUrlQualifier

        public java.lang.String getUrlQualifier()
        Gets the value of the urlQualifier property.
        Returns:
        possible object is String
      • setUrlQualifier

        public void setUrlQualifier​(java.lang.String value)
        Sets the value of the urlQualifier property.
        Parameters:
        value - allowed object is String