java.lang.Object
org.bremersee.garmin.flightplan.v1.model.PersonT
All Implemented Interfaces:
Serializable

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

Java class for Person_t complex type.

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


 <complexType name="Person_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www8.garmin.com/xmlschemas/FlightPlan/v1}Email_t" minOccurs="0"/>
         <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • authorName

      protected String authorName
    • email

      protected EmailT email
  • Constructor Details

    • PersonT

      public PersonT()
  • Method Details

    • getAuthorName

      public String getAuthorName()
      Gets the value of the authorName property.
      Returns:
      possible object is String
    • setAuthorName

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

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

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

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

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