public class Symbol
extends java.lang.Object
Java class for Symbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Symbol">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="anchorPoint" type="{http://www.mapserver.org/mapserver}pointType" minOccurs="0"/>
<element name="antialias" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/>
<element name="character" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filled" type="{http://www.mapserver.org/mapserver}booleanEnum" minOccurs="0"/>
<element name="font" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Points" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="point" type="{http://www.mapserver.org/mapserver}pointType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="transparent" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="vector"/>
<enumeration value="ellipse"/>
<enumeration value="pixmap"/>
<enumeration value="truetype"/>
<enumeration value="hatch"/>
<enumeration value="simple"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Symbol.Points
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected PointType |
anchorPoint |
protected BooleanEnum |
antialias |
protected java.lang.String |
character |
protected BooleanEnum |
filled |
protected java.lang.String |
font |
protected java.lang.String |
image |
protected java.lang.String |
name |
protected Symbol.Points |
points |
protected java.math.BigInteger |
transparent |
protected java.lang.String |
type |
| Constructor and Description |
|---|
Symbol() |
| Modifier and Type | Method and Description |
|---|---|
PointType |
getAnchorPoint()
Gets the value of the anchorPoint property.
|
BooleanEnum |
getAntialias()
Gets the value of the antialias property.
|
java.lang.String |
getCharacter()
Gets the value of the character property.
|
BooleanEnum |
getFilled()
Gets the value of the filled property.
|
java.lang.String |
getFont()
Gets the value of the font property.
|
java.lang.String |
getImage()
Gets the value of the image property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
Symbol.Points |
getPoints()
Gets the value of the points property.
|
java.math.BigInteger |
getTransparent()
Gets the value of the transparent property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAnchorPoint(PointType value)
Sets the value of the anchorPoint property.
|
void |
setAntialias(BooleanEnum value)
Sets the value of the antialias property.
|
void |
setCharacter(java.lang.String value)
Sets the value of the character property.
|
void |
setFilled(BooleanEnum value)
Sets the value of the filled property.
|
void |
setFont(java.lang.String value)
Sets the value of the font property.
|
void |
setImage(java.lang.String value)
Sets the value of the image property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPoints(Symbol.Points value)
Sets the value of the points property.
|
void |
setTransparent(java.math.BigInteger value)
Sets the value of the transparent property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected PointType anchorPoint
protected BooleanEnum antialias
protected java.lang.String character
protected BooleanEnum filled
protected java.lang.String font
protected java.lang.String image
protected Symbol.Points points
protected java.math.BigInteger transparent
protected java.lang.String name
protected java.lang.String type
public PointType getAnchorPoint()
PointTypepublic void setAnchorPoint(PointType value)
value - allowed object is
PointTypepublic BooleanEnum getAntialias()
BooleanEnumpublic void setAntialias(BooleanEnum value)
value - allowed object is
BooleanEnumpublic java.lang.String getCharacter()
Stringpublic void setCharacter(java.lang.String value)
value - allowed object is
Stringpublic BooleanEnum getFilled()
BooleanEnumpublic void setFilled(BooleanEnum value)
value - allowed object is
BooleanEnumpublic java.lang.String getFont()
Stringpublic void setFont(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImage()
Stringpublic void setImage(java.lang.String value)
value - allowed object is
Stringpublic Symbol.Points getPoints()
Symbol.Pointspublic void setPoints(Symbol.Points value)
value - allowed object is
Symbol.Pointspublic java.math.BigInteger getTransparent()
BigIntegerpublic void setTransparent(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
String