Class PersonType

java.lang.Object
org.bremersee.gpx.model.PersonType
All Implemented Interfaces:
Serializable

public class PersonType extends Object implements Serializable
A person or organization.

Java class for personType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="personType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.topografix.com/GPX/1/1}emailType" minOccurs="0"/>
         <element name="link" type="{http://www.topografix.com/GPX/1/1}linkType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • PersonType

      public PersonType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getEmail

      public EmailType getEmail()
      Gets the value of the email property.
      Returns:
      possible object is EmailType
    • setEmail

      public void setEmail(EmailType value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is EmailType
    • getLink

      public LinkType getLink()
      Gets the value of the link property.
      Returns:
      possible object is LinkType
    • setLink

      public void setLink(LinkType value)
      Sets the value of the link property.
      Parameters:
      value - allowed object is LinkType