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.XmlObject
An XML personType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<PersonType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "email" elementAppends and returns a new empty "link" elementgetEmail()Gets the "email" elementgetLink()Gets the "link" elementgetName()Gets the "name" elementbooleanTrue if has "email" elementbooleanTrue if has "link" elementbooleanTrue if has "name" elementvoidSets the "email" elementvoidSets the "link" elementvoidSets the "name" elementvoidUnsets the "email" elementvoidUnsets the "link" elementvoidUnsets the "name" elementorg.apache.xmlbeans.XmlStringxgetName()Gets (as xml) the "name" elementvoidxsetName(org.apache.xmlbeans.XmlString name) Sets (as xml) the "name" elementMethods 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, valueHashCodeMethods 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 Details
-
Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
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
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
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
Sets the "link" element -
addNewLink
LinkType addNewLink()Appends and returns a new empty "link" element -
unsetLink
void unsetLink()Unsets the "link" element
-