Package org.openstreetmap.osm
Class Member
java.lang.Object
org.openstreetmap.osm.Member
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="type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="way"/>
<enumeration value="relation"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Gets the value of the ref property.getRole()Gets the value of the role property.getType()Gets the value of the type property.voidsetRef(BigInteger value) Sets the value of the ref property.voidSets the value of the role property.voidSets the value of the type property.
-
Field Details
-
type
-
ref
-
role
-
-
Constructor Details
-
Member
public Member()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-