public class Reference extends 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 List<Double> |
extent |
protected String |
image |
protected String |
marker |
protected BigInteger |
markerSize |
protected BigInteger |
maxBoxSize |
protected 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.
|
List<Double> |
getExtent()
Gets the value of the extent property.
|
String |
getImage()
Gets the value of the image property.
|
String |
getMarker()
Gets the value of the marker property.
|
BigInteger |
getMarkerSize()
Gets the value of the markerSize property.
|
BigInteger |
getMaxBoxSize()
Gets the value of the maxBoxSize property.
|
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(String value)
Sets the value of the image property.
|
void |
setMarker(String value)
Sets the value of the marker property.
|
void |
setMarkerSize(BigInteger value)
Sets the value of the markerSize property.
|
void |
setMaxBoxSize(BigInteger value)
Sets the value of the maxBoxSize property.
|
void |
setMinBoxSize(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 String image
protected String marker
protected BigInteger markerSize
protected BigInteger maxBoxSize
protected 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 List<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 String getImage()
String
public void setImage(String value)
value
- allowed object is
String
public String getMarker()
String
public void setMarker(String value)
value
- allowed object is
String
public BigInteger getMarkerSize()
BigInteger
public void setMarkerSize(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMaxBoxSize()
BigInteger
public void setMaxBoxSize(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getMinBoxSize()
BigInteger
public void setMinBoxSize(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