|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.Element
com.esri.arcgisws.GroupElement
public class GroupElement
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.3}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.3}ArrayOfGraphicElement"/> <element name="Rectangle" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}Border" minOccurs="0"/> <element name="Background" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}Shadow" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
GroupElement()
GroupElement default constructor. |
|
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)
Deprecated. |
Method Summary | |
---|---|
java.lang.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. |
java.lang.Boolean |
getDraftMode()
Gets the value of the draftMode property. |
GraphicElement[] |
getElements()
Gets the value of the elements property. |
java.lang.Boolean |
getFixedAspectRatio()
Gets the value of the fixedAspectRatio property. |
java.lang.Boolean |
getLocked()
Gets the value of the locked property. |
java.lang.String |
getName()
Gets the value of the name property. |
Geometry |
getRectangle()
Shape of the element as a geometry. |
java.lang.Double |
getReferenceScale()
Gets the value of the referenceScale property. |
Shadow |
getShadow()
Gets the value of the shadow property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isAutoTransform()
|
java.lang.Boolean |
isDraftMode()
|
java.lang.Boolean |
isFixedAspectRatio()
|
java.lang.Boolean |
isLocked()
|
void |
setAutoTransform(java.lang.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(java.lang.Boolean value)
Sets the value of the draftMode property. |
void |
setElements(GraphicElement[] value)
Sets the value of the elements property. |
void |
setFixedAspectRatio(java.lang.Boolean value)
Sets the value of the fixedAspectRatio property. |
void |
setLocked(java.lang.Boolean value)
Sets the value of the locked property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRectangle(Geometry value)
Shape of the element as a geometry. |
void |
setReferenceScale(java.lang.Double value)
Sets the value of the referenceScale property. |
void |
setShadow(Shadow value)
Sets the value of the shadow property. |
void |
setType(java.lang.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 |
---|
@Deprecated 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)
public GroupElement()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getAutoTransform()
Boolean
public java.lang.Boolean isAutoTransform()
public void setAutoTransform(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getReferenceScale()
Double
public void setReferenceScale(java.lang.Double value)
value
- allowed object is
Double
public GraphicElement[] getElements()
[]
public void setElements(GraphicElement[] value)
value
- allowed object is
[]
public Geometry getRectangle()
Geometry
public void setRectangle(Geometry value)
value
- allowed object is
Geometry
public java.lang.Boolean getLocked()
Boolean
public java.lang.Boolean isLocked()
public void setLocked(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean getFixedAspectRatio()
Boolean
public java.lang.Boolean isFixedAspectRatio()
public void setFixedAspectRatio(java.lang.Boolean value)
value
- allowed object is
Boolean
public Border getBorder()
Border
public void setBorder(Border value)
value
- allowed object is
Border
public Background getBackground()
Background
public void setBackground(Background value)
value
- allowed object is
Background
public java.lang.Boolean getDraftMode()
Boolean
public java.lang.Boolean isDraftMode()
public void setDraftMode(java.lang.Boolean value)
value
- allowed object is
Boolean
public Shadow getShadow()
Shadow
public void setShadow(Shadow value)
value
- allowed object is
Shadow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |