Package com.topografix.gpx.x1.x1
Interface EmailType
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EmailTypeImpl
public interface EmailType
extends org.apache.xmlbeans.XmlObject
An XML emailType(@http://www.topografix.com/GPX/1/1).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.apache.xmlbeans.impl.schema.DocumentFactory<EmailType>static final org.apache.xmlbeans.SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "domain" attributegetId()Gets the "id" attributevoidSets the "domain" attributevoidSets the "id" attributeorg.apache.xmlbeans.XmlStringGets (as xml) the "domain" attributeorg.apache.xmlbeans.XmlStringxgetId()Gets (as xml) the "id" attributevoidxsetDomain(org.apache.xmlbeans.XmlString domain) Sets (as xml) the "domain" attributevoidxsetId(org.apache.xmlbeans.XmlString id) Sets (as xml) the "id" attributeMethods 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
-
getId
String getId()Gets the "id" attribute -
xgetId
org.apache.xmlbeans.XmlString xgetId()Gets (as xml) the "id" attribute -
setId
Sets the "id" attribute -
xsetId
void xsetId(org.apache.xmlbeans.XmlString id) Sets (as xml) the "id" attribute -
getDomain
String getDomain()Gets the "domain" attribute -
xgetDomain
org.apache.xmlbeans.XmlString xgetDomain()Gets (as xml) the "domain" attribute -
setDomain
Sets the "domain" attribute -
xsetDomain
void xsetDomain(org.apache.xmlbeans.XmlString domain) Sets (as xml) the "domain" attribute
-