Package org.openstreetmap.osm
Class Nd
java.lang.Object
org.openstreetmap.osm.Nd
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Gets the value of the ref property.voidsetRef(BigInteger value) Sets the value of the ref property.
-
Field Details
-
ref
-
-
Constructor Details
-
Nd
public Nd()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
BigInteger
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isBigInteger
-