org.deegree.services.jaxb.wfs
Class DecimalCoordinateFormatter

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.DecimalCoordinateFormatter

public class DecimalCoordinateFormatter
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="places" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger places
           
 
Constructor Summary
DecimalCoordinateFormatter()
           
 
Method Summary
 BigInteger getPlaces()
          Gets the value of the places property.
 void setPlaces(BigInteger value)
          Sets the value of the places property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

places

protected BigInteger places
Constructor Detail

DecimalCoordinateFormatter

public DecimalCoordinateFormatter()
Method Detail

getPlaces

public BigInteger getPlaces()
Gets the value of the places property.

Returns:
possible object is BigInteger

setPlaces

public void setPlaces(BigInteger value)
Sets the value of the places property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011. All Rights Reserved.