Package com.topografix.gpx.x1.x1
Interface PersonType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PersonTypeImpl
public interface PersonType extends org.apache.xmlbeans.XmlObjectAn XML personType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<PersonType>Factorystatic org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EmailTypeaddNewEmail()Appends and returns a new empty "email" elementLinkTypeaddNewLink()Appends and returns a new empty "link" elementEmailTypegetEmail()Gets the "email" elementLinkTypegetLink()Gets the "link" elementStringgetName()Gets the "name" elementbooleanisSetEmail()True if has "email" elementbooleanisSetLink()True if has "link" elementbooleanisSetName()True if has "name" elementvoidsetEmail(EmailType email)Sets the "email" elementvoidsetLink(LinkType link)Sets the "link" elementvoidsetName(String name)Sets the "name" elementvoidunsetEmail()Unsets the "email" elementvoidunsetLink()Unsets the "link" elementvoidunsetName()Unsets the "name" elementorg.apache.xmlbeans.XmlStringxgetName()Gets (as xml) the "name" elementvoidxsetName(org.apache.xmlbeans.XmlString name)Sets (as xml) the "name" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final org.apache.xmlbeans.impl.schema.DocumentFactory<PersonType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getName
String getName()
Gets the "name" element
-
xgetName
org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(String name)
Sets the "name" element
-
xsetName
void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getEmail
EmailType getEmail()
Gets the "email" element
-
isSetEmail
boolean isSetEmail()
True if has "email" element
-
setEmail
void setEmail(EmailType email)
Sets the "email" element
-
addNewEmail
EmailType addNewEmail()
Appends and returns a new empty "email" element
-
unsetEmail
void unsetEmail()
Unsets the "email" element
-
getLink
LinkType getLink()
Gets the "link" element
-
isSetLink
boolean isSetLink()
True if has "link" element
-
setLink
void setLink(LinkType link)
Sets the "link" element
-
addNewLink
LinkType addNewLink()
Appends and returns a new empty "link" element
-
unsetLink
void unsetLink()
Unsets the "link" element
-
-