org.citygml4j.jaxb.gml._3_1_1
Class GridLimitsType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.GridLimitsType

public class GridLimitsType
extends java.lang.Object

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

GridLimitsType

public GridLimitsType()
Method Detail

getGridEnvelope

public GridEnvelopeType getGridEnvelope()
Gets the value of the gridEnvelope property.

Returns:
possible object is GridEnvelopeType

setGridEnvelope

public void setGridEnvelope(GridEnvelopeType value)
Sets the value of the gridEnvelope property.

Parameters:
value - allowed object is GridEnvelopeType

isSetGridEnvelope

public boolean isSetGridEnvelope()