Class PhotoshopLayerOptions


  • public class PhotoshopLayerOptions
    extends Object

    Java class for PhotoshopLayerOptions complex type.

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

     <complexType name="PhotoshopLayerOptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="layerNaming" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="anchor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="createTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="extractText" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="extendLayers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PhotoshopLayerOptions

        public PhotoshopLayerOptions()
    • Method Detail

      • getLayerNaming

        public String getLayerNaming()
        Gets the value of the layerNaming property.
        Returns:
        possible object is String
      • setLayerNaming

        public void setLayerNaming​(String value)
        Sets the value of the layerNaming property.
        Parameters:
        value - allowed object is String
      • getAnchor

        public String getAnchor()
        Gets the value of the anchor property.
        Returns:
        possible object is String
      • setAnchor

        public void setAnchor​(String value)
        Sets the value of the anchor property.
        Parameters:
        value - allowed object is String
      • isCreateTemplate

        public Boolean isCreateTemplate()
        Gets the value of the createTemplate property.
        Returns:
        possible object is Boolean
      • setCreateTemplate

        public void setCreateTemplate​(Boolean value)
        Sets the value of the createTemplate property.
        Parameters:
        value - allowed object is Boolean
      • isExtractText

        public Boolean isExtractText()
        Gets the value of the extractText property.
        Returns:
        possible object is Boolean
      • setExtractText

        public void setExtractText​(Boolean value)
        Sets the value of the extractText property.
        Parameters:
        value - allowed object is Boolean
      • isExtendLayers

        public Boolean isExtendLayers()
        Gets the value of the extendLayers property.
        Returns:
        possible object is Boolean
      • setExtendLayers

        public void setExtendLayers​(Boolean value)
        Sets the value of the extendLayers property.
        Parameters:
        value - allowed object is Boolean