|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.GridLimitsType
public class GridLimitsType
Java class for GridLimitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GridLimitsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GridEnvelope" type="{http://www.opengis.net/gml}GridEnvelopeType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GridLimitsType()
|
Method Summary | |
---|---|
GridEnvelopeType |
getGridEnvelope()
Gets the value of the gridEnvelope property. |
boolean |
isSetGridEnvelope()
|
void |
setGridEnvelope(GridEnvelopeType value)
Sets the value of the gridEnvelope property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GridLimitsType()
Method Detail |
---|
public GridEnvelopeType getGridEnvelope()
GridEnvelopeType
public void setGridEnvelope(GridEnvelopeType value)
value
- allowed object is
GridEnvelopeType
public boolean isSetGridEnvelope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |