Class Member

java.lang.Object
org.openstreetmap.osm.Member

public class Member 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="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 Details

  • Constructor Details

    • Member

      public Member()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • 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
    • getRole

      public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole(String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String