Class PersonT
java.lang.Object
org.bremersee.garmin.flightplan.v1.model.PersonT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authorName property.getEmail()Gets the value of the email property.getLink()Gets the value of the link property.voidsetAuthorName(String value) Sets the value of the authorName property.voidSets the value of the email property.voidSets the value of the link property.
-
Field Details
-
authorName
-
email
-
link
-
-
Constructor Details
-
PersonT
public PersonT()
-
-
Method Details
-
getAuthorName
Gets the value of the authorName property.- Returns:
- possible object is
String
-
setAuthorName
Sets the value of the authorName property.- Parameters:
value- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
EmailT
-
setEmail
Sets the value of the email property.- Parameters:
value- allowed object isEmailT
-
getLink
Gets the value of the link property.- Returns:
- possible object is
String
-
setLink
Sets the value of the link property.- Parameters:
value- allowed object isString
-