| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ServerSymbolOutputOptions
public class ServerSymbolOutputOptions
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>
 
| 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 | 
|---|
@Deprecated
public ServerSymbolOutputOptions(EsriServerPictureOutputType pictureOutputType,
                                            Boolean convertLabelExpressions)
public ServerSymbolOutputOptions()
| Method Detail | 
|---|
public EsriServerPictureOutputType getPictureOutputType()
EsriServerPictureOutputTypepublic void setPictureOutputType(EsriServerPictureOutputType value)
value - allowed object is
     EsriServerPictureOutputTypepublic Boolean getConvertLabelExpressions()
Booleanpublic Boolean isConvertLabelExpressions()
public void setConvertLabelExpressions(Boolean value)
value - allowed object is
     Boolean
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||