com.esri.arcgisws
Class GroupElement

java.lang.Object
  extended bycom.esri.arcgisws.Element
      extended bycom.esri.arcgisws.GroupElement
All Implemented Interfaces:
java.io.Serializable

public class GroupElement
extends Element
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GroupElement()
           
GroupElement(java.lang.String name, java.lang.String type, java.lang.Boolean autoTransform, java.lang.Double referenceScale, GraphicElement[] elements, Geometry rectangle, java.lang.Boolean locked, java.lang.Boolean fixedAspectRatio, Border border, Background background, java.lang.Boolean draftMode, Shadow shadow)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getAutoTransform()
          Gets the autoTransform value for this GroupElement.
 Background getBackground()
          Gets the background value for this GroupElement.
 Border getBorder()
          Gets the border value for this GroupElement.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getDraftMode()
          Gets the draftMode value for this GroupElement.
 GraphicElement[] getElements()
          Gets the elements value for this GroupElement.
 java.lang.Boolean getFixedAspectRatio()
          Gets the fixedAspectRatio value for this GroupElement.
 java.lang.Boolean getLocked()
          Gets the locked value for this GroupElement.
 java.lang.String getName()
          Gets the name value for this GroupElement.
 Geometry getRectangle()
          Gets the rectangle value for this GroupElement.
 java.lang.Double getReferenceScale()
          Gets the referenceScale value for this GroupElement.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Shadow getShadow()
          Gets the shadow value for this GroupElement.
 java.lang.String getType()
          Gets the type value for this GroupElement.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAutoTransform(java.lang.Boolean autoTransform)
          Sets the autoTransform value for this GroupElement.
 void setBackground(Background background)
          Sets the background value for this GroupElement.
 void setBorder(Border border)
          Sets the border value for this GroupElement.
 void setDraftMode(java.lang.Boolean draftMode)
          Sets the draftMode value for this GroupElement.
 void setElements(GraphicElement[] elements)
          Sets the elements value for this GroupElement.
 void setFixedAspectRatio(java.lang.Boolean fixedAspectRatio)
          Sets the fixedAspectRatio value for this GroupElement.
 void setLocked(java.lang.Boolean locked)
          Sets the locked value for this GroupElement.
 void setName(java.lang.String name)
          Sets the name value for this GroupElement.
 void setRectangle(Geometry rectangle)
          Sets the rectangle value for this GroupElement.
 void setReferenceScale(java.lang.Double referenceScale)
          Sets the referenceScale value for this GroupElement.
 void setShadow(Shadow shadow)
          Sets the shadow value for this GroupElement.
 void setType(java.lang.String type)
          Sets the type value for this GroupElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupElement

public GroupElement()

GroupElement

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

getName

public java.lang.String getName()
Gets the name value for this GroupElement.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this GroupElement.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this GroupElement.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this GroupElement.

Parameters:
type -

getAutoTransform

public java.lang.Boolean getAutoTransform()
Gets the autoTransform value for this GroupElement.

Returns:
autoTransform

setAutoTransform

public void setAutoTransform(java.lang.Boolean autoTransform)
Sets the autoTransform value for this GroupElement.

Parameters:
autoTransform -

getReferenceScale

public java.lang.Double getReferenceScale()
Gets the referenceScale value for this GroupElement.

Returns:
referenceScale

setReferenceScale

public void setReferenceScale(java.lang.Double referenceScale)
Sets the referenceScale value for this GroupElement.

Parameters:
referenceScale -

getElements

public GraphicElement[] getElements()
Gets the elements value for this GroupElement.

Returns:
elements

setElements

public void setElements(GraphicElement[] elements)
Sets the elements value for this GroupElement.

Parameters:
elements -

getRectangle

public Geometry getRectangle()
Gets the rectangle value for this GroupElement.

Returns:
rectangle

setRectangle

public void setRectangle(Geometry rectangle)
Sets the rectangle value for this GroupElement.

Parameters:
rectangle -

getLocked

public java.lang.Boolean getLocked()
Gets the locked value for this GroupElement.

Returns:
locked

setLocked

public void setLocked(java.lang.Boolean locked)
Sets the locked value for this GroupElement.

Parameters:
locked -

getFixedAspectRatio

public java.lang.Boolean getFixedAspectRatio()
Gets the fixedAspectRatio value for this GroupElement.

Returns:
fixedAspectRatio

setFixedAspectRatio

public void setFixedAspectRatio(java.lang.Boolean fixedAspectRatio)
Sets the fixedAspectRatio value for this GroupElement.

Parameters:
fixedAspectRatio -

getBorder

public Border getBorder()
Gets the border value for this GroupElement.

Returns:
border

setBorder

public void setBorder(Border border)
Sets the border value for this GroupElement.

Parameters:
border -

getBackground

public Background getBackground()
Gets the background value for this GroupElement.

Returns:
background

setBackground

public void setBackground(Background background)
Sets the background value for this GroupElement.

Parameters:
background -

getDraftMode

public java.lang.Boolean getDraftMode()
Gets the draftMode value for this GroupElement.

Returns:
draftMode

setDraftMode

public void setDraftMode(java.lang.Boolean draftMode)
Sets the draftMode value for this GroupElement.

Parameters:
draftMode -

getShadow

public Shadow getShadow()
Gets the shadow value for this GroupElement.

Returns:
shadow

setShadow

public void setShadow(Shadow shadow)
Sets the shadow value for this GroupElement.

Parameters:
shadow -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Element

hashCode

public int hashCode()
Overrides:
hashCode in class Element

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer