public class MultiPolygon extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MultiPolygon">
<xs:complexType>
<xs:sequence>
<xs:choice maxOccurs="unbounded">
<!-- Reference to inner class Choice -->
</xs:choice>
</xs:sequence>
<xs:attribute type="xs:string" name="gid"/>
<xs:attribute type="xs:string" name="srsName"/>
</xs:complexType>
</xs:element>
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPolygon.Choice
Schema fragment(s) for this class:
|
| Constructor and Description |
|---|
MultiPolygon() |
| Modifier and Type | Method and Description |
|---|---|
List<MultiPolygon.Choice> |
getChoiceList()
Get the list of choice items.
|
String |
getGid()
Get the 'gid' attribute value.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
void |
setChoiceList(List<MultiPolygon.Choice> list)
Set the list of choice items.
|
void |
setGid(String gid)
Set the 'gid' attribute value.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
public List<MultiPolygon.Choice> getChoiceList()
public void setChoiceList(List<MultiPolygon.Choice> list)
list - public String getGid()
public void setGid(String gid)
gid - public String getSrsName()
public void setSrsName(String srsName)
srsName - Copyright © 2016. All Rights Reserved.