Package org.bremersee.gpx.model
Class PersonType
java.lang.Object
org.bremersee.gpx.model.PersonType
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Gets the value of the email property.getLink()Gets the value of the link property.getName()Gets the value of the name property.voidSets the value of the email property.voidSets the value of the link property.voidSets the value of the name property.
-
Field Details
-
name
-
email
-
link
-
-
Constructor Details
-
PersonType
public PersonType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
EmailType
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isEmailType
-
getLink
Gets the value of the link property.- Returns:
- possible object is
LinkType
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isLinkType
-