Uses of Interface
com.topografix.gpx.x1.x1.EmailType
-
Packages that use EmailType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of EmailType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type EmailType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<EmailType>EmailType. FactoryMethods in com.topografix.gpx.x1.x1 that return EmailType Modifier and Type Method Description EmailTypePersonType. addNewEmail()Appends and returns a new empty "email" elementEmailTypePersonType. getEmail()Gets the "email" elementMethods in com.topografix.gpx.x1.x1 with parameters of type EmailType Modifier and Type Method Description voidPersonType. setEmail(EmailType email)Sets the "email" element -
Uses of EmailType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement EmailType Modifier and Type Class Description classEmailTypeImplAn XML emailType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return EmailType Modifier and Type Method Description EmailTypePersonTypeImpl. addNewEmail()Appends and returns a new empty "email" elementEmailTypePersonTypeImpl. getEmail()Gets the "email" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type EmailType Modifier and Type Method Description voidPersonTypeImpl. setEmail(EmailType email)Sets the "email" element
-