Package net.wirelabs.jmaps.example.gpx
Class PersonType
- java.lang.Object
-
- net.wirelabs.jmaps.example.gpx.PersonType
-
public class PersonType extends Object
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>
-
-
Constructor Summary
Constructors Constructor Description PersonType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmailTypegetEmail()Gets the value of the email property.LinkTypegetLink()Gets the value of the link property.StringgetName()Gets the value of the name property.voidsetEmail(EmailType value)Sets the value of the email property.voidsetLink(LinkType value)Sets the value of the link property.voidsetName(String value)Sets the value of the name property.
-
-
-
Method Detail
-
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 isString
-
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 isEmailType
-
getLink
public LinkType getLink()
Gets the value of the link property.- Returns:
- possible object is
LinkType
-
-