public class PersonType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected EmailType |
email |
protected LinkType |
link |
protected java.lang.String |
name |
Constructor and Description |
---|
PersonType() |
Modifier and Type | Method and Description |
---|---|
EmailType |
getEmail()
Gets the value of the email property.
|
LinkType |
getLink()
Gets the value of the link property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setEmail(EmailType value)
Sets the value of the email property.
|
void |
setLink(LinkType value)
Sets the value of the link property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String name
protected EmailType email
protected LinkType link
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public EmailType getEmail()
EmailType
public void setEmail(EmailType value)
value
- allowed object is
EmailType
public LinkType getLink()
LinkType