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.XmlObjectAn XML emailType(@http://www.topografix.com/GPX/1/1). This is a complex type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Gets the "domain" attributeStringgetId()Gets the "id" attributevoidsetDomain(String domain)Sets the "domain" attributevoidsetId(String id)Sets the "id" attributeorg.apache.xmlbeans.XmlStringxgetDomain()Gets (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" attribute-
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<EmailType> Factory
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Detail
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlString xgetId()
Gets (as xml) the "id" attribute
-
setId
void setId(String id)
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
void setDomain(String domain)
Sets the "domain" attribute
-
xsetDomain
void xsetDomain(org.apache.xmlbeans.XmlString domain)
Sets (as xml) the "domain" attribute
-
-