Class Nd

java.lang.Object
org.openstreetmap.osm.Nd

public class Nd 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">
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Nd

      public Nd()
  • Method Details

    • getRef

      public BigInteger getRef()
      Gets the value of the ref property.
      Returns:
      possible object is BigInteger
    • setRef

      public void setRef(BigInteger value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is BigInteger