Class Style


  • public class Style
    extends Object
    Image Style metadata.

    Java class for Style complex type.

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

     <complexType name="Style">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="prettyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="adjustableSize" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="defaultWidth" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="defaultHeight" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="adjustableBorder" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="defaultBorder" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="adjustableAlignment" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="defaultAlignment" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="adjustableTextWrap" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="defaultTextWrap" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • identifier

        protected String identifier
      • prettyName

        protected String prettyName
      • adjustableSize

        protected Boolean adjustableSize
      • defaultWidth

        protected Long defaultWidth
      • defaultHeight

        protected Long defaultHeight
      • adjustableBorder

        protected Boolean adjustableBorder
      • defaultBorder

        protected Boolean defaultBorder
      • adjustableAlignment

        protected Boolean adjustableAlignment
      • defaultAlignment

        protected String defaultAlignment
      • adjustableTextWrap

        protected Boolean adjustableTextWrap
      • defaultTextWrap

        protected Boolean defaultTextWrap
    • Constructor Detail

      • Style

        public Style()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is String
      • setIdentifier

        public void setIdentifier​(String value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is String
      • getPrettyName

        public String getPrettyName()
        Gets the value of the prettyName property.
        Returns:
        possible object is String
      • setPrettyName

        public void setPrettyName​(String value)
        Sets the value of the prettyName property.
        Parameters:
        value - allowed object is String
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isAdjustableSize

        public Boolean isAdjustableSize()
        Gets the value of the adjustableSize property.
        Returns:
        possible object is Boolean
      • setAdjustableSize

        public void setAdjustableSize​(Boolean value)
        Sets the value of the adjustableSize property.
        Parameters:
        value - allowed object is Boolean
      • getDefaultWidth

        public Long getDefaultWidth()
        Gets the value of the defaultWidth property.
        Returns:
        possible object is Long
      • setDefaultWidth

        public void setDefaultWidth​(Long value)
        Sets the value of the defaultWidth property.
        Parameters:
        value - allowed object is Long
      • getDefaultHeight

        public Long getDefaultHeight()
        Gets the value of the defaultHeight property.
        Returns:
        possible object is Long
      • setDefaultHeight

        public void setDefaultHeight​(Long value)
        Sets the value of the defaultHeight property.
        Parameters:
        value - allowed object is Long
      • isAdjustableBorder

        public Boolean isAdjustableBorder()
        Gets the value of the adjustableBorder property.
        Returns:
        possible object is Boolean
      • setAdjustableBorder

        public void setAdjustableBorder​(Boolean value)
        Sets the value of the adjustableBorder property.
        Parameters:
        value - allowed object is Boolean
      • isDefaultBorder

        public Boolean isDefaultBorder()
        Gets the value of the defaultBorder property.
        Returns:
        possible object is Boolean
      • setDefaultBorder

        public void setDefaultBorder​(Boolean value)
        Sets the value of the defaultBorder property.
        Parameters:
        value - allowed object is Boolean
      • isAdjustableAlignment

        public Boolean isAdjustableAlignment()
        Gets the value of the adjustableAlignment property.
        Returns:
        possible object is Boolean
      • setAdjustableAlignment

        public void setAdjustableAlignment​(Boolean value)
        Sets the value of the adjustableAlignment property.
        Parameters:
        value - allowed object is Boolean
      • getDefaultAlignment

        public String getDefaultAlignment()
        Gets the value of the defaultAlignment property.
        Returns:
        possible object is String
      • setDefaultAlignment

        public void setDefaultAlignment​(String value)
        Sets the value of the defaultAlignment property.
        Parameters:
        value - allowed object is String
      • isAdjustableTextWrap

        public Boolean isAdjustableTextWrap()
        Gets the value of the adjustableTextWrap property.
        Returns:
        possible object is Boolean
      • setAdjustableTextWrap

        public void setAdjustableTextWrap​(Boolean value)
        Sets the value of the adjustableTextWrap property.
        Parameters:
        value - allowed object is Boolean
      • isDefaultTextWrap

        public Boolean isDefaultTextWrap()
        Gets the value of the defaultTextWrap property.
        Returns:
        possible object is Boolean
      • setDefaultTextWrap

        public void setDefaultTextWrap​(Boolean value)
        Sets the value of the defaultTextWrap property.
        Parameters:
        value - allowed object is Boolean
      • withIdentifier

        public Style withIdentifier​(String value)
      • withPrettyName

        public Style withPrettyName​(String value)
      • withAdjustableSize

        public Style withAdjustableSize​(Boolean value)
      • withDefaultWidth

        public Style withDefaultWidth​(Long value)
      • withDefaultHeight

        public Style withDefaultHeight​(Long value)
      • withAdjustableBorder

        public Style withAdjustableBorder​(Boolean value)
      • withDefaultBorder

        public Style withDefaultBorder​(Boolean value)
      • withAdjustableAlignment

        public Style withAdjustableAlignment​(Boolean value)
      • withDefaultAlignment

        public Style withDefaultAlignment​(String value)
      • withAdjustableTextWrap

        public Style withAdjustableTextWrap​(Boolean value)
      • withDefaultTextWrap

        public Style withDefaultTextWrap​(Boolean value)