public class Reference
extends java.lang.Object
Java class for Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Reference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="color" type="{http://www.mapserver.org/mapserver}rgbColorType" minOccurs="0"/> <element name="extent" minOccurs="0"> <simpleType> <list itemType="{http://www.w3.org/2001/XMLSchema}double" /> </simpleType> </element> <element name="image" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="marker" minOccurs="0"> <simpleType> <union memberTypes=" {http://www.w3.org/2001/XMLSchema}positiveInteger {http://www.w3.org/2001/XMLSchema}string"> </union> </simpleType> </element> <element name="markerSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="maxBoxSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="minBoxSize" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="outlineColor" type="{http://www.mapserver.org/mapserver}rgbExtendedColorType" minOccurs="0"/> <element name="size" type="{http://www.mapserver.org/mapserver}sizeType" minOccurs="0"/> </sequence> <attribute name="status" type="{http://www.mapserver.org/mapserver}stateEnum" default="OFF" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected RgbColorType |
color |
protected java.util.List<java.lang.Double> |
extent |
protected java.lang.String |
image |
protected java.lang.String |
marker |
protected java.math.BigInteger |
markerSize |
protected java.math.BigInteger |
maxBoxSize |
protected java.math.BigInteger |
minBoxSize |
protected RgbExtendedColorType |
outlineColor |
protected SizeType |
size |
protected StateEnum |
status |
Constructor and Description |
---|
Reference() |
Modifier and Type | Method and Description |
---|---|
RgbColorType |
getColor()
Gets the value of the color property.
|
java.util.List<java.lang.Double> |
getExtent()
Gets the value of the extent property.
|
java.lang.String |
getImage()
Gets the value of the image property.
|
java.lang.String |
getMarker()
Gets the value of the marker property.
|
java.math.BigInteger |
getMarkerSize()
Gets the value of the markerSize property.
|
java.math.BigInteger |
getMaxBoxSize()
Gets the value of the maxBoxSize property.
|
java.math.BigInteger |
getMinBoxSize()
Gets the value of the minBoxSize property.
|
RgbExtendedColorType |
getOutlineColor()
Gets the value of the outlineColor property.
|
SizeType |
getSize()
Gets the value of the size property.
|
StateEnum |
getStatus()
Gets the value of the status property.
|
void |
setColor(RgbColorType value)
Sets the value of the color property.
|
void |
setImage(java.lang.String value)
Sets the value of the image property.
|
void |
setMarker(java.lang.String value)
Sets the value of the marker property.
|
void |
setMarkerSize(java.math.BigInteger value)
Sets the value of the markerSize property.
|
void |
setMaxBoxSize(java.math.BigInteger value)
Sets the value of the maxBoxSize property.
|
void |
setMinBoxSize(java.math.BigInteger value)
Sets the value of the minBoxSize property.
|
void |
setOutlineColor(RgbExtendedColorType value)
Sets the value of the outlineColor property.
|
void |
setSize(SizeType value)
Sets the value of the size property.
|
void |
setStatus(StateEnum value)
Sets the value of the status property.
|
protected RgbColorType color
protected java.util.List<java.lang.Double> extent
protected java.lang.String image
protected java.lang.String marker
protected java.math.BigInteger markerSize
protected java.math.BigInteger maxBoxSize
protected java.math.BigInteger minBoxSize
protected RgbExtendedColorType outlineColor
protected SizeType size
protected StateEnum status
public RgbColorType getColor()
RgbColorType
public void setColor(RgbColorType value)
value
- allowed object is
RgbColorType
public java.util.List<java.lang.Double> getExtent()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getImage()
String
public void setImage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMarker()
String
public void setMarker(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getMarkerSize()
BigInteger
public void setMarkerSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxBoxSize()
BigInteger
public void setMaxBoxSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMinBoxSize()
BigInteger
public void setMinBoxSize(java.math.BigInteger value)
value
- allowed object is
BigInteger
public RgbExtendedColorType getOutlineColor()
RgbExtendedColorType
public void setOutlineColor(RgbExtendedColorType value)
value
- allowed object is
RgbExtendedColorType
public SizeType getSize()
SizeType
public void setSize(SizeType value)
value
- allowed object is
SizeType
public StateEnum getStatus()
StateEnum