com.esri.arcgisws
Class ServerSymbolOutputOptions

java.lang.Object
  extended by com.esri.arcgisws.ServerSymbolOutputOptions
All Implemented Interfaces:
Serializable

public class ServerSymbolOutputOptions
extends Object
implements Serializable

Java class for ServerSymbolOutputOptions complex type.

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

 <complexType name="ServerSymbolOutputOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PictureOutputType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServerPictureOutputType" minOccurs="0"/>
         <element name="ConvertLabelExpressions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ServerSymbolOutputOptions()
          ServerSymbolOutputOptions default constructor.
ServerSymbolOutputOptions(EsriServerPictureOutputType pictureOutputType, Boolean convertLabelExpressions)
          Deprecated. 
 
Method Summary
 Boolean getConvertLabelExpressions()
          Gets the value of the convertLabelExpressions property.
 EsriServerPictureOutputType getPictureOutputType()
          Gets the value of the pictureOutputType property.
 Boolean isConvertLabelExpressions()
           
 void setConvertLabelExpressions(Boolean value)
          Sets the value of the convertLabelExpressions property.
 void setPictureOutputType(EsriServerPictureOutputType value)
          Sets the value of the pictureOutputType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSymbolOutputOptions

@Deprecated
public ServerSymbolOutputOptions(EsriServerPictureOutputType pictureOutputType,
                                            Boolean convertLabelExpressions)
Deprecated. 

ServerSymbolOutputOptions constructor.


ServerSymbolOutputOptions

public ServerSymbolOutputOptions()
ServerSymbolOutputOptions default constructor.

Method Detail

getPictureOutputType

public EsriServerPictureOutputType getPictureOutputType()
Gets the value of the pictureOutputType property.

Returns:
possible object is EsriServerPictureOutputType

setPictureOutputType

public void setPictureOutputType(EsriServerPictureOutputType value)
Sets the value of the pictureOutputType property.

Parameters:
value - allowed object is EsriServerPictureOutputType

getConvertLabelExpressions

public Boolean getConvertLabelExpressions()
Gets the value of the convertLabelExpressions property.

Returns:
possible object is Boolean

isConvertLabelExpressions

public Boolean isConvertLabelExpressions()

setConvertLabelExpressions

public void setConvertLabelExpressions(Boolean value)
Sets the value of the convertLabelExpressions property.

Parameters:
value - allowed object is Boolean