Class Relation
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>
<element ref="{http://openstreetmap.org/osm/0.6}member" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://openstreetmap.org/osm/0.6}tag" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="changeset" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigIntegerprotected XMLGregorianCalendarprotected BigIntegerprotected Stringprotected BigIntegerprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the changeset property.getId()Gets the value of the id property.Gets the value of the member property.getTag()Gets the value of the tag property.Gets the value of the timestamp property.getUid()Gets the value of the uid property.getUser()Gets the value of the user property.Gets the value of the version property.Gets the value of the visible property.voidsetChangeset(BigInteger value) Sets the value of the changeset property.voidsetId(BigInteger value) Sets the value of the id property.voidsetTimestamp(XMLGregorianCalendar value) Sets the value of the timestamp property.voidsetUid(BigInteger value) Sets the value of the uid property.voidSets the value of the user property.voidsetVersion(BigInteger value) Sets the value of the version property.voidsetVisible(Boolean value) Sets the value of the visible property.
-
Field Details
-
member
-
tag
-
id
-
user
-
uid
-
visible
-
version
-
changeset
-
timestamp
-
-
Constructor Details
-
Relation
public Relation()
-
-
Method Details
-
getMember
Gets the value of the member property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the member property.For example, to add a new item, do as follows:
getMember().add(newItem);Objects of the following type(s) are allowed in the list
Member -
getTag
Gets the value of the tag property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the tag property.For example, to add a new item, do as follows:
getTag().add(newItem);Objects of the following type(s) are allowed in the list
Tag -
getId
Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isBigInteger
-
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isString
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
BigInteger
-
setUid
Sets the value of the uid property.- Parameters:
value- allowed object isBigInteger
-
isVisible
Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
getChangeset
Gets the value of the changeset property.- Returns:
- possible object is
BigInteger
-
setChangeset
Sets the value of the changeset property.- Parameters:
value- allowed object isBigInteger
-
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-