com.esri.arcgisws
Class GroupElement

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

public class GroupElement
extends Element
implements Serializable

Java class for GroupElement complex type.

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

 <complexType name="GroupElement">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Element">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AutoTransform" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReferenceScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Elements" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicElement"/>
         <element name="Rectangle" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FixedAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Border" type="{http://www.esri.com/schemas/ArcGIS/10.0}Border" minOccurs="0"/>
         <element name="Background" type="{http://www.esri.com/schemas/ArcGIS/10.0}Background" minOccurs="0"/>
         <element name="DraftMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Shadow" type="{http://www.esri.com/schemas/ArcGIS/10.0}Shadow" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GroupElement()
          GroupElement default constructor.
GroupElement(String name, String type, Boolean autoTransform, Double referenceScale, GraphicElement[] elements, Geometry rectangle, Boolean locked, Boolean fixedAspectRatio, Border border, Background background, Boolean draftMode, Shadow shadow)
          Deprecated. 
 
Method Summary
 Boolean getAutoTransform()
          Gets the value of the autoTransform property.
 Background getBackground()
          Gets the value of the background property.
 Border getBorder()
          Gets the value of the border property.
 Boolean getDraftMode()
          Gets the value of the draftMode property.
 GraphicElement[] getElements()
          Gets the value of the elements property.
 Boolean getFixedAspectRatio()
          Gets the value of the fixedAspectRatio property.
 Boolean getLocked()
          Gets the value of the locked property.
 String getName()
          Gets the value of the name property.
 Geometry getRectangle()
          Shape of the element as a geometry.
 Double getReferenceScale()
          Gets the value of the referenceScale property.
 Shadow getShadow()
          Gets the value of the shadow property.
 String getType()
          Gets the value of the type property.
 Boolean isAutoTransform()
           
 Boolean isDraftMode()
           
 Boolean isFixedAspectRatio()
           
 Boolean isLocked()
           
 void setAutoTransform(Boolean value)
          Sets the value of the autoTransform property.
 void setBackground(Background value)
          Sets the value of the background property.
 void setBorder(Border value)
          Sets the value of the border property.
 void setDraftMode(Boolean value)
          Sets the value of the draftMode property.
 void setElements(GraphicElement[] value)
          Sets the value of the elements property.
 void setFixedAspectRatio(Boolean value)
          Sets the value of the fixedAspectRatio property.
 void setLocked(Boolean value)
          Sets the value of the locked property.
 void setName(String value)
          Sets the value of the name property.
 void setRectangle(Geometry value)
          Shape of the element as a geometry.
 void setReferenceScale(Double value)
          Sets the value of the referenceScale property.
 void setShadow(Shadow value)
          Sets the value of the shadow property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupElement

@Deprecated
public GroupElement(String name,
                               String type,
                               Boolean autoTransform,
                               Double referenceScale,
                               GraphicElement[] elements,
                               Geometry rectangle,
                               Boolean locked,
                               Boolean fixedAspectRatio,
                               Border border,
                               Background background,
                               Boolean draftMode,
                               Shadow shadow)
Deprecated. 

GroupElement constructor.


GroupElement

public GroupElement()
GroupElement default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name 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

getAutoTransform

public Boolean getAutoTransform()
Gets the value of the autoTransform property.

Returns:
possible object is Boolean

isAutoTransform

public Boolean isAutoTransform()

setAutoTransform

public void setAutoTransform(Boolean value)
Sets the value of the autoTransform property.

Parameters:
value - allowed object is Boolean

getReferenceScale

public Double getReferenceScale()
Gets the value of the referenceScale property.

Returns:
possible object is Double

setReferenceScale

public void setReferenceScale(Double value)
Sets the value of the referenceScale property.

Parameters:
value - allowed object is Double

getElements

public GraphicElement[] getElements()
Gets the value of the elements property.

Returns:
possible object is []

setElements

public void setElements(GraphicElement[] value)
Sets the value of the elements property.

Parameters:
value - allowed object is []

getRectangle

public Geometry getRectangle()
Shape of the element as a geometry. Gets the value of the rectangle property.

Returns:
possible object is Geometry

setRectangle

public void setRectangle(Geometry value)
Shape of the element as a geometry. Sets the value of the rectangle property.

Parameters:
value - allowed object is Geometry

getLocked

public Boolean getLocked()
Gets the value of the locked property.

Returns:
possible object is Boolean

isLocked

public Boolean isLocked()

setLocked

public void setLocked(Boolean value)
Sets the value of the locked property.

Parameters:
value - allowed object is Boolean

getFixedAspectRatio

public Boolean getFixedAspectRatio()
Gets the value of the fixedAspectRatio property.

Returns:
possible object is Boolean

isFixedAspectRatio

public Boolean isFixedAspectRatio()

setFixedAspectRatio

public void setFixedAspectRatio(Boolean value)
Sets the value of the fixedAspectRatio property.

Parameters:
value - allowed object is Boolean

getBorder

public Border getBorder()
Gets the value of the border property.

Returns:
possible object is Border

setBorder

public void setBorder(Border value)
Sets the value of the border property.

Parameters:
value - allowed object is Border

getBackground

public Background getBackground()
Gets the value of the background property.

Returns:
possible object is Background

setBackground

public void setBackground(Background value)
Sets the value of the background property.

Parameters:
value - allowed object is Background

getDraftMode

public Boolean getDraftMode()
Gets the value of the draftMode property.

Returns:
possible object is Boolean

isDraftMode

public Boolean isDraftMode()

setDraftMode

public void setDraftMode(Boolean value)
Sets the value of the draftMode property.

Parameters:
value - allowed object is Boolean

getShadow

public Shadow getShadow()
Gets the value of the shadow property.

Returns:
possible object is Shadow

setShadow

public void setShadow(Shadow value)
Sets the value of the shadow property.

Parameters:
value - allowed object is Shadow