public class Box extends Object
<xs:element xmlns:ns="MLP_SVC_INIT_310.dtd" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Box">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:coord"/>
<xs:element ref="ns:coord"/>
</xs:sequence>
<xs:attribute type="xs:string" name="gid"/>
<xs:attribute type="xs:string" name="srsName"/>
</xs:complexType>
</xs:element>
| Constructor and Description |
|---|
Box() |
| Modifier and Type | Method and Description |
|---|---|
Coord |
getCoord()
Get the 'coord' element value.
|
Coord |
getCoord1()
Get the 'coord' element value.
|
String |
getGid()
Get the 'gid' attribute value.
|
String |
getSrsName()
Get the 'srsName' attribute value.
|
void |
setCoord(Coord coord)
Set the 'coord' element value.
|
void |
setCoord1(Coord coord1)
Set the 'coord' element value.
|
void |
setGid(String gid)
Set the 'gid' attribute value.
|
void |
setSrsName(String srsName)
Set the 'srsName' attribute value.
|
public Coord getCoord()
public void setCoord(Coord coord)
coord - public Coord getCoord1()
public void setCoord1(Coord coord1)
coord1 - public String getGid()
public void setGid(String gid)
gid - public String getSrsName()
public void setSrsName(String srsName)
srsName - Copyright © 2016. All Rights Reserved.